summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/nmk112.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/nmk112.h')
-rw-r--r--src/mame/machine/nmk112.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/machine/nmk112.h b/src/mame/machine/nmk112.h
index ee19919c2ed..9660c196278 100644
--- a/src/mame/machine/nmk112.h
+++ b/src/mame/machine/nmk112.h
@@ -32,13 +32,13 @@ protected:
virtual void device_config_complete();
virtual void device_start();
virtual void device_reset();
-
+
private:
void do_bankswitch( int offset, int data );
void postload_bankswitch();
-
+
// internal state
-
+
/* which chips have their sample address table divided into pages */
UINT8 m_page_mask;