diff options
| author | 2010-03-20 12:05:12 +0000 | |
|---|---|---|
| committer | 2010-03-20 12:05:12 +0000 | |
| commit | a6c9c2d89abc2db2af78fd16b194f6f8054139bb (patch) | |
| tree | 69ae8cbda70059c7d6766c8a362b62c7fd15cd73 | |
| parent | 58973c39d900783feff22d67502b70d8a6186c85 (diff) | |
Fix compile
| -rw-r--r-- | src/mame/includes/metro.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mame/includes/metro.h b/src/mame/includes/metro.h index 3aad966cbd2..b7a84a1d983 100644 --- a/src/mame/includes/metro.h +++ b/src/mame/includes/metro.h @@ -29,20 +29,14 @@ public: UINT16 * screenctrl; UINT16 * input_sel; UINT16 * k053936_ram; - UINT8 * dirtyindex; - UINT8 * empty_tiles; size_t spriteram_size; size_t tiletable_size; int flip_screen; -// UINT16 * paletteram; // currently this uses generic palette handling /* video-related */ tilemap_t *k053936_tilemap; - tilemap_t *bg_tilemap[3]; - tilemap_t *bg_tilemap_16x16[3]; - int support_8bpp, support_16x16; int has_zoom; |
