Commit Graph

2518 Commits

Author SHA1 Message Date
OBattler
a2f8162500 Removed a useless if block from the XTA code. 2020-01-14 23:05:10 +01:00
OBattler
a8a67364d8 Fixed resource leaks in the Image Manager 1024 code. 2020-01-14 23:04:38 +01:00
OBattler
100aaa0115 Fixed the initialization of GPIO ports at the SMC FDC37C93x family of Super I/O chips. 2020-01-14 22:44:08 +01:00
OBattler
6217904ac9 Fixed another resource leak in the PGC code. 2020-01-14 22:41:37 +01:00
OBattler
a219d48061 Fixed an IF block in the PS/1 code. 2020-01-14 22:40:14 +01:00
OBattler
2fcf79ec8d Fixed an if block in the Intel SIO code. 2020-01-14 22:33:13 +01:00
OBattler
cbcb53f7ee Fixed a bug in the 486, WinChip, WinChip 2, Pentium, and 686 timings for the new recompiler. 2020-01-14 22:29:07 +01:00
OBattler
79a10c06b0 Fixed an unintentional integer overflow in win/win_settings.c. 2020-01-14 22:26:22 +01:00
OBattler
f710954c6f Doubled the data array in config.c, fixes an array overrun. 2020-01-14 22:24:56 +01:00
OBattler
2d5a8dc49c Fixed a resource leak in win/win.c. 2020-01-14 22:23:56 +01:00
OBattler
b9f3fdc548 Removed a redundant if block from win/win_ui.c. 2020-01-14 22:21:24 +01:00
OBattler
3e720fdd96 Added two more sanity checks into the FDI2RAW code. 2020-01-14 22:19:15 +01:00
OBattler
e733ac2cf8 Doubled the size of fd_file_name in win/win_new_floppy.c, fixes array overrun in zip_load(). 2020-01-14 22:16:54 +01:00
OBattler
e0218694a3 Fixed a bug with ET4000/W32p linear base address. 2020-01-14 22:14:08 +01:00
OBattler
94fee31e52 Fixed a resource leak in the PGC code. 2020-01-14 22:12:02 +01:00
OBattler
a502e44f17 Added a sanity check to the Iomega ZIP code. 2020-01-14 21:05:15 +01:00
OBattler
f8222dc780 Sanitized a part of the SCAT code. 2020-01-14 21:04:07 +01:00
OBattler
e883577069 Removed a useless unsigned compare from the ATi 28800 code. 2020-01-14 21:01:46 +01:00
OBattler
1a770142bd And another one. 2020-01-14 21:00:45 +01:00
OBattler
f45419d796 Added another sanity fatal() to the hard disk image code. 2020-01-14 20:59:54 +01:00
OBattler
41ba2e4e34 Removed a piece of dead code from the CL-GD 54xx code. 2020-01-14 20:56:08 +01:00
OBattler
19345158a6 Added a sanity fatal() to the hard disk image code. 2020-01-14 20:55:13 +01:00
OBattler
f2beb0bc56 Added a sanity check to the FDI2RAW code. 2020-01-14 20:53:39 +01:00
OBattler
989ee3b138 Added a sanity check to config.c. 2020-01-14 20:52:02 +01:00
OBattler
0371dc9664 The OAK OTi graphic card code no longer loads the ROM if the ROM file name pointer is NULL. 2020-01-14 20:51:06 +01:00
OBattler
70ccf03f2d The CD-ROM image code now returns with error if a seek has failed. 2020-01-14 20:49:01 +01:00
OBattler
30a8e248fb Removed a dead code block and redundant if check from the JSON floppy image code. 2020-01-14 20:46:43 +01:00
OBattler
04247f2664 The CD-ROM image code function to check if a track is audio now simply returns with a false condition if the track number obtained from the sector is -1. 2020-01-14 20:45:20 +01:00
OBattler
0139c44b7d Removed an obsolete return with error in the CD-ROM image backend code. 2020-01-14 20:43:04 +01:00
OBattler
cce388cee9 Added a anity check to the Discord support code. 2020-01-14 20:14:08 +01:00
OBattler
a021607228 Fixed a bug in the CD-ROM image backend code. 2020-01-14 20:10:01 +01:00
OBattler
f04983f1dd Added some sanity check to the CD-ROM bus speed code. 2020-01-14 20:08:23 +01:00
OBattler
8d1daf602f Changed the buffer position on the PostScript printer to size_t. 2020-01-14 20:06:51 +01:00
OBattler
2d46b87088 Removed a dead while block from the PCnet code. 2020-01-14 20:04:47 +01:00
OBattler
93111b3a24 Removed an always true comparison from the NCR 5380 code. 2020-01-14 19:52:13 +01:00
OBattler
69b84765ba Made the buffer position of the PostScript printer 32-bit as it should have been. 2020-01-14 19:49:14 +01:00
OBattler
ad47659fd6 The CD-ROM image backed code no longer returns the pointer of a stack variable. 2020-01-14 19:46:02 +01:00
OBattler
c3a440e19b Fixed a hard-coding of the hard disk bus speed that should not have been there. 2020-01-14 19:44:10 +01:00
OBattler
c09acf597d Fixed the size of the bitmap_t.line array, fixes out-of-bounds acceses. 2020-01-14 19:42:11 +01:00
OBattler
c0946552bc Fixed a string copy in the SST flash code. 2020-01-14 19:33:17 +01:00
OBattler
1861d8cb0d Changed the fatal condition in the CD-ROM image backend code. 2020-01-14 19:30:33 +01:00
OBattler
fea96d6b67 Fixed some bugs in the CD-ROM image backend code. 2020-01-14 19:26:27 +01:00
OBattler
c7cfc06285 Added a NULL pointer check to zip_bus_speed(). 2020-01-14 19:18:18 +01:00
OBattler
1b7da93aa3 Fixed a minor bug in the MPU-401 code. 2020-01-14 19:11:40 +01:00
OBattler
520e234d5a Fixed a bug in scsi/scsi_cdrom.c. 2020-01-14 19:10:13 +01:00
OBattler
d97a1f9c17 Fixed some minor bugs in config.c. 2020-01-14 19:09:04 +01:00
OBattler
33ab403635 Sanitized the VIA southbridge code a bit. 2020-01-14 19:06:34 +01:00
OBattler
d9461a3fce Moved PCI IDE Bus Master slot, etc. initialization from reset() to init(), should fix them being reset to invalid values on the VIA chipset. 2020-01-14 03:00:35 +01:00
OBattler
f5bc638fec Fixed a bug that was causing the VIA chipset to put ACPI onto the wrong base address. 2020-01-14 02:52:21 +01:00
OBattler
6c640b842b Merge pull request #544 from MoochMcGee/ss7-wip
Super Socket 7 support
2020-01-14 02:16:17 +01:00