summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/namconb1.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-01-11 07:32:46 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-01-11 07:32:46 +0000
commit0e19f641d3186cdbf51f8ca857e2b07ab95779c2 (patch)
tree234109de1123b13f217494af4b3f8efad346d5cc /src/mame/includes/namconb1.h
parent111157ca09a9ff60fe4a9ba49173c315e94314fa (diff)
Cleanups and version bumpmame0148
Diffstat (limited to 'src/mame/includes/namconb1.h')
-rw-r--r--src/mame/includes/namconb1.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/mame/includes/namconb1.h b/src/mame/includes/namconb1.h
index cf50dc243c3..68f1e9904eb 100644
--- a/src/mame/includes/namconb1.h
+++ b/src/mame/includes/namconb1.h
@@ -1,19 +1,19 @@
#include "namcos2.h"
-#define NAMCONB1_HTOTAL (288) /* wrong */
-#define NAMCONB1_HBSTART (288)
-#define NAMCONB1_VTOTAL (262) /* needs to be checked */
-#define NAMCONB1_VBSTART (224)
+#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_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_TILEGFX 0
+#define NAMCONB1_SPRITEGFX 1
+#define NAMCONB1_ROTGFX 2
class namconb1_state : public namcos2_shared_state
{