diff options
author | 2024-03-24 03:01:24 +1100 | |
---|---|---|
committer | 2024-03-24 03:01:24 +1100 | |
commit | c225071d50a2b2bbdc9b70f78af34f186181d6db (patch) | |
tree | ab3ed5cdf816f9d2a9af1da961cbb7768e76a734 /src/devices/machine/w83787f.h | |
parent | 26ba3b1af9e37ac7766bdbb806efe4743bfd9cbe (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.h | 4 |
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(); } |