mirror of
https://github.com/holub/mame
synced 2025-10-08 09:30:17 +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)
|
static READ8_HANDLER(hc11_mux_r)
|
||||||
{
|
{
|
||||||
namco_30test_state *state = space->machine().driver_data<namco_30test_state>();
|
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_START(30test)
|
||||||
MCFG_MACHINE_RESET(30test)
|
MCFG_MACHINE_RESET(30test)
|
||||||
|
|
||||||
/* video hardware */
|
/* no video! */
|
||||||
/* 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)
|
|
||||||
|
|
||||||
/* sound hardware */
|
/* sound hardware */
|
||||||
MCFG_SPEAKER_STANDARD_MONO("mono")
|
MCFG_SPEAKER_STANDARD_MONO("mono")
|
||||||
|
@ -16,9 +16,7 @@
|
|||||||
</element>
|
</element>
|
||||||
|
|
||||||
<view name="Simple LEDs">
|
<view name="Simple LEDs">
|
||||||
<screen index="0">
|
<bounds left="0" top="0" right="3.2" bottom="4.3" />
|
||||||
<bounds left="0" top="0" right="3.2" bottom="4.3" />
|
|
||||||
</screen>
|
|
||||||
|
|
||||||
|
|
||||||
<bezel name="digit0" element="digit">
|
<bezel name="digit0" element="digit">
|
||||||
|
Loading…
Reference in New Issue
Block a user