summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author ClawGrip <clawgrip@hotmail.com>2021-01-24 19:08:54 +0100
committer GitHub <noreply@github.com>2021-01-24 19:08:54 +0100
commit9894d93229eac04957f8adcb77c0800525bc8f45 (patch)
treec9e69b788c45f8440642badb18c4be0023ec7639
parent4287aabd1ac8c2f9d17066ba074166f413ec7a4d (diff)
geniusjr.cpp: Add note about globbed 68HC05 on 'gls' [Sean Riddle]
-rw-r--r--src/mame/drivers/geniusjr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/geniusjr.cpp b/src/mame/drivers/geniusjr.cpp
index c1becbb7c40..0553c9d1393 100644
--- a/src/mame/drivers/geniusjr.cpp
+++ b/src/mame/drivers/geniusjr.cpp
@@ -390,7 +390,7 @@ ROM_END
ROM_START( gls )
ROM_REGION( 0x2000, "maincpu", 0 )
- ROM_LOAD( "hc05_internal.bin", 0x0000, 0x2000, NO_DUMP )
+ ROM_LOAD( "hc05_internal.bin", 0x0000, 0x2000, NO_DUMP ) // As per decap, confirmed to be a Motorola 68HC05 CSIC (Customer Specification Integrated Circuit)
ROM_REGION( 0x40000, "extrom", 0 )
ROM_LOAD( "27-5635-00.u2", 0x000000, 0x40000, CRC(bc3c0587) SHA1(fe98f162bd80d96ce3264087b5869f4505955464))