diff options
Diffstat (limited to 'src/mame/includes/balsente.h')
-rw-r--r-- | src/mame/includes/balsente.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/balsente.h b/src/mame/includes/balsente.h index be2c6f86d82..4e999ce0e1d 100644 --- a/src/mame/includes/balsente.h +++ b/src/mame/includes/balsente.h @@ -126,6 +126,7 @@ private: DECLARE_WRITE8_MEMBER(videoram_w); DECLARE_WRITE8_MEMBER(palette_select_w); DECLARE_WRITE8_MEMBER(paletteram_w); + DECLARE_WRITE8_MEMBER(paletteram_byte_w); DECLARE_WRITE8_MEMBER(shrike_sprite_select_w); virtual void machine_start() override; |