Skip to content

Commit 4c37bfa

Browse files
committed
Add note about speech chip
1 parent 3933847 commit 4c37bfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mame/vtech/geniusjr.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ ROM_START( gjrstar2 )
372372
ROM_LOAD( "hc05_internal.bin", 0x0000, 0x2000, NO_DUMP )
373373

374374
ROM_REGION( 0x40000, "extrom", 0 )
375-
ROM_LOAD( "27-5740-00.u1", 0x000000, 0x40000, CRC(ff3dc3bb) SHA1(bc16dfc1e12b0008456c700c431c8df6263b671f)) // identical to 'Genius Junior Redstar'
375+
ROM_LOAD( "27-5740-00.u1", 0x000000, 0x40000, CRC(ff3dc3bb) SHA1(bc16dfc1e12b0008456c700c431c8df6263b671f)) // Identical to 'Genius Junior Redstar'
376376
ROM_END
377377

378378
// VTech PCB 35-10100-01
@@ -381,7 +381,7 @@ ROM_START( pcompelr )
381381
ROM_LOAD( "hc05_internal.bin", 0x0000, 0x2000, NO_DUMP )
382382

383383
ROM_REGION( 0x2000, "speech", 0 )
384-
ROM_LOAD( "speech.u7", 0x0000, 0x2000, NO_DUMP )
384+
ROM_LOAD( "speech.u7", 0x0000, 0x2000, NO_DUMP ) // Labeled "930 0AF21FK / VTECH / ©YY 04044"
385385

386386
ROM_REGION( 0x40000, "extrom", 0 )
387387
ROM_LOAD( "27-05944-000-001.u1", 0x000000, 0x40000, CRC(5018763d) SHA1(70e1d8b8e34e0b2ab10d7ac06c2f454d1f377e77)) // Dumped as AM27C020, pin 1 connected to 32 (Vcc), as per 27c020 specs)

0 commit comments

Comments
 (0)