Merge pull request #2544 from DavidHaywood/030817

kill some dead code (nw)
This commit is contained in:
ajrhacker 2017-08-03 18:09:46 -04:00 committed by GitHub
commit f8cc689795
2 changed files with 0 additions and 9 deletions

View File

@ -1405,14 +1405,6 @@ static ADDRESS_MAP_START( bbakraid_sound_z80_port, AS_IO, 8, toaplan2_state )
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 )
AM_RANGE(0x00000, 0x00001) AM_DEVREADWRITE("ymsnd", ym2151_device, read, write)
AM_RANGE(0x00004, 0x00004) AM_DEVREADWRITE("oki", okim6295_device, read, write)

View File

@ -2,7 +2,6 @@
// copyright-holders:Quench, Yochizo, David Haywood
/**************** Machine stuff ******************/
//#define USE_HD64x180 /* Define if CPU support is available */
//#define TRUXTON2_STEREO /* Uncomment to hear truxton2 music in stereo */
#include "cpu/m68000/m68000.h"