summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/a2600.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/a2600.h')
-rw-r--r--src/mame/includes/a2600.h23
1 files changed, 11 insertions, 12 deletions
diff --git a/src/mame/includes/a2600.h b/src/mame/includes/a2600.h
index b3090220c49..55a39069d45 100644
--- a/src/mame/includes/a2600.h
+++ b/src/mame/includes/a2600.h
@@ -13,22 +13,18 @@
#pragma once
-#define USE_NEW_RIOT 0
-
-
-#define CONTROL1_TAG "joyport1"
-#define CONTROL2_TAG "joyport2"
-
-#include "cpu/m6502/m6507.h"
-#include "sound/tiaintf.h"
-#include "video/tia.h"
-#include "bus/vcs/vcs_slot.h"
-#include "bus/vcs/rom.h"
+#include "bus/vcs/compumat.h"
#include "bus/vcs/dpc.h"
#include "bus/vcs/harmony_melody.h"
+#include "bus/vcs/rom.h"
#include "bus/vcs/scharger.h"
-#include "bus/vcs/compumat.h"
+#include "bus/vcs/vcs_slot.h"
#include "bus/vcs_ctrl/ctrl.h"
+#include "cpu/m6502/m6507.h"
+#include "sound/tiaintf.h"
+#include "video/tia.h"
+
+#define USE_NEW_RIOT 0
#if USE_NEW_RIOT
#include "machine/mos6530n.h"
@@ -36,6 +32,9 @@
#include "machine/6532riot.h"
#endif
+#define CONTROL1_TAG "joyport1"
+#define CONTROL2_TAG "joyport2"
+
class a2600_state : public driver_device
{