summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/namcofl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/namcofl.h')
-rw-r--r--src/mame/includes/namcofl.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/includes/namcofl.h b/src/mame/includes/namcofl.h
index 2b7ac7d48f2..bbe2383fac9 100644
--- a/src/mame/includes/namcofl.h
+++ b/src/mame/includes/namcofl.h
@@ -23,8 +23,8 @@
class namcofl_state : public namcos2_shared_state
{
public:
- namcofl_state(const machine_config &mconfig, device_type type, const char *tag)
- : namcos2_shared_state(mconfig, type, tag),
+ namcofl_state(const machine_config &mconfig, device_type type, const char *tag) :
+ namcos2_shared_state(mconfig, type, tag),
m_c116(*this,"c116"),
m_in0(*this, "IN0"),
m_in1(*this, "IN1"),
@@ -88,6 +88,7 @@ private:
void common_init();
int FLobjcode2tile(int code);
void TilemapCB(uint16_t code, int *tile, int *mask);
+ void RozCB(uint16_t code, int *tile, int *mask, int which);
void namcoc75_am(address_map &map);
void namcoc75_io(address_map &map);
void namcofl_mem(address_map &map);