summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/nb1413m3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/nb1413m3.h')
-rw-r--r--src/mame/includes/nb1413m3.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/nb1413m3.h b/src/mame/includes/nb1413m3.h
index b9cc02a33c6..04933f47bcb 100644
--- a/src/mame/includes/nb1413m3.h
+++ b/src/mame/includes/nb1413m3.h
@@ -129,7 +129,7 @@ public:
// (static) configuration helpers
static void set_type(device_t &device, int type) { downcast<nb1413m3_device &>(device).m_nb1413m3_type = type; }
-
+
enum
{
TIMER_CB
@@ -169,7 +169,7 @@ protected:
virtual void device_start();
virtual void device_reset();
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr);
-
+
private:
int m_74ls193_counter;