Fixed building for new GUS MAX.

Updated copyright dates etc.
This commit is contained in:
waltje
2019-01-13 16:37:10 -05:00
parent e77c159a66
commit 1d1aa927d5
17 changed files with 2965 additions and 2947 deletions

View File

@@ -8,7 +8,7 @@
*
* Main emulator module where most things are controlled.
*
* Version: @(#)pc.c 1.0.61 2018/11/13
* Version: @(#)pc.c 1.0.62 2018/11/22
*
* Authors: Fred N. van Kempen, <decwiz@yahoo.com>
* Miran Grca, <mgrca8@gmail.com>
@@ -873,9 +873,6 @@ pc_init(void)
codegen_init();
#endif
#ifdef WALTJE_SERIAL
serial_init();
#endif
keyboard_init();
joystick_init();
video_init();