/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/ |
H A D | othldrby_vidhrdw.c | 6 #define VIDEORAM_SIZE 0x1c00 macro 8 #define SPRITERAM_SIZE (VIDEORAM_SIZE-SPRITERAM_START) 67 vram = auto_malloc(VIDEORAM_SIZE * sizeof(vram[0])); in VIDEO_START() 99 if (vram_addr < VIDEORAM_SIZE) in READ16_HANDLER() 110 if (vram_addr < VIDEORAM_SIZE) in WRITE16_HANDLER()
|
H A D | williams_vidhrdw.c | 19 #define VIDEORAM_SIZE (VIDEORAM_WIDTH * VIDEORAM_HEIGHT) macro 184 williams_videoram = auto_malloc(VIDEORAM_SIZE); in VIDEO_START() 189 memset(williams_videoram, 0, VIDEORAM_SIZE); in VIDEO_START()
|
H A D | ppu2c03b.c | 18 #define VIDEORAM_SIZE 0x4000 /* videoram size */ macro 220 chips[i].videoram = auto_malloc( VIDEORAM_SIZE ); in ppu2c03b_init() 230 memset( chips[i].videoram, 0, VIDEORAM_SIZE ); in ppu2c03b_init()
|
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/ |
H A D | othldrby_vidhrdw.c | 6 #define VIDEORAM_SIZE 0x1c00 macro 8 #define SPRITERAM_SIZE (VIDEORAM_SIZE-SPRITERAM_START) 67 vram = auto_malloc(VIDEORAM_SIZE * sizeof(vram[0])); in VIDEO_START() 99 if (vram_addr < VIDEORAM_SIZE) in READ16_HANDLER() 110 if (vram_addr < VIDEORAM_SIZE) in WRITE16_HANDLER()
|
H A D | williams_vidhrdw.c | 19 #define VIDEORAM_SIZE (VIDEORAM_WIDTH * VIDEORAM_HEIGHT) macro 184 williams_videoram = auto_malloc(VIDEORAM_SIZE); in VIDEO_START() 189 memset(williams_videoram, 0, VIDEORAM_SIZE); in VIDEO_START()
|
H A D | ppu2c03b.c | 18 #define VIDEORAM_SIZE 0x4000 /* videoram size */ macro 220 chips[i].videoram = auto_malloc( VIDEORAM_SIZE ); in ppu2c03b_init() 230 memset( chips[i].videoram, 0, VIDEORAM_SIZE ); in ppu2c03b_init()
|
/dports/emulators/mess/mame-mame0226/src/mame/video/ |
H A D | crgolf.cpp | 14 #define VIDEORAM_SIZE (0x2000 * 3) macro 72 for (offs_t offs = 0; offs < VIDEORAM_SIZE / 3; offs++) in screen_update_crgolf()
|
H A D | abc1600.cpp | 23 #define VIDEORAM_SIZE 0x40000 macro
|
/dports/emulators/mame/mame-mame0226/src/mame/video/ |
H A D | crgolf.cpp | 14 #define VIDEORAM_SIZE (0x2000 * 3) macro 72 for (offs_t offs = 0; offs < VIDEORAM_SIZE / 3; offs++) in screen_update_crgolf()
|
H A D | abc1600.cpp | 23 #define VIDEORAM_SIZE 0x40000 macro
|
/dports/emulators/mess/mame-mame0226/src/devices/bus/comx35/ |
H A D | clm.cpp | 59 #define VIDEORAM_SIZE 0x800 macro 188 m_video_ram.allocate(VIDEORAM_SIZE); in device_start()
|
/dports/emulators/mame/mame-mame0226/src/devices/bus/comx35/ |
H A D | clm.cpp | 59 #define VIDEORAM_SIZE 0x800 macro 188 m_video_ram.allocate(VIDEORAM_SIZE); in device_start()
|
/dports/emulators/mess/mame-mame0226/src/devices/bus/vic20/ |
H A D | videopak.cpp | 21 #define VIDEORAM_SIZE 0x800 macro 147 m_videoram.allocate(VIDEORAM_SIZE); in device_start()
|
/dports/emulators/mame/mame-mame0226/src/devices/bus/vic20/ |
H A D | videopak.cpp | 21 #define VIDEORAM_SIZE 0x800 macro 147 m_videoram.allocate(VIDEORAM_SIZE); in device_start()
|
/dports/emulators/mess/mame-mame0226/src/devices/bus/ecbbus/ |
H A D | grip.cpp | 30 #define VIDEORAM_SIZE 0x10000 macro 585 m_video_ram.allocate(VIDEORAM_SIZE); in device_start()
|
/dports/emulators/mame/mame-mame0226/src/devices/bus/ecbbus/ |
H A D | grip.cpp | 30 #define VIDEORAM_SIZE 0x10000 macro 585 m_video_ram.allocate(VIDEORAM_SIZE); in device_start()
|