summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/namconb1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/namconb1.h')
-rw-r--r--src/mame/includes/namconb1.h17
1 files changed, 1 insertions, 16 deletions
diff --git a/src/mame/includes/namconb1.h b/src/mame/includes/namconb1.h
index b69bcf0872e..07fc4f29eac 100644
--- a/src/mame/includes/namconb1.h
+++ b/src/mame/includes/namconb1.h
@@ -14,20 +14,7 @@
#include "video/namco_c123tmap.h"
#include "video/namco_c169roz.h"
-#define NAMCONB1_HTOTAL (288) /* wrong */
-#define NAMCONB1_HBSTART (288)
-#define NAMCONB1_VTOTAL (262) /* needs to be checked */
-#define NAMCONB1_VBSTART (224)
-
-#define NAMCONB1_TILEMASKREGION "tilemask"
-#define NAMCONB1_TILEGFXREGION "tile"
-#define NAMCONB1_SPRITEGFXREGION "sprite"
-#define NAMCONB1_ROTMASKREGION "rotmask"
-#define NAMCONB1_ROTGFXREGION "rot"
-
-#define NAMCONB1_TILEGFX 0
-#define NAMCONB1_SPRITEGFX 1
-#define NAMCONB1_ROTGFX 2
+#define NAMCONB1_SPRITEGFX 0
@@ -38,7 +25,6 @@ public:
driver_device(mconfig, type, tag),
m_gametype(0),
m_maincpu(*this, "maincpu"),
- m_palette(*this, "palette"),
m_c116(*this, "c116"),
m_c123tmap(*this, "c123tmap"),
m_c355spr(*this, "c355spr"),
@@ -96,7 +82,6 @@ private:
};
required_device<cpu_device> m_maincpu;
- required_device<palette_device> m_palette;
required_device<namco_c116_device> m_c116;
required_device<namco_c123tmap_device> m_c123tmap;
required_device<namco_c355spr_device> m_c355spr;