don't fali -validate (nw)

This commit is contained in:
David Haywood 2015-12-11 18:57:38 +00:00
parent 27389d014b
commit c560acbc01
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
#define CUSTOM_DRAW 1
class kongambl_state : public konamigx_state
class kongambl_state : public konamigx_state // with everything devicified there's probably not much point in inheriting the GX state.
{
public:
kongambl_state(const machine_config &mconfig, device_type type, const char *tag)

View File

@ -52,7 +52,7 @@ public:
required_device<cpu_device> m_maincpu;
optional_device<cpu_device> m_soundcpu;
optional_device<tms57002_device> m_dasp;
required_device<k053252_device> m_k053252;
optional_device<k053252_device> m_k053252; // not hooked up in tasman.cpp yet (does it even have it?)
required_device<k055673_device> m_k055673;
required_device<k055555_device> m_k055555;
required_device<k056832_device> m_k056832;