summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/fm7.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/video/fm7.c')
-rw-r--r--src/mess/video/fm7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/video/fm7.c b/src/mess/video/fm7.c
index 126623ecb53..a4d0a3817b9 100644
--- a/src/mess/video/fm7.c
+++ b/src/mess/video/fm7.c
@@ -645,7 +645,7 @@ READ8_MEMBER(fm7_state::fm7_vram_r)
return 0xff;
if(m_alu.command & 0x80) // ALU active, writes to VRAM even when reading it (go figure)
- {
+ {
fm7_alu_function(offset+page);
}