summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/magmax.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/magmax.h')
-rw-r--r--src/mame/includes/magmax.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/magmax.h b/src/mame/includes/magmax.h
index f4cd2c9350b..2afb95796d9 100644
--- a/src/mame/includes/magmax.h
+++ b/src/mame/includes/magmax.h
@@ -57,7 +57,7 @@ private:
uint8_t m_LS74_q;
uint8_t m_gain_control;
emu_timer *m_interrupt_timer;
- int m_flipscreen;
+ uint8_t m_flipscreen;
std::unique_ptr<uint32_t[]> m_prom_tab;
bitmap_ind16 m_bitmap;
@@ -67,7 +67,7 @@ private:
void ay8910_portB_0_w(uint8_t data);
void ay8910_portA_0_w(uint8_t data);
- void magmax_palette(palette_device &palette) const;
+ void palette(palette_device &palette) const;
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
TIMER_CALLBACK_MEMBER(scanline_callback);