diff options
Diffstat (limited to 'src/devices/bus/s100/seals8k.h')
-rw-r--r-- | src/devices/bus/s100/seals8k.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/devices/bus/s100/seals8k.h b/src/devices/bus/s100/seals8k.h new file mode 100644 index 00000000000..6c0cf8f05c2 --- /dev/null +++ b/src/devices/bus/s100/seals8k.h @@ -0,0 +1,17 @@ +// license:BSD-3-Clause +// copyright-holders:AJR +/********************************************************************** + + Seals Electronics 8K SC RAM board + +**********************************************************************/ + +#ifndef MAME_BUS_S100_8K_SC_H +#define MAME_BUS_S100_8K_SC_H + +#pragma once + +extern device_type S100_8K_SC; +extern device_type S100_8K_SC_BB; + +#endif // MAME_BUS_S100_8K_SC_H |