deleted supercon.lay

This commit is contained in:
hap 2015-08-24 01:01:18 +02:00
parent 52fe429406
commit 9d6bf7989d
2 changed files with 2 additions and 24 deletions

View File

@ -22,7 +22,6 @@
#include "emu.h"
#include "cpu/m6502/m6502.h"
#include "sound/beep.h"
#include "supercon.lh"
class supercon_state : public driver_device
@ -785,14 +784,11 @@ INPUT_PORTS_END
/* Machine driver */
static MACHINE_CONFIG_START( supercon, supercon_state )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu",M6502,MAIN_CLOCK)
MCFG_CPU_PROGRAM_MAP(supercon_mem)
/* video hardware */
MCFG_DEFAULT_LAYOUT(layout_supercon)
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")
MCFG_SOUND_ADD("beeper", BEEP, 0)
@ -812,4 +808,4 @@ ROM_END
/* Driver */
/* YEAR NAME PARENT COMPAT MACHINE INPUT INIT COMPANY FULLNAME FLAGS */
CONS( 1983, supercon, 0, 0, supercon, supercon, supercon_state, supercon, "Novag", "SuperConstellation", MACHINE_SUPPORTS_SAVE)
CONS( 1983, supercon, 0, 0, supercon, supercon, supercon_state, supercon, "Novag", "SuperConstellation", MACHINE_SUPPORTS_SAVE | MACHINE_REQUIRES_ARTWORK )

View File

@ -1,18 +0,0 @@
<?xml version="1.0"?>
<mamelayout version="2">
<element name="background">
<rect>
<bounds left="0" top="0" right="1" bottom="1" />
<color red="0.0" green="0.0" blue="0.0" />
</rect>
</element>
<element name="warning"><text string="Mandatory Artwork 'supercon.zip' is missing from 'Artwork' folder."><color red="1.0" green="0.5" blue="0.5" /></text></element>
<view name="artwork_missing">
<bezel element="background">
<bounds left="0" top="0" right="580" bottom="150" />
</bezel>
<bezel name="warning_txt" element="warning">
<bounds left="50" right="530" top="50" bottom="65" />
</bezel>
</view>
</mamelayout>