diff options
author | 2019-06-04 21:35:36 -0400 | |
---|---|---|
committer | 2019-06-04 21:35:36 -0400 | |
commit | 11aba68b391c7ef1fca2c0ad5489ca4b4ad3001f (patch) | |
tree | 3a43b37bbb63467758bdd7082871cae330b10a74 | |
parent | 7b876e4eba920baea126205f30c5393a93ab3a7a (diff) | |
parent | 7e57df9dfcdd720bb7281737cc549f5da1001082 (diff) |
Merge pull request #5155 from cam900/patch-98
fuukifg.cpp : Minor fixes
-rw-r--r-- | src/mame/video/fuukifg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/fuukifg.cpp b/src/mame/video/fuukifg.cpp index 06643111a67..4388811fbb7 100644 --- a/src/mame/video/fuukifg.cpp +++ b/src/mame/video/fuukifg.cpp @@ -25,7 +25,7 @@ void fuukivid_device::device_start() gfx_layout layout_16x16x4 = { 16,16, - RGN_FRAC(1,1), + 0, 4, { STEP4(0,1) }, { STEP16(0,4) }, |