summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/nc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/nc.h')
-rw-r--r--src/mess/includes/nc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/nc.h b/src/mess/includes/nc.h
index 0e63cf18d15..94ca1749fbd 100644
--- a/src/mess/includes/nc.h
+++ b/src/mess/includes/nc.h
@@ -110,7 +110,7 @@ public:
required_device<ram_device> m_ram;
required_device<beep_device> m_beeper1;
required_device<beep_device> m_beeper2;
-
+
void nc200_video_set_backlight(int state);
void nc_card_save(device_image_interface &image);
int nc_card_calculate_mask(int size);