trunk/src/mame/includes/neogeo.h
| r31388 | r31389 | |
| 45 | 45 | m_memcard(*this, "memcard"), |
| 46 | 46 | m_sprgen(*this, "spritegen"), |
| 47 | 47 | m_use_cart_vectors(0), |
| 48 | m_use_cart_audio(0), |
| 48 | 49 | m_cartslot1(*this, "cartslot1"), |
| 49 | 50 | m_cartslot2(*this, "cartslot2"), |
| 50 | 51 | m_cartslot3(*this, "cartslot3"), |
trunk/src/mame/drivers/segas16b.c
| r31388 | r31389 | |
| 5482 | 5482 | // Note: prototype; checksums handwritten on prg roms, EPR stickers present on other roms, but handwritten locations instead of numbers |
| 5483 | 5483 | // The PCB was found in a 4 player cocktail cabinet with full Center Court artwork & instruction cards - Likely a location test unit. |
| 5484 | 5484 | // |
| 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 | |
| 5485 | 5489 | ROM_START( cencourt ) |
| 5486 | 5490 | ROM_REGION( 0x20000, "maincpu", 0 ) // 68000 code |
| 5487 | 5491 | ROM_LOAD16_BYTE( "a4_56f6.a4", 0x000000, 0x10000, CRC(7116dce6) SHA1(058faf5f1980f811e2e1d5f7d09660ff51b0c0dc) ) |