diff options
Diffstat (limited to 'src/mame/apple/apple2video.h')
| -rw-r--r-- | src/mame/apple/apple2video.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/apple/apple2video.h b/src/mame/apple/apple2video.h index 1a820f3c851..58a4affa896 100644 --- a/src/mame/apple/apple2video.h +++ b/src/mame/apple/apple2video.h @@ -31,8 +31,8 @@ public: void mix_w(int state); void scr_w(int state); void res_w(int state); - void dhires_w(int state); void an2_w(int state); + void an3_w(int state); bool get_graphics() const { return m_graphics; } bool get_hires() const { return m_hires; } |
