Home
last modified time | relevance | path

Searched refs:shuuz (Results 1 – 25 of 35) sorted by relevance

12

/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/drivers/
H A Dshuuz.c53 static MACHINE_INIT( shuuz ) in MACHINE_INIT() argument
180 INPUT_PORTS_START( shuuz )
290 static MACHINE_DRIVER_START( shuuz )
299 MDRV_MACHINE_INIT(shuuz) in MDRV_CPU_MEMORY()
309 MDRV_VIDEO_START(shuuz) in MDRV_CPU_MEMORY()
310 MDRV_VIDEO_UPDATE(shuuz) in MDRV_CPU_MEMORY()
324 ROM_START( shuuz ) in MDRV_CPU_MEMORY()
385 static DRIVER_INIT( shuuz ) in MDRV_CPU_MEMORY()
398 GAME( 1990, shuuz, 0, shuuz, shuuz, shuuz, ROT0, "Atari Games", "Shuuz (version 8.0)" )
399 GAME( 1990, shuuz2, shuuz, shuuz, shuuz2, shuuz, ROT0, "Atari Games", "Shuuz (version 7.1)" )
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/drivers/
H A Dshuuz.c53 static MACHINE_INIT( shuuz ) in MACHINE_INIT() argument
180 INPUT_PORTS_START( shuuz )
290 static MACHINE_DRIVER_START( shuuz )
299 MDRV_MACHINE_INIT(shuuz) in MDRV_CPU_MEMORY()
309 MDRV_VIDEO_START(shuuz) in MDRV_CPU_MEMORY()
310 MDRV_VIDEO_UPDATE(shuuz) in MDRV_CPU_MEMORY()
324 ROM_START( shuuz ) in MDRV_CPU_MEMORY()
385 static DRIVER_INIT( shuuz ) in MDRV_CPU_MEMORY()
398 GAME( 1990, shuuz, 0, shuuz, shuuz, shuuz, ROT0, "Atari Games", "Shuuz (version 8.0)" )
399 GAME( 1990, shuuz2, shuuz, shuuz, shuuz2, shuuz, ROT0, "Atari Games", "Shuuz (version 7.1)" )
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/drivers/
H A Dshuuz.c188 INPUT_PORTS_START( shuuz )
375 ROM_START( shuuz )
439 GAME( 1990, shuuz, 0, shuuz, shuuz, shuuz, ROT0, "Atari Games", "Shuuz (version 8.0)" )
440 GAME( 1990, shuuz2, shuuz, shuuz, shuuz2, shuuz, ROT0, "Atari Games", "Shuuz (version 7.1)" )
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dshuuz.cpp131 static INPUT_PORTS_START( shuuz )
223 void shuuz_state::shuuz(machine_config &config) in shuuz() function in shuuz_state
264 ROM_START( shuuz )
339 GAME( 1990, shuuz, 0, shuuz, shuuz, shuuz_state, empty_init, ROT0, "Atari Games", "Shuuz (ver…
340 GAME( 1990, shuuz2, shuuz, shuuz, shuuz2, shuuz_state, empty_init, ROT0, "Atari Games", "Shuuz (ver…
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dshuuz.cpp131 static INPUT_PORTS_START( shuuz )
223 void shuuz_state::shuuz(machine_config &config) in shuuz() function in shuuz_state
264 ROM_START( shuuz )
339 GAME( 1990, shuuz, 0, shuuz, shuuz, shuuz_state, empty_init, ROT0, "Atari Games", "Shuuz (ver…
340 GAME( 1990, shuuz2, shuuz, shuuz, shuuz2, shuuz_state, empty_init, ROT0, "Atari Games", "Shuuz (ver…
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/includes/
H A Dshuuz.h9 VIDEO_START( shuuz );
10 VIDEO_UPDATE( shuuz );
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/includes/
H A Dshuuz.h9 VIDEO_START( shuuz );
10 VIDEO_UPDATE( shuuz );
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dshuuz_vidhrdw.c37 VIDEO_START( shuuz ) in VIDEO_START() argument
95 VIDEO_UPDATE( shuuz ) in VIDEO_UPDATE() argument
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dshuuz_vidhrdw.c37 VIDEO_START( shuuz ) in VIDEO_START() argument
95 VIDEO_UPDATE( shuuz ) in VIDEO_UPDATE() argument
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/devices/
H A Datarivad.h8 void AtariVADMap(INT32 startaddress, INT32 endaddress, INT32 shuuz);
H A Datarivad.cpp310 void AtariVADMap(INT32 startaddress, INT32 endaddress, INT32 shuuz) in AtariVADMap() argument
325 if (shuuz) { // shuuz in AtariVADMap()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/atari/
H A DWHATSNEW.txt.cpp5 shuuz: good.
H A Dd_shuuz.cpp626 STD_ROM_PICK(shuuz)
627 STD_ROM_FN(shuuz)
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/devices/
H A Datarivad.h8 void AtariVADMap(INT32 startaddress, INT32 endaddress, INT32 shuuz);
H A Datarivad.cpp320 void AtariVADMap(INT32 startaddress, INT32 endaddress, INT32 shuuz) in AtariVADMap() argument
335 if (shuuz) { // shuuz in AtariVADMap()
/dports/emulators/mess/mame-mame0226/src/mame/includes/
H A Dshuuz.h29 void shuuz(machine_config &config);
/dports/emulators/mame/mame-mame0226/src/mame/includes/
H A Dshuuz.h29 void shuuz(machine_config &config);
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/atari/
H A Dd_shuuz.cpp626 STD_ROM_PICK(shuuz)
627 STD_ROM_FN(shuuz)
/dports/emulators/mess/mame-mame0226/src/mame/
H A Darcade.flt1132 shuuz.cpp
/dports/emulators/mame/mame-mame0226/src/mame/
H A Darcade.flt1132 shuuz.cpp
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/
H A DMakefile.common752 SOURCES_C += $(CORE_DIR)/src/drivers/shuuz.c
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/
H A Ddriver.c2297 DRIVER( shuuz ) /* (c) 1990 */
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/metadata/
H A Dcatver.ini1685 shuuz=Sports / Horseshoes key
3927 shuuz=.35b13 key
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/
H A Ddriver.c4051 DRIVER( shuuz ) /* 136083 (c) 1990 */
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/
H A Ddriver.c4169 DRIVER( shuuz ) /* 136083 (c) 1990 */

12