Several rounds of code cleanups.

Fixed the heap-trashing bug.
Applied some more upstream patches.
This commit is contained in:
waltje
2018-10-26 14:30:29 -04:00
parent e4a6a62bb8
commit d97c3a91e8
20 changed files with 719 additions and 760 deletions

View File

@@ -8,7 +8,7 @@
*
* Main emulator module where most things are controlled.
*
* Version: @(#)pc.c 1.0.59 2018/10/24
* Version: @(#)pc.c 1.0.60 2018/10/25
*
* Authors: Fred N. van Kempen, <decwiz@yahoo.com>
* Miran Grca, <mgrca8@gmail.com>
@@ -718,7 +718,6 @@ usage:
hdd_init();
cdrom_global_init();
zip_global_init();
scsi_disk_global_init();
network_init();