mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
Removed deprecat.h usage for Straight Flush (8080bw.c driver) [Angelo Salese]
This commit is contained in:
parent
d21206ceba
commit
2837e7dc4b
@ -185,7 +185,6 @@
|
||||
#include "cpu/i8085/i8085.h"
|
||||
#include "machine/mb14241.h"
|
||||
#include "sound/speaker.h"
|
||||
#include "deprecat.h"
|
||||
#include "includes/8080bw.h"
|
||||
|
||||
#include "invrvnge.lh"
|
||||
@ -1210,7 +1209,7 @@ static MACHINE_CONFIG_DERIVED_CLASS( sflush, mw8080bw_root, _8080bw_state )
|
||||
/* basic machine hardware */
|
||||
MCFG_CPU_REPLACE("maincpu",M6800,1500000) // ?
|
||||
MCFG_CPU_PROGRAM_MAP(sflush_map)
|
||||
MCFG_CPU_VBLANK_INT_HACK(irq0_line_pulse,2)
|
||||
MCFG_CPU_VBLANK_INT("screen",irq0_line_hold)
|
||||
MCFG_MACHINE_START(mw8080bw)
|
||||
|
||||
/* add shifter */
|
||||
|
@ -183,7 +183,6 @@
|
||||
#include "machine/6522via.h"
|
||||
#include "machine/6821pia.h"
|
||||
#include "machine/8255ppi.h"
|
||||
#include "deprecat.h"
|
||||
#include "aristmk4.lh"
|
||||
#include "sound/samples.h"
|
||||
#include "machine/mc146818.h" // DALLAS1287 is functionally compatible.
|
||||
@ -2166,8 +2165,8 @@ ROM_START( 86lions )
|
||||
ROM_LOAD( "gn1.u11", 0x08000, 0x1000, CRC(80dce6f4) SHA1(bf953eba9cb270297b0d0efffe15b926e94dfbe7) )
|
||||
ROM_LOAD( "rd0.u13", 0x0a000, 0x1000, CRC(38c57504) SHA1(cc3ac1df644abc4586fc9f0e88531ba146b86b48) )
|
||||
|
||||
// ROM_REGION( 0x200, "proms", 0 )
|
||||
// ROM_LOAD( "prom.x", 0x00, 0x20, NO_DUMP )
|
||||
// ROM_REGION( 0x200, "proms", 0 )
|
||||
// ROM_LOAD( "prom.x", 0x00, 0x20, NO_DUMP )
|
||||
ROM_END
|
||||
|
||||
|
||||
|
@ -286,7 +286,6 @@ Notes:
|
||||
|
||||
|
||||
#include "emu.h"
|
||||
#include "deprecat.h"
|
||||
#include "cpu/m68000/m68000.h"
|
||||
#include "cpu/z80/z80.h"
|
||||
#include "sound/dac.h"
|
||||
@ -303,14 +302,14 @@ Notes:
|
||||
*************************************/
|
||||
|
||||
/*
|
||||
-x-- ---- ---- ---- trigger 1414M4 operation
|
||||
---x ---- ---- ---- flip screen
|
||||
---- x--- ---- ---- disable bg layer
|
||||
---- -x-- ---- ---- disable fg layer
|
||||
---- --x- ---- ---- disable sprite
|
||||
---- ---x ---- ---- disable tx layer
|
||||
---- ---- ---- --x- coin counter 1
|
||||
---- ---- ---- ---x coin counter 0
|
||||
-x-- ---- ---- ---- trigger 1414M4 operation
|
||||
---x ---- ---- ---- flip screen
|
||||
---- x--- ---- ---- disable bg layer
|
||||
---- -x-- ---- ---- disable fg layer
|
||||
---- --x- ---- ---- disable sprite
|
||||
---- ---x ---- ---- disable tx layer
|
||||
---- ---- ---- --x- coin counter 1
|
||||
---- ---- ---- ---x coin counter 0
|
||||
*/
|
||||
|
||||
static WRITE16_HANDLER( terraf_io_w )
|
||||
@ -404,7 +403,7 @@ static ADDRESS_MAP_START( terraf_map, AS_PROGRAM, 16 )
|
||||
AM_RANGE(0x078002, 0x078003) AM_READ_PORT("P2")
|
||||
AM_RANGE(0x078004, 0x078005) AM_READ_PORT("DSW1")
|
||||
AM_RANGE(0x078006, 0x078007) AM_READ_PORT("DSW2")
|
||||
// AM_RANGE(0x07c000, 0x07c001) AM_WRITE(terraf_io_w) handled in DRIVER_INIT
|
||||
// AM_RANGE(0x07c000, 0x07c001) AM_WRITE(terraf_io_w) handled in DRIVER_INIT
|
||||
AM_RANGE(0x07c002, 0x07c003) AM_WRITE(armedf_bg_scrollx_w)
|
||||
AM_RANGE(0x07c004, 0x07c005) AM_WRITE(armedf_bg_scrolly_w)
|
||||
AM_RANGE(0x07c00a, 0x07c00b) AM_WRITE(sound_command_w)
|
||||
@ -415,9 +414,9 @@ ADDRESS_MAP_END
|
||||
static ADDRESS_MAP_START( kozure_map, AS_PROGRAM, 16 )
|
||||
AM_RANGE(0x060000, 0x060fff) AM_RAM AM_BASE_SIZE_GENERIC(spriteram)
|
||||
AM_RANGE(0x061000, 0x063fff) AM_RAM
|
||||
// AM_RANGE(0x07c000, 0x07c001) AM_WRITE(kozure_io_w)
|
||||
// AM_RANGE(0x0c0000, 0x0c0001) AM_WRITENOP /* watchdog? */
|
||||
// AM_RANGE(0xffd000, 0xffd001) AM_WRITENOP /* ? */
|
||||
// AM_RANGE(0x07c000, 0x07c001) AM_WRITE(kozure_io_w)
|
||||
// AM_RANGE(0x0c0000, 0x0c0001) AM_WRITENOP /* watchdog? */
|
||||
// AM_RANGE(0xffd000, 0xffd001) AM_WRITENOP /* ? */
|
||||
AM_IMPORT_FROM( terraf_map )
|
||||
ADDRESS_MAP_END
|
||||
|
||||
@ -435,7 +434,7 @@ static ADDRESS_MAP_START( cclimbr2_map, AS_PROGRAM, 16 )
|
||||
AM_RANGE(0x078002, 0x078003) AM_READ_PORT("P2")
|
||||
AM_RANGE(0x078004, 0x078005) AM_READ_PORT("DSW1")
|
||||
AM_RANGE(0x078006, 0x078007) AM_READ_PORT("DSW2")
|
||||
// AM_RANGE(0x07c000, 0x07c001) AM_WRITE(io_w)
|
||||
// AM_RANGE(0x07c000, 0x07c001) AM_WRITE(io_w)
|
||||
AM_RANGE(0x07c002, 0x07c003) AM_WRITE(armedf_bg_scrollx_w)
|
||||
AM_RANGE(0x07c004, 0x07c005) AM_WRITE(armedf_bg_scrolly_w)
|
||||
AM_RANGE(0x07c00a, 0x07c00b) AM_WRITE(sound_command_w)
|
||||
@ -457,7 +456,7 @@ static ADDRESS_MAP_START( legion_map, AS_PROGRAM, 16 )
|
||||
AM_RANGE(0x078002, 0x078003) AM_READ_PORT("P2")
|
||||
AM_RANGE(0x078004, 0x078005) AM_READ_PORT("DSW1")
|
||||
AM_RANGE(0x078006, 0x078007) AM_READ_PORT("DSW2")
|
||||
// AM_RANGE(0x07c000, 0x07c001) AM_WRITE(legion_io_w)
|
||||
// AM_RANGE(0x07c000, 0x07c001) AM_WRITE(legion_io_w)
|
||||
AM_RANGE(0x07c002, 0x07c003) AM_WRITE(armedf_bg_scrollx_w)
|
||||
AM_RANGE(0x07c004, 0x07c005) AM_WRITE(armedf_bg_scrolly_w)
|
||||
AM_RANGE(0x07c00a, 0x07c00b) AM_WRITE(sound_command_w)
|
||||
@ -491,7 +490,7 @@ static ADDRESS_MAP_START( legiono_map, AS_PROGRAM, 16 )
|
||||
AM_RANGE(0x078002, 0x078003) AM_READ_PORT("P2")
|
||||
AM_RANGE(0x078004, 0x078005) AM_READ_PORT("DSW1")
|
||||
AM_RANGE(0x078006, 0x078007) AM_READ_PORT("DSW2")
|
||||
// AM_RANGE(0x07c000, 0x07c001) AM_WRITE(bootleg_io_w)
|
||||
// AM_RANGE(0x07c000, 0x07c001) AM_WRITE(bootleg_io_w)
|
||||
AM_RANGE(0x07c002, 0x07c003) AM_WRITE(armedf_bg_scrollx_w)
|
||||
AM_RANGE(0x07c004, 0x07c005) AM_WRITE(armedf_bg_scrolly_w)
|
||||
AM_RANGE(0x07c00a, 0x07c00b) AM_WRITE(sound_command_w)
|
||||
@ -690,7 +689,7 @@ static ADDRESS_MAP_START( bigfghtr_map, AS_PROGRAM, 16 )
|
||||
AM_RANGE(0x08c002, 0x08c003) AM_READ_PORT("P2")
|
||||
AM_RANGE(0x08c004, 0x08c005) AM_READ_PORT("DSW0")
|
||||
AM_RANGE(0x08c006, 0x08c007) AM_READ_PORT("DSW1")
|
||||
AM_RANGE(0x08d000, 0x08d001) AM_WRITE(terraf_io_w) //807b0
|
||||
AM_RANGE(0x08d000, 0x08d001) AM_WRITE(terraf_io_w) //807b0
|
||||
AM_RANGE(0x08d002, 0x08d003) AM_WRITE(armedf_bg_scrollx_w)
|
||||
AM_RANGE(0x08d004, 0x08d005) AM_WRITE(armedf_bg_scrolly_w)
|
||||
AM_RANGE(0x08d006, 0x08d007) AM_WRITE(armedf_fg_scrollx_w)
|
||||
|
Loading…
Reference in New Issue
Block a user