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 |
|
OBattler
|
da82e6a5eb
|
Finished the VIA machine.
|
2020-01-14 02:14:39 +01:00 |
|
Melissa Goad
|
426bf8c46e
|
Fix the name of the VT82C586B southbridge
|
2020-01-13 18:50:12 -06:00 |
|
Melissa Goad
|
199db4acbe
|
Fixes from OBattler
|
2020-01-13 18:50:12 -06:00 |
|
Melissa Goad
|
aa73f2215f
|
Preliminary port of PCem's FIC VA-503P motherboard
|
2020-01-13 18:50:09 -06:00 |
|
OBattler
|
fb088329e1
|
Fixed NULL pointer dereferences in the CD-ROM image code.
|
2020-01-13 21:46:45 +01:00 |
|
OBattler
|
dcf06f4ba9
|
Fixed the mess in cdrom/cdrom_image_backend.c.
|
2020-01-13 21:06:32 +01:00 |
|
OBattler
|
be9b57fcad
|
Added some sanity checks and pointer frees / NULL'ings to the CD-ROM image code, fixes #543.
|
2020-01-13 21:03:58 +01:00 |
|
David Hrdlička
|
72f932ce79
|
Update feature_request.md
|
2020-01-13 18:16:22 +01:00 |
|
OBattler
|
f655585ad8
|
Merge pull request #540 from MoochMcGee/bugfix/midi
Fix adding a sound card
|
2020-01-12 20:48:57 +01:00 |
|
Melissa Goad
|
59b31a0232
|
Fix adding a sound card
|
2020-01-12 13:47:42 -06:00 |
|
TC1995
|
6e911fc6ba
|
Merge branch 'master' of github.com:TC1995/86Box into tc1995
|
2020-01-12 19:39:11 +01:00 |
|
tiseno100
|
dae4767357
|
More sugar neee
|
2020-01-12 20:21:56 +02:00 |
|
tiseno100
|
19ec76f0d9
|
Fixing conflicts
|
2020-01-12 20:15:37 +02:00 |
|
nerd73
|
80ce5b1de1
|
fix spacing
|
2020-01-12 11:10:59 -07:00 |
|
nerd73
|
419c0ba6a4
|
Fix AMI ALi 1429's CPU list on old dynarec
|
2020-01-12 11:05:57 -07:00 |
|
tiseno100
|
1b846db22c
|
Update the newly changed machine tables to include the new machines
|
2020-01-12 19:59:10 +02:00 |
|
OBattler
|
52000fef8c
|
Merge pull request #535 from 86Box/feature/midi_in
Feature/midi in
|
2020-01-12 18:57:44 +01:00 |
|
TC1995
|
5646e2fbe3
|
Merge branch 'master' of github.com:86Box/86Box into feature/midi_in
|
2020-01-12 18:54:16 +01:00 |
|
OBattler
|
e43b64d3bb
|
Merge pull request #528 from Altheos/gus
GUS soundcard improvements
|
2020-01-12 18:51:56 +01:00 |
|
OBattler
|
4b7401c3b5
|
Merge branch 'feature/midi_in' into gus
|
2020-01-12 18:51:35 +01:00 |
|
OBattler
|
8e566a1ad7
|
Merge pull request #523 from nerd73/master
CPU table revamp
|
2020-01-12 18:48:42 +01:00 |
|