diff options
author | 2013-08-27 21:52:07 +0000 | |
---|---|---|
committer | 2013-08-27 21:52:07 +0000 | |
commit | 2cad11125e16ca2cf54fe54199ca1310a9a4b14b (patch) | |
tree | d169fd9ed449bea5d08972784f7c5f111f698443 | |
parent | 8c4e63a11aba1ca21f8961a3621b943a94996f29 (diff) |
sfbonus.c: More information about the graphics roms from Spooky Night. - NW
-rw-r--r-- | src/mame/drivers/sfbonus.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/sfbonus.c b/src/mame/drivers/sfbonus.c index 917e6d6dc5b..b6671315868 100644 --- a/src/mame/drivers/sfbonus.c +++ b/src/mame/drivers/sfbonus.c @@ -5538,10 +5538,10 @@ ROM_END ROM3 429D ROM4 AA27 ROM5 C409 - ROM6 59B6 + ROM6 59B6 -Note: There are at least two graphics roms updated for the "2nd Edition" which are currently undumped. - It to correct the misspelling of POINT on the play field, currently it's "PONIT". +Note: ROM5 & ROM6 graphics roms were updated at some point to correct the misspelling of + POINT on the play field, currently it's "PONIT". Theses are currently undumped. */ ROM_START( spooky ) ROM_REGION( 0x80000, "maincpu", 0 ) /* Z80 Code */ |