summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/nforcepc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/nforcepc.h')
-rw-r--r--src/mame/includes/nforcepc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/nforcepc.h b/src/mame/includes/nforcepc.h
index 497fc6a31bf..840b3b4f3ad 100644
--- a/src/mame/includes/nforcepc.h
+++ b/src/mame/includes/nforcepc.h
@@ -35,8 +35,8 @@ protected:
virtual void config_map(address_map &map) override;
private:
- uint32_t ram_size;
required_device<device_memory_interface> cpu;
+ uint32_t ram_size;
DECLARE_READ8_MEMBER(unknown_r);
DECLARE_WRITE8_MEMBER(unknown_w);