Previous 199869 Revisions Next

r31389 Tuesday 22nd July, 2014 at 19:38:10 UTC by David Haywood
notes on cencourt bugs that occur on real hw, also fix for uninit variable in NG (nw)
[src/mame/drivers]segas16b.c
[src/mame/includes]neogeo.h

trunk/src/mame/includes/neogeo.h
r31388r31389
4545      m_memcard(*this, "memcard"),
4646      m_sprgen(*this, "spritegen"),
4747      m_use_cart_vectors(0),
48      m_use_cart_audio(0),
4849      m_cartslot1(*this, "cartslot1"),
4950      m_cartslot2(*this, "cartslot2"),
5051      m_cartslot3(*this, "cartslot3"),
trunk/src/mame/drivers/segas16b.c
r31388r31389
54825482//  Note: prototype; checksums handwritten on prg roms, EPR stickers present on other roms, but handwritten locations instead of numbers
54835483//        The PCB was found in a 4 player cocktail cabinet with full Center Court artwork & instruction cards - Likely a location test unit.
54845484//
5485//  The following bugs are confirmed to happen on real hardware (due to game being a prototype)
5486//   Memory test option in test mode does not work (incomplete code in the 68k program)
5487//   Music fails to play at first if you insert a coin when credits == 0 (bug in the Z80 program)
5488
54855489ROM_START( cencourt )
54865490   ROM_REGION( 0x20000, "maincpu", 0 ) // 68000 code
54875491   ROM_LOAD16_BYTE( "a4_56f6.a4", 0x000000, 0x10000, CRC(7116dce6) SHA1(058faf5f1980f811e2e1d5f7d09660ff51b0c0dc) )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team