From 1c05ccc93bd32a9bb5a50f18e2e8bd29c3511e25 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Mon, 20 May 2013 06:51:25 +0000 Subject: Cleanups and version bump --- src/emu/machine/mcf5206e.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/emu/machine/mcf5206e.h') diff --git a/src/emu/machine/mcf5206e.h b/src/emu/machine/mcf5206e.h index 6221f11d279..8bda69d7cfb 100644 --- a/src/emu/machine/mcf5206e.h +++ b/src/emu/machine/mcf5206e.h @@ -50,7 +50,7 @@ class mcf5206e_peripheral_device : public device_t, public: // construction/destruction mcf5206e_peripheral_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); - + void ICR_info(UINT8 ICR); DECLARE_READ32_MEMBER( dev_r ); @@ -153,9 +153,9 @@ public: DECLARE_WRITE8_MEMBER( MFDR_w ); DECLARE_READ8_MEMBER( MBDR_r ); DECLARE_WRITE8_MEMBER( MBDR_w ); - - + + cpu_device* m_cpu; @@ -171,7 +171,7 @@ protected: private: - + void init_regs(bool first_init); UINT8 m_ICR[MAX_ICR]; -- cgit v1.2.3-70-g09d2