mirror of
https://github.com/holub/mame
synced 2025-06-03 19:36:26 +03:00
forgot to commit this updated file. no whatsnew.
This commit is contained in:
parent
6b14e9e9c9
commit
b2eb5ea87e
@ -19,7 +19,6 @@ public:
|
|||||||
{ }
|
{ }
|
||||||
|
|
||||||
// in drivers/zerozone.c
|
// in drivers/zerozone.c
|
||||||
DECLARE_READ16_MEMBER(input_r);
|
|
||||||
DECLARE_WRITE16_MEMBER(sound_w);
|
DECLARE_WRITE16_MEMBER(sound_w);
|
||||||
|
|
||||||
// temp workaround for missing generic 'modern' functions
|
// temp workaround for missing generic 'modern' functions
|
||||||
@ -42,7 +41,7 @@ public:
|
|||||||
|
|
||||||
// state
|
// state
|
||||||
// video-related
|
// video-related
|
||||||
UINT16 m_tilebank;
|
UINT16 m_tilebank;
|
||||||
tilemap_t *m_zz_tilemap;
|
tilemap_t *m_zz_tilemap;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
Loading…
Reference in New Issue
Block a user