Changed region "user1" to "tms5110_ctrl"

This commit is contained in:
Couriersud 2008-08-07 23:32:44 +00:00
parent daff376f35
commit 3f73ea77f0
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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