gokidetor: Add to arcade.flt; not quite hook up unemulated PWM timer device (nw)

This commit is contained in:
AJR 2017-10-10 09:12:14 -04:00
parent b3ae400936
commit 1b9278eff0
2 changed files with 3 additions and 1 deletions

View File

@ -448,6 +448,7 @@ gng.cpp
go2000.cpp go2000.cpp
goal92.cpp goal92.cpp
goindol.cpp goindol.cpp
gokidetor.cpp
goldngam.cpp goldngam.cpp
goldnpkr.cpp goldnpkr.cpp
goldstar.cpp goldstar.cpp

View File

@ -11,6 +11,7 @@
#include "emu.h" #include "emu.h"
#include "speaker.h" #include "speaker.h"
#include "cpu/z80/z80.h" #include "cpu/z80/z80.h"
//#include "machine/m66240.h"
#include "machine/te7750.h" #include "machine/te7750.h"
#include "sound/2203intf.h" #include "sound/2203intf.h"
#include "sound/okim6295.h" #include "sound/okim6295.h"
@ -93,7 +94,7 @@ static ADDRESS_MAP_START( main_map, AS_PROGRAM, 8, gokidetor_state )
// d101 = ?output // d101 = ?output
// d1c0 = ?output // d1c0 = ?output
AM_RANGE(0xd800, 0xd80f) AM_DEVREADWRITE("te7750", te7750_device, read, write) AM_RANGE(0xd800, 0xd80f) AM_DEVREADWRITE("te7750", te7750_device, read, write)
// da00-da01 ?output //AM_RANGE(0xda00, 0xda01) AM_DEVWRITE("pwm", m66240_device, write)
// de00 ?input // de00 ?input
// df00 ?input // df00 ?input
AM_RANGE(0xe000, 0xe003) AM_READNOP // ?input AM_RANGE(0xe000, 0xe003) AM_READNOP // ?input