summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/k056230.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/k056230.h')
-rw-r--r--src/emu/machine/k056230.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/emu/machine/k056230.h b/src/emu/machine/k056230.h
index 99a7df8957b..beeaf66ef5e 100644
--- a/src/emu/machine/k056230.h
+++ b/src/emu/machine/k056230.h
@@ -40,11 +40,11 @@ struct k056230_interface
// ======================> k056230_device
class k056230_device : public device_t,
- public k056230_interface
+ public k056230_interface
{
public:
- // construction/destruction
- k056230_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ // construction/destruction
+ k056230_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
UINT32 lanc_ram_r(UINT32 offset);
void lanc_ram_w(UINT32 offset, UINT32 data, UINT32 mem_mask);
@@ -55,12 +55,12 @@ public:
static TIMER_CALLBACK( network_irq_clear_callback );
protected:
- // device-level overrides
- virtual void device_config_complete();
- virtual void device_start();
- virtual void device_reset() { }
- virtual void device_post_load() { }
- virtual void device_clock_changed() { }
+ // device-level overrides
+ virtual void device_config_complete();
+ virtual void device_start();
+ virtual void device_reset() { }
+ virtual void device_post_load() { }
+ virtual void device_clock_changed() { }
private:
@@ -86,4 +86,4 @@ extern DECLARE_READ8_DEVICE_HANDLER( k056230_r );
extern DECLARE_WRITE8_DEVICE_HANDLER( k056230_w );
-#endif /* __K056230_H__ */
+#endif /* __K056230_H__ */