summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/inder_vid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/inder_vid.h')
-rw-r--r--src/mame/machine/inder_vid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/inder_vid.h b/src/mame/machine/inder_vid.h
index 34d632eeb93..88d24f1c36b 100644
--- a/src/mame/machine/inder_vid.h
+++ b/src/mame/machine/inder_vid.h
@@ -31,7 +31,7 @@ public:
// probably set by a register somewhere either on TMS side or 68k side
void set_bpp(int bpp)
{
- m_bpp_mode = bpp;
+ m_bpp_mode = bpp;
}
void megaphx_tms_map(address_map &map);