summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/w83787f.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2024-03-24 03:01:24 +1100
committer Vas Crabb <vas@vastheman.com>2024-03-24 03:01:24 +1100
commitc225071d50a2b2bbdc9b70f78af34f186181d6db (patch)
treeab3ed5cdf816f9d2a9af1da961cbb7768e76a734 /src/devices/machine/w83787f.h
parent26ba3b1af9e37ac7766bdbb806efe4743bfd9cbe (diff)
srcclean and fix indentation in preparation for MAME 0.264 branch.
Diffstat (limited to 'src/devices/machine/w83787f.h')
-rw-r--r--src/devices/machine/w83787f.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/w83787f.h b/src/devices/machine/w83787f.h
index 3fa9e6e4b8c..ed0123153a2 100644
--- a/src/devices/machine/w83787f.h
+++ b/src/devices/machine/w83787f.h
@@ -20,8 +20,8 @@ public:
void remap(int space_id, offs_t start, offs_t end) override;
-// auto gp20_reset() { return m_gp20_reset_callback.bind(); }
-// auto gp25_gatea20() { return m_gp25_gatea20_callback.bind(); }
+// auto gp20_reset() { return m_gp20_reset_callback.bind(); }
+// auto gp25_gatea20() { return m_gp25_gatea20_callback.bind(); }
auto irq1() { return m_irq1_callback.bind(); }
auto irq8() { return m_irq8_callback.bind(); }
auto irq9() { return m_irq9_callback.bind(); }