mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
Changed region "user1" to "tms5110_ctrl"
This commit is contained in:
parent
daff376f35
commit
3f73ea77f0
@ -309,7 +309,7 @@ static TIMER_CALLBACK( ad2083_step )
|
||||
* static const int prom[16] = {0x00, 0x00, 0x02, 0x00, 0x00, 0x02, 0x00, 0x00,
|
||||
* 0x02, 0x00, 0x40, 0x00, 0x04, 0x06, 0x04, 0x84 };
|
||||
*/
|
||||
UINT8 *prom = memory_region(machine, "user1");
|
||||
UINT8 *prom = memory_region(machine, "tms5110_ctrl");
|
||||
UINT8 ctrl;
|
||||
|
||||
if (param == 0)
|
||||
|
@ -2919,7 +2919,7 @@ ROM_START( ad2083 )
|
||||
ROM_REGION( 0x0020, "proms", 0 )
|
||||
ROM_LOAD( "prom-am27s19dc.1m", 0x0000, 0x0020, CRC(2759aebd) SHA1(644fd2c95ca49cbbc0ee1b88ca2563451ddd4fe0) )
|
||||
|
||||
ROM_REGION( 0x0020, "user1", 0 ) /* data to program TMS5110 speech chip 3x Reset 1x speak */
|
||||
ROM_REGION( 0x0020, "tms5110_ctrl", 0 ) /* data to program TMS5110 speech chip 3x Reset 1x speak */
|
||||
ROM_LOAD( "prom-sn74s188.8a", 0x0000, 0x0020, BAD_DUMP CRC(c58a4f6a) SHA1(35ef244b3e94032df2610aa594ea5670b91e1449) )
|
||||
ROM_END
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user