Previous 199869 Revisions Next

r32545 Sunday 5th October, 2014 at 00:02:48 UTC by Robbbert
s11: resized layouts
[src/mame/drivers]s3.c s4.c
[src/mame/layout]s11.lay s11a.lay s11b.lay s11c.lay

trunk/src/mame/layout/s11c.lay
r32544r32545
3434
3535      <!-- Background -->
3636      <backdrop element="background">
37         <bounds left="0" top="20" right="318" bottom="394" />
37         <bounds left="0" top="25" right="400" bottom="244" />
3838      </backdrop>
3939
4040      <!-- LEDs -->
trunk/src/mame/layout/s11a.lay
r32544r32545
11<!-- s11a.lay -->
22
33<!-- 2012-11-04: Initial version.  [Robbbert]
4      2012-12-19: Rearranged layout, replaced diagnostic 7-digit LED with 3 single LEDs  [Barry Rodewald]-->
4     2012-12-19: Rearranged layout, replaced diagnostic 7-digit LED with 3 single LEDs  [Barry Rodewald]-->
55
66<mamelayout version="2">
77
r32544r32545
3737
3838      <!-- Background -->
3939      <backdrop element="background">
40         <bounds left="0" top="20" right="318" bottom="394" />
40         <bounds left="0" top="25" right="364" bottom="249" />
4141      </backdrop>
4242
4343      <!-- LEDs -->
trunk/src/mame/layout/s11.lay
r32544r32545
3636
3737      <!-- Background -->
3838      <backdrop element="background">
39         <bounds left="0" top="20" right="318" bottom="394" />
39         <bounds left="0" top="25" right="364" bottom="249" />
4040      </backdrop>
4141
4242      <!-- LEDs -->
trunk/src/mame/layout/s11b.lay
r32544r32545
3434
3535      <!-- Background -->
3636      <backdrop element="background">
37         <bounds left="0" top="20" right="318" bottom="394" />
37         <bounds left="0" top="25" right="400" bottom="244" />
3838      </backdrop>
3939
4040      <!-- LEDs -->
trunk/src/mame/drivers/s4.c
r32544r32545
463463   MCFG_PIA_IRQA_HANDLER(DEVWRITELINE("maincpu", m6800_cpu_device, irq_line))
464464   MCFG_PIA_IRQB_HANDLER(DEVWRITELINE("maincpu", m6800_cpu_device, irq_line))
465465
466   MCFG_NVRAM_ADD_1FILL("nvram")
466   MCFG_NVRAM_ADD_0FILL("nvram")
467467MACHINE_CONFIG_END
468468
469469static MACHINE_CONFIG_DERIVED( s4a, s4 )
trunk/src/mame/drivers/s3.c
r32544r32545
470470   MCFG_PIA_IRQA_HANDLER(DEVWRITELINE("maincpu", m6800_cpu_device, irq_line))
471471   MCFG_PIA_IRQB_HANDLER(DEVWRITELINE("maincpu", m6800_cpu_device, irq_line))
472472
473   MCFG_NVRAM_ADD_1FILL("nvram")
473   MCFG_NVRAM_ADD_0FILL("nvram")
474474MACHINE_CONFIG_END
475475
476476static MACHINE_CONFIG_DERIVED( s3a, s3 )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team