summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/peb/peribox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/peb/peribox.h')
-rw-r--r--src/devices/bus/ti99/peb/peribox.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/devices/bus/ti99/peb/peribox.h b/src/devices/bus/ti99/peb/peribox.h
index 0ea38d227fb..3bf9f15aed5 100644
--- a/src/devices/bus/ti99/peb/peribox.h
+++ b/src/devices/bus/ti99/peb/peribox.h
@@ -3,7 +3,7 @@
/****************************************************************************
Peripheral expansion box
- See peribox.c for documentation
+ See peribox.cpp for documentation
Michael Zapf
@@ -16,9 +16,11 @@
#pragma once
-#include "bus/ti99/ti99defs.h"
#include "bus/ti99/internal/ioport.h"
+#define TI_PERIBOX_TAG "peb"
+#define TI99_DSRROM "dsrrom"
+
namespace bus { namespace ti99 { namespace peb {
class peribox_slot_device;