mirror of
https://github.com/holub/mame
synced 2025-05-28 16:43:04 +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
|
||||
DECLARE_READ16_MEMBER(input_r);
|
||||
DECLARE_WRITE16_MEMBER(sound_w);
|
||||
|
||||
// temp workaround for missing generic 'modern' functions
|
||||
@ -42,7 +41,7 @@ public:
|
||||
|
||||
// state
|
||||
// video-related
|
||||
UINT16 m_tilebank;
|
||||
UINT16 m_tilebank;
|
||||
tilemap_t *m_zz_tilemap;
|
||||
|
||||
protected:
|
||||
|
Loading…
Reference in New Issue
Block a user