summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/astrocde/ram.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/astrocde/ram.h')
-rw-r--r--src/devices/bus/astrocde/ram.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/bus/astrocde/ram.h b/src/devices/bus/astrocde/ram.h
index ee5ed884ef4..5c15029fb26 100644
--- a/src/devices/bus/astrocde/ram.h
+++ b/src/devices/bus/astrocde/ram.h
@@ -12,7 +12,7 @@
// ======================> astrocade_blueram_4k_device
-class astrocade_blueram_4k_device : public device_t, public device_astrocade_card_interface
+class astrocade_blueram_4k_device : public device_t, public device_astrocade_exp_interface
{
public:
// construction/destruction
@@ -69,7 +69,7 @@ public:
// ======================> astrocade_viper_sys1_device
-class astrocade_viper_sys1_device : public device_t, public device_astrocade_card_interface
+class astrocade_viper_sys1_device : public device_t, public device_astrocade_exp_interface
{
public:
// construction/destruction
@@ -93,7 +93,7 @@ private:
// ======================> astrocade_whiteram_device
-class astrocade_whiteram_device : public device_t, public device_astrocade_card_interface
+class astrocade_whiteram_device : public device_t, public device_astrocade_exp_interface
{
public:
// construction/destruction
@@ -117,7 +117,7 @@ private:
// ======================> astrocade_rl64ram_device
-class astrocade_rl64ram_device : public device_t, public device_astrocade_card_interface
+class astrocade_rl64ram_device : public device_t, public device_astrocade_exp_interface
{
public:
// construction/destruction