summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/odyssey2/chess.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/odyssey2/chess.h')
-rw-r--r--src/devices/bus/odyssey2/chess.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/odyssey2/chess.h b/src/devices/bus/odyssey2/chess.h
index 291f97e9b9d..4ebc81886af 100644
--- a/src/devices/bus/odyssey2/chess.h
+++ b/src/devices/bus/odyssey2/chess.h
@@ -12,14 +12,14 @@
#pragma once
#include "slot.h"
-#include "rom.h"
#include "cpu/z80/z80.h"
#include "machine/gen_latch.h"
// ======================> o2_chess_device
-class o2_chess_device : public o2_rom_device
+class o2_chess_device : public device_t,
+ public device_o2_cart_interface
{
public:
// construction/destruction