diff options
Diffstat (limited to 'src/mame/apple/apple2video.cpp')
| -rw-r--r-- | src/mame/apple/apple2video.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mame/apple/apple2video.cpp b/src/mame/apple/apple2video.cpp index 72bf6720ad9..548602f5376 100644 --- a/src/mame/apple/apple2video.cpp +++ b/src/mame/apple/apple2video.cpp @@ -133,7 +133,12 @@ void a2_video_device::res_w(int state) m_hires = state; } -void a2_video_device::dhires_w(int state) +void a2_video_device::an2_w(int state) +{ + m_an2 = state; +} + +void a2_video_device::an3_w(int state) { // select double hi-res screen().update_now(); @@ -148,11 +153,6 @@ void a2_video_device::dhires_w(int state) m_dhires = !state; } -void a2_video_device::an2_w(int state) -{ - m_an2 = state; -} - void a2_video_device::a80col_w(bool b80Col) { screen().update_now(); |
