mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
s11: resized layouts
This commit is contained in:
parent
8a315a019e
commit
a175e737b1
@ -470,7 +470,7 @@ static MACHINE_CONFIG_START( s3, s3_state )
|
|||||||
MCFG_PIA_IRQA_HANDLER(DEVWRITELINE("maincpu", m6800_cpu_device, irq_line))
|
MCFG_PIA_IRQA_HANDLER(DEVWRITELINE("maincpu", m6800_cpu_device, irq_line))
|
||||||
MCFG_PIA_IRQB_HANDLER(DEVWRITELINE("maincpu", m6800_cpu_device, irq_line))
|
MCFG_PIA_IRQB_HANDLER(DEVWRITELINE("maincpu", m6800_cpu_device, irq_line))
|
||||||
|
|
||||||
MCFG_NVRAM_ADD_1FILL("nvram")
|
MCFG_NVRAM_ADD_0FILL("nvram")
|
||||||
MACHINE_CONFIG_END
|
MACHINE_CONFIG_END
|
||||||
|
|
||||||
static MACHINE_CONFIG_DERIVED( s3a, s3 )
|
static MACHINE_CONFIG_DERIVED( s3a, s3 )
|
||||||
|
@ -463,7 +463,7 @@ static MACHINE_CONFIG_START( s4, s4_state )
|
|||||||
MCFG_PIA_IRQA_HANDLER(DEVWRITELINE("maincpu", m6800_cpu_device, irq_line))
|
MCFG_PIA_IRQA_HANDLER(DEVWRITELINE("maincpu", m6800_cpu_device, irq_line))
|
||||||
MCFG_PIA_IRQB_HANDLER(DEVWRITELINE("maincpu", m6800_cpu_device, irq_line))
|
MCFG_PIA_IRQB_HANDLER(DEVWRITELINE("maincpu", m6800_cpu_device, irq_line))
|
||||||
|
|
||||||
MCFG_NVRAM_ADD_1FILL("nvram")
|
MCFG_NVRAM_ADD_0FILL("nvram")
|
||||||
MACHINE_CONFIG_END
|
MACHINE_CONFIG_END
|
||||||
|
|
||||||
static MACHINE_CONFIG_DERIVED( s4a, s4 )
|
static MACHINE_CONFIG_DERIVED( s4a, s4 )
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
<!-- Background -->
|
<!-- Background -->
|
||||||
<backdrop element="background">
|
<backdrop element="background">
|
||||||
<bounds left="0" top="20" right="318" bottom="394" />
|
<bounds left="0" top="25" right="364" bottom="249" />
|
||||||
</backdrop>
|
</backdrop>
|
||||||
|
|
||||||
<!-- LEDs -->
|
<!-- LEDs -->
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!-- s11a.lay -->
|
<!-- s11a.lay -->
|
||||||
|
|
||||||
<!-- 2012-11-04: Initial version. [Robbbert]
|
<!-- 2012-11-04: Initial version. [Robbbert]
|
||||||
2012-12-19: Rearranged layout, replaced diagnostic 7-digit LED with 3 single LEDs [Barry Rodewald]-->
|
2012-12-19: Rearranged layout, replaced diagnostic 7-digit LED with 3 single LEDs [Barry Rodewald]-->
|
||||||
|
|
||||||
<mamelayout version="2">
|
<mamelayout version="2">
|
||||||
|
|
||||||
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
<!-- Background -->
|
<!-- Background -->
|
||||||
<backdrop element="background">
|
<backdrop element="background">
|
||||||
<bounds left="0" top="20" right="318" bottom="394" />
|
<bounds left="0" top="25" right="364" bottom="249" />
|
||||||
</backdrop>
|
</backdrop>
|
||||||
|
|
||||||
<!-- LEDs -->
|
<!-- LEDs -->
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
<!-- Background -->
|
<!-- Background -->
|
||||||
<backdrop element="background">
|
<backdrop element="background">
|
||||||
<bounds left="0" top="20" right="318" bottom="394" />
|
<bounds left="0" top="25" right="400" bottom="244" />
|
||||||
</backdrop>
|
</backdrop>
|
||||||
|
|
||||||
<!-- LEDs -->
|
<!-- LEDs -->
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
<!-- Background -->
|
<!-- Background -->
|
||||||
<backdrop element="background">
|
<backdrop element="background">
|
||||||
<bounds left="0" top="20" right="318" bottom="394" />
|
<bounds left="0" top="25" right="400" bottom="244" />
|
||||||
</backdrop>
|
</backdrop>
|
||||||
|
|
||||||
<!-- LEDs -->
|
<!-- LEDs -->
|
||||||
|
Loading…
Reference in New Issue
Block a user