summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2020-11-19 21:33:01 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2020-11-19 21:33:01 +0100
commit9b44bb07b3dad353cd0c08ebf438ac3c9530427b (patch)
treed3b6239105fc52e58a1601a39a8717ea523e5b4e
parent21936539d5f803b26ce2c71c09e1f881eab49f42 (diff)
New machines marked as NOT_WORKING
---------------------------------- Storm [JunoMan]
-rw-r--r--src/mame/drivers/peyper.cpp3
-rw-r--r--src/mame/drivers/play_2.cpp27
-rw-r--r--src/mame/mame.lst1
3 files changed, 20 insertions, 11 deletions
diff --git a/src/mame/drivers/peyper.cpp b/src/mame/drivers/peyper.cpp
index c7c900323b5..81321008e57 100644
--- a/src/mame/drivers/peyper.cpp
+++ b/src/mame/drivers/peyper.cpp
@@ -17,9 +17,6 @@
Hang-On (Sonic)
Ator (Video Dens)
- Others not emulated (need roms):
- Storm (Sonic)
-
Sir Lancelot (Peyper, 1994)
- CPU is a B409 (could be a higher-speed Z80)
- Audio CPU is a TMP91P640F-10. Other audio chips are YMF262 and YAC512.
diff --git a/src/mame/drivers/play_2.cpp b/src/mame/drivers/play_2.cpp
index 99c8584b424..a791f248d63 100644
--- a/src/mame/drivers/play_2.cpp
+++ b/src/mame/drivers/play_2.cpp
@@ -440,6 +440,16 @@ ROM_START(antar2)
ROM_LOAD("antar11a.bin", 0x0c00, 0x0400, CRC(17ad38bf) SHA1(e2c9472ed8fbe9d5965a5c79515a1b7ea9edaa79))
ROM_END
+/*-------------------------------------------------------------------
+/ Storm (??/79)
+/-------------------------------------------------------------------*/
+ROM_START(storm)
+ ROM_REGION(0x2000, "roms", 0)
+ ROM_LOAD("a-1.bin", 0x0000, 0x0400, CRC(12e37664) SHA1(d7095975cd9d4445fd1f4cd711992c7367deae89))
+ ROM_LOAD("b-1.bin", 0x0400, 0x0400, CRC(3ac3cea3) SHA1(c6197911d25661cb647ea606eee5f3f1bd9b4ba2))
+ ROM_LOAD("c-1.bin", 0x0800, 0x0400, CRC(8bedf1ea) SHA1(7633ebf8a65e3fc7afa21d50aaa441f87a86efd3))
+ ROM_LOAD("d-1.bin", 0x0c00, 0x0400, CRC(f717ef3e) SHA1(cd5126360471c06539e445fecbf2f0ddeb1b156c))
+ROM_END
/*-------------------------------------------------------------------
/ Evil Fight (03/80)
@@ -514,11 +524,12 @@ ROM_START(madrace)
ROM_END
-GAME(1979, antar, 0, play_2, play_2, play_2_state, empty_init, ROT0, "Playmatic", "Antar (set 1)", MACHINE_MECHANICAL | MACHINE_NOT_WORKING )
-GAME(1979, antar2, antar, play_2, play_2, play_2_state, empty_init, ROT0, "Playmatic", "Antar (set 2)", MACHINE_MECHANICAL | MACHINE_NOT_WORKING )
-GAME(1980, evlfight, 0, play_2, play_2, play_2_state, empty_init, ROT0, "Playmatic", "Evil Fight", MACHINE_MECHANICAL | MACHINE_NOT_WORKING )
-GAME(1980, attack, 0, play_2, play_2, play_2_state, empty_init, ROT0, "Playmatic", "Attack", MACHINE_MECHANICAL | MACHINE_NOT_WORKING )
-GAME(1980, blkfever, 0, play_2, play_2, play_2_state, empty_init, ROT0, "Playmatic", "Black Fever", MACHINE_MECHANICAL | MACHINE_NOT_WORKING )
-GAME(1982, cerberup, 0, play_2, play_2, play_2_state, empty_init, ROT0, "Playmatic", "Cerberus (Pinball)", MACHINE_MECHANICAL | MACHINE_NOT_WORKING | MACHINE_NO_SOUND)
-GAME(1985, madrace, 0, play_2, play_2, play_2_state, empty_init, ROT0, "Playmatic", "Mad Race", MACHINE_MECHANICAL | MACHINE_NOT_WORKING | MACHINE_NO_SOUND)
-GAME(1980, zira, 0, zira, play_2, play_2_state, init_zira, ROT0, "Playmatic", "Zira", MACHINE_MECHANICAL | MACHINE_NOT_WORKING | MACHINE_NO_SOUND)
+GAME(1979, antar, 0, play_2, play_2, play_2_state, empty_init, ROT0, "Playmatic", "Antar (set 1)", MACHINE_MECHANICAL | MACHINE_NOT_WORKING )
+GAME(1979, antar2, antar, play_2, play_2, play_2_state, empty_init, ROT0, "Playmatic", "Antar (set 2)", MACHINE_MECHANICAL | MACHINE_NOT_WORKING )
+GAME(1979, storm, 0, play_2, play_2, play_2_state, empty_init, ROT0, "SegaSA / Sonic", "Storm", MACHINE_MECHANICAL | MACHINE_NOT_WORKING )
+GAME(1980, evlfight, 0, play_2, play_2, play_2_state, empty_init, ROT0, "Playmatic", "Evil Fight", MACHINE_MECHANICAL | MACHINE_NOT_WORKING )
+GAME(1980, attack, 0, play_2, play_2, play_2_state, empty_init, ROT0, "Playmatic", "Attack", MACHINE_MECHANICAL | MACHINE_NOT_WORKING )
+GAME(1980, blkfever, 0, play_2, play_2, play_2_state, empty_init, ROT0, "Playmatic", "Black Fever", MACHINE_MECHANICAL | MACHINE_NOT_WORKING )
+GAME(1982, cerberup, 0, play_2, play_2, play_2_state, empty_init, ROT0, "Playmatic", "Cerberus (Pinball)", MACHINE_MECHANICAL | MACHINE_NOT_WORKING | MACHINE_NO_SOUND)
+GAME(1985, madrace, 0, play_2, play_2, play_2_state, empty_init, ROT0, "Playmatic", "Mad Race", MACHINE_MECHANICAL | MACHINE_NOT_WORKING | MACHINE_NO_SOUND)
+GAME(1980, zira, 0, zira, play_2, play_2_state, init_zira, ROT0, "Playmatic", "Zira", MACHINE_MECHANICAL | MACHINE_NOT_WORKING | MACHINE_NO_SOUND)
diff --git a/src/mame/mame.lst b/src/mame/mame.lst
index 9c90d3592d0..c900a0416fc 100644
--- a/src/mame/mame.lst
+++ b/src/mame/mame.lst
@@ -34411,6 +34411,7 @@ blkfever //
cerberup //
evlfight //
madrace //
+storm //
zira //
@source:play_3.cpp