summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/namcos22.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-12-25 18:32:51 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-12-25 18:32:51 +0100
commit1221debdc950be86cfbb8ea5cc7b542a7cf53639 (patch)
tree19d1df61841f526a65c303e3ed842b0611fb1251 /src/mame/includes/namcos22.h
parente974e71062650b9270045eadcfaeda84cc62e5e1 (diff)
removed declarations from H files that are not defined in CPP (nw)
Diffstat (limited to 'src/mame/includes/namcos22.h')
-rw-r--r--src/mame/includes/namcos22.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mame/includes/namcos22.h b/src/mame/includes/namcos22.h
index 7b27a0818ef..a9aadc003ba 100644
--- a/src/mame/includes/namcos22.h
+++ b/src/mame/includes/namcos22.h
@@ -126,10 +126,7 @@ class namcos22_renderer : public poly_manager<float, namcos22_object_data, 4, 80
{
public:
namcos22_renderer(namcos22_state &state);
-
- // static configuration
- static void static_set_gfxdecode_tag(device_t &device, const char *tag);
-
+
void render_scene(screen_device &screen, bitmap_rgb32 &bitmap);
struct namcos22_scenenode *new_scenenode(running_machine &machine, UINT32 zsort, namcos22_scenenode_type type);
@@ -375,7 +372,6 @@ public:
DECLARE_READ16_MEMBER(dsp_slave_portb_r);
DECLARE_WRITE16_MEMBER(dsp_slave_portb_w);
DECLARE_READ32_MEMBER(namcos22_sci_r);
- DECLARE_WRITE32_MEMBER(namcos22_sci_w);
DECLARE_READ8_MEMBER(namcos22_system_controller_r);
DECLARE_WRITE8_MEMBER(namcos22s_system_controller_w);
DECLARE_WRITE8_MEMBER(namcos22_system_controller_w);