summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/psikyosh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/psikyosh.h')
-rw-r--r--src/mame/includes/psikyosh.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/psikyosh.h b/src/mame/includes/psikyosh.h
index 7b400547f40..d71946d3f35 100644
--- a/src/mame/includes/psikyosh.h
+++ b/src/mame/includes/psikyosh.h
@@ -29,12 +29,12 @@ struct _psikyosh_state
UINT32 * vidregs;
UINT32 * ram;
UINT32 * paletteram;
-// UINT32 * spriteram; // currently this uses generic buffered spriteram
-// size_t spriteram_size;
+// UINT32 * spriteram; // currently this uses generic buffered spriteram
+// size_t spriteram_size;
/* video-related */
bitmap_t *zoom_bitmap, *z_bitmap;
-// UINT8 alphatable[256];
+// UINT8 alphatable[256];
/* misc */
UINT32 sample_offs; // only used if ROMTEST = 1