mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
don't fali -validate (nw)
This commit is contained in:
parent
27389d014b
commit
c560acbc01
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
#define CUSTOM_DRAW 1
|
#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:
|
public:
|
||||||
kongambl_state(const machine_config &mconfig, device_type type, const char *tag)
|
kongambl_state(const machine_config &mconfig, device_type type, const char *tag)
|
||||||
|
@ -52,7 +52,7 @@ public:
|
|||||||
required_device<cpu_device> m_maincpu;
|
required_device<cpu_device> m_maincpu;
|
||||||
optional_device<cpu_device> m_soundcpu;
|
optional_device<cpu_device> m_soundcpu;
|
||||||
optional_device<tms57002_device> m_dasp;
|
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<k055673_device> m_k055673;
|
||||||
required_device<k055555_device> m_k055555;
|
required_device<k055555_device> m_k055555;
|
||||||
required_device<k056832_device> m_k056832;
|
required_device<k056832_device> m_k056832;
|
||||||
|
Loading…
Reference in New Issue
Block a user