mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
(MESS) ti99/8: Speech ROM dumps verified with a real (!) system.
This commit is contained in:
parent
98679ba4e7
commit
e527b17806
@ -30,10 +30,11 @@ General:
|
||||
- 18kb system GROMs, with monitor and TI-extended basic II (no dump,
|
||||
but source code is available and has been compiled)
|
||||
- 4(???)kb DSR ROM for hexbus (no dump)
|
||||
- 32(?)kb speech ROM: contents are slightly different from the 99/4(a)
|
||||
speech ROMs, due to the use of a tms5220 speech synthesizer instead of
|
||||
the older tms0285 (no dump, but 99/4(a) speech ROMs should work mostly
|
||||
OK)
|
||||
|
||||
32 KiB speech ROM: Contents are the same as used in the TI-99/4A speech
|
||||
synthesizer, although the speech chip is slightly newer (MZ: verified
|
||||
on a real system 07-2013)
|
||||
|
||||
- 12(???)kb ROM with PCode interpreter (no dump)
|
||||
- 2(3???)*48kb of GROMs with PCode data files (no dump)
|
||||
* 2kb SRAM (16 bytes of which are hidden), 64kb DRAM (expandable to almost
|
||||
|
@ -148,9 +148,11 @@ MACHINE_CONFIG_FRAGMENT( ti998_speech )
|
||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.50)
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
/* Verified on a real machine: TI-99/8 uses the same speech rom contents
|
||||
as the TI speech synthesizer. */
|
||||
ROM_START( ti998_speech )
|
||||
ROM_REGION(0x8000, "vsm", 0)
|
||||
ROM_LOAD_OPTIONAL("spchrom.bin", 0x0000, 0x8000, BAD_DUMP CRC(58b155f7) SHA1(382292295c00dff348d7e17c5ce4da12a1d87763)) /* system speech ROM */
|
||||
ROM_LOAD_OPTIONAL("spchrom.bin", 0x0000, 0x8000, CRC(58b155f7) SHA1(382292295c00dff348d7e17c5ce4da12a1d87763)) /* system speech ROM */
|
||||
ROM_END
|
||||
|
||||
machine_config_constructor ti998_spsyn_device::device_mconfig_additions() const
|
||||
|
Loading…
Reference in New Issue
Block a user