summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Roberto Fresca <robbie@mamedev.org>2018-05-14 22:56:26 -0300
committer GitHub <noreply@github.com>2018-05-14 22:56:26 -0300
commit340c206fc72d199903181fafa66cb961ef22b7f8 (patch)
tree07b0f3ba27811b3a08d2226a50e7d7a21fc351bf
parent31837090c788da94c5e80276fef1e2f188a9c6d5 (diff)
Phoenix.cpp updates...
Documented the Next Fase sound device.
-rw-r--r--src/mame/drivers/phoenix.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mame/drivers/phoenix.cpp b/src/mame/drivers/phoenix.cpp
index 6e8977f58b7..242166bd3b2 100644
--- a/src/mame/drivers/phoenix.cpp
+++ b/src/mame/drivers/phoenix.cpp
@@ -29,7 +29,8 @@ Notes:
To Do:
Phoenix:
-- Emulate the different sound system used at least by phoenixc2 and griffono.
+- Emulate the different sound system used at least by phoenixc2, griffono,
+ and nextfase.
- Better documentation of the bootlegs.
Survival:
@@ -1244,6 +1245,10 @@ ROM_START( griffono ) // verified single PCB with piggyback sound PCB instead o
ROM_LOAD( "sn74s471n.11k", 0x0100, 0x0100, CRC(c68a49bc) SHA1(1a015b89ac0622e73bcebd76cf5132830fe0bfc1) )
ROM_END
+/*
+ There is no MN6221AA Melody-Alarm Generator.
+ There is a EPSON Electronics 7910CG Multi-Melody IC instead.
+*/
ROM_START( nextfase )
ROM_REGION( 0x10000, "maincpu", 0 )
ROM_LOAD( "nf01.bin", 0x0000, 0x0800, CRC(b31ce820) SHA1(dfdb17995a14b66d2571c2c8de481d2792f9ce6a) )