summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/mame/drivers/galaxi.cpp35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/mame/drivers/galaxi.cpp b/src/mame/drivers/galaxi.cpp
index 000078b8709..ccbdb96fb47 100644
--- a/src/mame/drivers/galaxi.cpp
+++ b/src/mame/drivers/galaxi.cpp
@@ -521,6 +521,40 @@ ROM_START( magjoker )
ROM_LOAD( "21.u38", 0x00000, 0x40000, CRC(199baf33) SHA1(006708d955481fe1ae44555d27896d18e1ff8440) )
ROM_END
+/*
+ Last Four
+ 2001, BRL.
+
+ CPUs:
+ 1x MC68000P10 (u1) 16/32-bit Microprocessor (main).
+ 1x AD-65 (u9) 4-Channel Mixing ADCPM Voice Synthesis LSI (sound).
+ 1x MC1458 (u10) Dual Operational Amplifier (sound).
+ 1x TDA2003 (u8) Audio Amplifier (sound).
+ 1x 10.000000MHz. oscillator (QZ1).
+ 1x 16.000MHz. oscillator (QZ2).
+
+ ROMs:
+ 1x AF49F010 (14) dumped.
+ 1x Am27C010 (15) dumped.
+ 1x MC27C100 (21) dumped.
+ 2x M27C4001 (12, 13) dumped.
+
+ RAMs:
+ 2x KT76C28K-10 (u16, u17).
+ 2x HT6264-70 (u26, u27).
+ 2x DS1230Y-100 (u4, u5) not dumped.
+
+ PLDs:
+ 1x A40MX04-PL84 (u29) read protected.
+
+ Others:
+ 1x 28x2 JAMMA edge connector.
+ 1x trimmer (volume).
+
+ Notes:
+ PCB is etched: GALAXI - 26 05 2000 BRL S.R.L. BOLOGNA.
+
+*/
ROM_START( lastfour )
ROM_REGION( 0x40000, "maincpu", 0 )
ROM_LOAD16_BYTE( "15.u48", 0x00000, 0x20000, CRC(9168e19c) SHA1(4a2f0d100e457bd33691ba084a0f0549e8bf0790) )
@@ -534,6 +568,7 @@ ROM_START( lastfour )
ROM_LOAD( "21.u38", 0x00000, 0x20000, CRC(e48523dd) SHA1(47bc2e5c2164b93d685fa134397845e0ed7aaa5f) )
ROM_END
+
/***************************************************************************
Game Drivers
***************************************************************************/