summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/dc-ctrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/dc-ctrl.h')
-rw-r--r--src/mame/machine/dc-ctrl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/machine/dc-ctrl.h b/src/mame/machine/dc-ctrl.h
index 51b040be08e..3b0aab2898d 100644
--- a/src/mame/machine/dc-ctrl.h
+++ b/src/mame/machine/dc-ctrl.h
@@ -50,14 +50,14 @@ protected:
uint32_t id;
uint32_t electric_current;
uint32_t region;
-
+
ioport_port *port[8];
-
+
virtual void fixed_status(uint32_t *dest) = 0;
virtual void free_status(uint32_t *dest) = 0;
virtual void read(uint32_t *dest) = 0;
};
-
+
class dc_controller_device : public dc_common_device
{
public: