mirror of
https://github.com/holub/mame
synced 2025-06-30 07:58:56 +03:00
kill some dead code (nw)
This commit is contained in:
parent
cbc39e5990
commit
91ea8d7ad0
@ -1405,14 +1405,6 @@ static ADDRESS_MAP_START( bbakraid_sound_z80_port, AS_IO, 8, toaplan2_state )
|
|||||||
ADDRESS_MAP_END
|
ADDRESS_MAP_END
|
||||||
|
|
||||||
|
|
||||||
#ifdef USE_HD64x180
|
|
||||||
static ADDRESS_MAP_START( hd647180_mem, AS_PROGRAM, 8, toaplan2_state )
|
|
||||||
AM_RANGE(0x0000, 0x7fff) AM_ROM
|
|
||||||
AM_RANGE(0xfe00, 0xffff) AM_RAM // Internal 512 bytes of RAM
|
|
||||||
ADDRESS_MAP_END
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
static ADDRESS_MAP_START( v25_mem, AS_PROGRAM, 8, toaplan2_state )
|
static ADDRESS_MAP_START( v25_mem, AS_PROGRAM, 8, toaplan2_state )
|
||||||
AM_RANGE(0x00000, 0x00001) AM_DEVREADWRITE("ymsnd", ym2151_device, read, write)
|
AM_RANGE(0x00000, 0x00001) AM_DEVREADWRITE("ymsnd", ym2151_device, read, write)
|
||||||
AM_RANGE(0x00004, 0x00004) AM_DEVREADWRITE("oki", okim6295_device, read, write)
|
AM_RANGE(0x00004, 0x00004) AM_DEVREADWRITE("oki", okim6295_device, read, write)
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
// copyright-holders:Quench, Yochizo, David Haywood
|
// copyright-holders:Quench, Yochizo, David Haywood
|
||||||
|
|
||||||
/**************** Machine stuff ******************/
|
/**************** Machine stuff ******************/
|
||||||
//#define USE_HD64x180 /* Define if CPU support is available */
|
|
||||||
//#define TRUXTON2_STEREO /* Uncomment to hear truxton2 music in stereo */
|
//#define TRUXTON2_STEREO /* Uncomment to hear truxton2 music in stereo */
|
||||||
|
|
||||||
#include "cpu/m68000/m68000.h"
|
#include "cpu/m68000/m68000.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user