summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/psikyosh.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/psikyosh.cpp')
-rw-r--r--src/mame/video/psikyosh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/psikyosh.cpp b/src/mame/video/psikyosh.cpp
index 2c40e75aa44..ab89aef6170 100644
--- a/src/mame/video/psikyosh.cpp
+++ b/src/mame/video/psikyosh.cpp
@@ -208,7 +208,7 @@ void psikyosh_state::cache_bitmap(int scanline, gfx_element *gfx, int size, int
// test if the tile row is the cached one or not
int sy = scanline / 16;
- assert(sy > 0 && sy < 32);
+ assert(sy >= 0 && sy < 32);
if(tilebank != last_bank[sy])
{