summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/namconb1.h
diff options
context:
space:
mode:
author cam900 <dbtlrchl@naver.com>2019-05-11 09:24:01 +0900
committer R. Belmont <rb6502@users.noreply.github.com>2019-05-10 20:24:01 -0400
commitee771ac3e6113fad002162778ed0318226e33a2c (patch)
tree8f4507c2e607ec3f0d16443b424a771bdb59ea4f /src/mame/includes/namconb1.h
parentde235f462365cd06b2fffd1e3a977aab65534f22 (diff)
namco_c355spr.cpp : Updates (#5031)
* namco_c355spr.cpp : Updates Internalize gfxdecode, initialize values, Simplify handlers, Reduce unnecessary lines, Fix spacings, Use shorter / correct type values * gal3.cpp : Fix notes
Diffstat (limited to 'src/mame/includes/namconb1.h')
-rw-r--r--src/mame/includes/namconb1.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mame/includes/namconb1.h b/src/mame/includes/namconb1.h
index 67942c1848c..f8fbe040e43 100644
--- a/src/mame/includes/namconb1.h
+++ b/src/mame/includes/namconb1.h
@@ -19,9 +19,6 @@
#include "video/namco_c123tmap.h"
#include "video/namco_c169roz.h"
-#define NAMCONB1_SPRITEGFX 0
-
-
class namconb1_state : public driver_device
{