diff options
-rw-r--r-- | simon/vga.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/vga.cpp b/simon/vga.cpp index a34ebf0d29..2f97422a5f 100644 --- a/simon/vga.cpp +++ b/simon/vga.cpp @@ -1862,7 +1862,7 @@ void SimonState::vc_64() void SimonState::vc_65() { // Simon2 - error("vc_65 unimplemented"); + warning("vc_65 unimplemented"); } void SimonState::vc_66() |