summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/konamigx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/konamigx.h')
-rw-r--r--src/mame/includes/konamigx.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/mame/includes/konamigx.h b/src/mame/includes/konamigx.h
index 0a4f1a497cd..b0bc8c01441 100644
--- a/src/mame/includes/konamigx.h
+++ b/src/mame/includes/konamigx.h
@@ -199,6 +199,11 @@ public:
UINT16 m_prot_data[0x20];
+ UINT16 *m_gx_spriteram;
+
+ // mirrored K054338 settings
+ int *m_K054338_shdRGB;
+
// 1st-Tier GX/MW Variables
// frequently used registers
int m_k053247_vrcbk[4];
@@ -236,14 +241,17 @@ public:
unsupported flipping modes (probably due to the way it's hooked up to the
rest of the chips) which is causing entirely the wrong output.
- -- furthermore video/konamigx.c contains it's own implementation of
- the K053936_zoom_draw named K053936GP_zoom_draw ...
+ -- furthermore video\k053936.c contains an implementation of
+ the K053936_zoom_draw named K053936GP_zoom_draw that's only used in konamigx ...
*/
bitmap_ind16 *m_gxtype1_roz_dstbitmap;
bitmap_ind16 *m_gxtype1_roz_dstbitmap2;
rectangle m_gxtype1_roz_dstbitmapclip;
+
+ int m_konamigx_type3_psac2_actual_bank;
+ //int m_konamigx_type3_psac2_actual_last_bank = 0;
};
// Sprite Callbacks