mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
removed dummy rasterscreen
This commit is contained in:
parent
6ddfcbaf12
commit
345d5bc6a1
@ -60,16 +60,6 @@ public:
|
||||
};
|
||||
|
||||
|
||||
static VIDEO_START( 30test )
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
static SCREEN_UPDATE_IND16( 30test )
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
static READ8_HANDLER(hc11_mux_r)
|
||||
{
|
||||
namco_30test_state *state = space->machine().driver_data<namco_30test_state>();
|
||||
@ -272,19 +262,7 @@ static MACHINE_CONFIG_START( 30test, namco_30test_state )
|
||||
MCFG_MACHINE_START(30test)
|
||||
MCFG_MACHINE_RESET(30test)
|
||||
|
||||
/* video hardware */
|
||||
/* TODO: NOT raster! */
|
||||
MCFG_SCREEN_ADD("screen", RASTER)
|
||||
MCFG_SCREEN_REFRESH_RATE(60)
|
||||
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(0))
|
||||
MCFG_SCREEN_SIZE(32*8, 32*8)
|
||||
MCFG_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 2*8, 30*8-1)
|
||||
MCFG_SCREEN_UPDATE_STATIC(30test)
|
||||
|
||||
// MCFG_PALETTE_INIT(30test)
|
||||
MCFG_PALETTE_LENGTH(2)
|
||||
|
||||
MCFG_VIDEO_START(30test)
|
||||
/* no video! */
|
||||
|
||||
/* sound hardware */
|
||||
MCFG_SPEAKER_STANDARD_MONO("mono")
|
||||
|
@ -16,9 +16,7 @@
|
||||
</element>
|
||||
|
||||
<view name="Simple LEDs">
|
||||
<screen index="0">
|
||||
<bounds left="0" top="0" right="3.2" bottom="4.3" />
|
||||
</screen>
|
||||
<bounds left="0" top="0" right="3.2" bottom="4.3" />
|
||||
|
||||
|
||||
<bezel name="digit0" element="digit">
|
||||
|
Loading…
Reference in New Issue
Block a user