Home
last modified time | relevance | path

Searched refs:font_mem3 (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/quasi88/quasi88-0.6.4/src/
H A Dmemory.c116 bit8 *font_mem3; /* �ե���ȥ��᡼��ROM(����3) */ variable
336 font_mem3 = (byte *) mem_alloc( sizeof(byte)*8*256*2 ); in memory_allocate()
492 memset( &font_mem3[0], 0, FONT_SZ*2 ); in memory_allocate()
496 size = load_rom( rom_list[FONT3_ROM], font_mem3, FONT_SZ*2, DISP_IF_EXIST); in memory_allocate()
510 memcpy( &font_mem3[0x100*8], &built_in_font_graph[0], 0x100*8 ); in memory_allocate()
513 memset( &font_mem3[0], 0, FONT_SZ*2 ); in memory_allocate()
524 memset( &font_mem3[0], 0, 8 ); in memory_allocate()
673 else if( font_type == 2 ) font_rom = font_mem3; in memory_set_font()
699 if( font_mem3 ) free( font_mem3 ); in memory_free()
H A Dmemory.h42 extern byte *font_mem3; /* �ե���ȥ��᡼��(3rd)*/
H A Dmonitor.c4400 else if (type == 3) font = font_mem3; in monitor_loadfont()
4505 else if (type == 3) font = font_mem3; in monitor_savefont()