summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/battlane.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/battlane.cpp')
-rw-r--r--src/mame/video/battlane.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/video/battlane.cpp b/src/mame/video/battlane.cpp
index 7e3b010a22a..b2370d742fc 100644
--- a/src/mame/video/battlane.cpp
+++ b/src/mame/video/battlane.cpp
@@ -79,11 +79,11 @@ void battlane_state::battlane_bitmap_w(offs_t offset, uint8_t data)
void battlane_state::battlane_video_ctrl_w(uint8_t data)
{
/*
- Video control register
+ Video control register
- 0x80 = low bit of blue component (taken when writing to palette)
- 0x0e = Bitmap plane (bank?) select (0-7)
- 0x01 = Scroll MSB
+ 0x80 = low bit of blue component (taken when writing to palette)
+ 0x0e = Bitmap plane (bank?) select (0-7)
+ 0x01 = Scroll MSB
*/
m_video_ctrl = data;