diff options
author | 2019-07-18 11:18:23 +0700 | |
---|---|---|
committer | 2019-07-18 11:18:23 +0700 | |
commit | 23b49d88afac452d54481005684820efed211cc1 (patch) | |
tree | 9ef9ce5b2839dd087b2831c43053a7e823ac25d1 | |
parent | 2e25d99be689cd1b5ce19ef5529d36c474fdcb62 (diff) |
light: typo (nw)
-rw-r--r-- | src/mame/video/light.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/light.cpp b/src/mame/video/light.cpp index ff47c95c7e3..ad23db675be 100644 --- a/src/mame/video/light.cpp +++ b/src/mame/video/light.cpp @@ -213,7 +213,7 @@ WRITE32_MEMBER(light_video_device::entry_w) case (REX15_PAGE0_SET+REX15_P0REG_COLORBACK)/4: case (REX15_PAGE0_GO+REX15_P0REG_COLORBACK)/4: m_lg1.m_color_back = data; - LOGMASKED(LOG_REX, "%s: LG1 REX1.5 ColorBlueI Write (%s) = %08x\n", machine().describe_context(), (offset & 0x200) ? "Go" : "Set", data); + LOGMASKED(LOG_REX, "%s: LG1 REX1.5 ColorBackI Write (%s) = %08x\n", machine().describe_context(), (offset & 0x200) ? "Go" : "Set", data); break; case (REX15_PAGE0_SET+REX15_P0REG_ZPATTERN)/4: case (REX15_PAGE0_GO+REX15_P0REG_ZPATTERN)/4: |