diff options
Diffstat (limited to 'src/devices/bus/s100/poly16k.h')
-rw-r--r-- | src/devices/bus/s100/poly16k.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/devices/bus/s100/poly16k.h b/src/devices/bus/s100/poly16k.h new file mode 100644 index 00000000000..a69fbf49369 --- /dev/null +++ b/src/devices/bus/s100/poly16k.h @@ -0,0 +1,18 @@ +// license:BSD-3-Clause +// copyright-holders:AJR +/********************************************************************** + + PolyMorphic Systems 16K RAM Card + +**********************************************************************/ + +#ifndef MAME_BUS_S100_POLY16K_H +#define MAME_BUS_S100_POLY16K_H + +#pragma once + +#include "bus/s100/s100.h" + +DECLARE_DEVICE_TYPE(S100_POLY_16K, device_s100_card_interface) + +#endif // MAME_BUS_S100_POLY16K_H |