starfrost
|
89fa07d7b8
|
Merge branch '86Box:master' into master
|
2024-12-09 11:58:24 +00:00 |
|
starfrost013
|
4c2477a4cf
|
Add read and write PTIMER registers. Doesn't actually do anything as a timer yet. Fix software and hardware interrupts being the wrong way around
|
2024-12-09 11:57:54 +00:00 |
|
Miran Grča
|
e09d5f0997
|
Merge pull request #5010 from josephillips85/master
Added initial support for external sound device OPL2Board.
|
2024-12-09 00:31:21 +01:00 |
|
Jose Phillips
|
803c19b4c2
|
check if libserial exists for unsupported libserial OS
|
2024-12-08 18:10:05 -05:00 |
|
Miran Grča
|
f94a30d957
|
Merge pull request #5024 from jriwanek-forks/gameport-magic
Deal with magic numbers in gameport.c
|
2024-12-08 04:02:54 +01:00 |
|
OBattler
|
20feee1e00
|
86F: Preserve weak bits.
|
2024-12-08 02:58:57 +01:00 |
|
Jasmine Iwanek
|
53c6c9660c
|
Update gameport copyright
|
2024-12-07 20:27:19 -05:00 |
|
Jasmine Iwanek
|
db34cc06b9
|
Deal with many magic numbers in gameport.c
|
2024-12-07 20:27:19 -05:00 |
|
OBattler
|
11282b1202
|
Merge branch 'master' of https://github.com/86Box/86Box
|
2024-12-08 01:55:38 +01:00 |
|
OBattler
|
e7f0974ab4
|
FDC: Do not clear disk changed status on DOR reset (DSKCHG is an input pin and the FDC can not change it), fixes #5003.
|
2024-12-08 01:55:27 +01:00 |
|
Jasmine Iwanek
|
e2b86caf5d
|
Update YMFM to latest version as of 11/30/2024
|
2024-12-06 21:37:02 -05:00 |
|
OBattler
|
e83a61d6a2
|
Fixed a typo in sound/snd_sb.c.
|
2024-12-07 03:13:38 +01:00 |
|
OBattler
|
12a3ec72d4
|
Merge branch 'master' of https://github.com/86Box/86Box
|
2024-12-07 01:17:58 +01:00 |
|
OBattler
|
025e3b3088
|
ESS AudioDrive: Fix some mixer register and DSP command readouts to match the probing of real cards, also fixes Windows 3.1 ES688 drivers.
|
2024-12-07 01:17:36 +01:00 |
|
starfrost
|
2bb1175bc8
|
Merge branch '86Box:master' into master
|
2024-12-06 09:03:46 +00:00 |
|
Jasmine Iwanek
|
898650a515
|
Fix rom path for Grid 1520
|
2024-12-05 21:22:37 -05:00 |
|
starfrost013
|
831afb5fa1
|
GPU revision switch, pmc_boot fixes
|
2024-12-05 23:10:50 +00:00 |
|
starfrost013
|
e7ca410d36
|
added the ability to switch between different amounts of vram
|
2024-12-05 22:30:20 +00:00 |
|
Miran Grča
|
262f2dc605
|
Merge pull request #4728 from techomancer/grid1520
Add new machine GRiD GRiDcase 1520
|
2024-12-05 20:36:18 +01:00 |
|
starfrost
|
62cc8d19ca
|
Merge branch '86Box:master' into master
|
2024-12-04 12:16:53 +00:00 |
|
OBattler
|
cc8cfb7b3f
|
The CPL checks introduced in build 6212 need to only be made in protected mode, fixes the Daewoo CB52X-SI.
|
2024-12-03 17:48:07 +01:00 |
|
OBattler
|
028d5da6da
|
SCAT: Fix memory state for EMS mappings at A000-FFFF, fixes #898.
|
2024-12-03 05:25:57 +01:00 |
|
OBattler
|
42098efa6d
|
And the forgotten fdc.h.
|
2024-12-03 02:07:32 +01:00 |
|
OBattler
|
75fda2f046
|
Fix FDC's on MCA IBM PS/2 machines fixes #4962.
|
2024-12-03 02:07:02 +01:00 |
|
starfrost013
|
b514203079
|
correctly set interrupt_enable at boot + start working on vram config
|
2024-12-02 21:15:16 +00:00 |
|
starfrost013
|
9753b0eca5
|
Make it so you can switch vbioses
|
2024-12-02 17:40:31 +00:00 |
|
starfrost
|
8101f64165
|
Merge branch '86Box:master' into master
|
2024-12-02 11:39:19 +00:00 |
|
OBattler
|
2e8bdaf587
|
Put a logging-only variable behind an #ifdef.
|
2024-12-02 08:36:32 +01:00 |
|
OBattler
|
ebdfb56510
|
IBM PS/1 HDC: Disable logging.
|
2024-12-02 08:35:13 +01:00 |
|
Jose Phillips
|
267d4b2e02
|
adding setupAPI
|
2024-12-02 00:40:06 -05:00 |
|
Jose Phillips
|
9e77792f7b
|
test windows
|
2024-12-01 23:45:53 -05:00 |
|
Jose Phillips
|
7f8f49e6e7
|
fix for other platforms
|
2024-12-01 22:32:15 -05:00 |
|
Jose Phillips
|
9003217840
|
fix apple
|
2024-12-01 21:44:51 -05:00 |
|
Jose Phillips
|
875bfc6fb7
|
More fixes on Cmakelists
|
2024-12-01 21:03:43 -05:00 |
|
Jose Phillips
|
04db328bf3
|
Added library on CMAKE
|
2024-12-01 20:33:51 -05:00 |
|
Jose Phillips
|
984a71ccfb
|
Added dependencies on CI
|
2024-12-01 19:04:55 -05:00 |
|
Jose Phillips
|
43b5da20de
|
Merge branch 'master' into master
|
2024-12-01 18:31:58 -05:00 |
|
Jose Phillips
|
a651cd113b
|
Some code clean
|
2024-12-01 18:12:57 -05:00 |
|
Jose Phillips
|
d15342f46c
|
Initial Support for OPL2Board Arduino
|
2024-12-01 18:07:35 -05:00 |
|
starfrost
|
6f980fd3f2
|
Merge branch '86Box:master' into master
|
2024-12-01 20:58:01 +00:00 |
|
starfrost013
|
b816a7d379
|
Initial VBLANK draft. Still fucked up
|
2024-12-01 20:56:42 +00:00 |
|
OBattler
|
f49cf628a2
|
Merged the PS/2 floppy drives into the normal ones, DENSEL polarity is now decided based on machine instead.
|
2024-12-01 20:59:53 +01:00 |
|
Sasamiya
|
2893a7dda1
|
Fixed SChinese and TChinese translations
|
2024-12-01 15:08:38 +08:00 |
|
starfrost013
|
1c14718677
|
anti-stupidity
|
2024-11-27 18:15:54 +00:00 |
|
starfrost013
|
baeca30c6d
|
Fix PRAMDAC. Now it shows as working in Windows 2000?
|
2024-11-27 17:41:54 +00:00 |
|
starfrost013
|
15a2f6435c
|
Nvidia NV3 initial implementation from the old repo when it was a fork.
|
2024-11-27 16:29:26 +00:00 |
|
OBattler
|
781320817f
|
Aaeon SBC-350: Restore the IDE flag and actually fix IDE and Super I/O chip initialization.
|
2024-11-26 12:01:27 +01:00 |
|
OBattler
|
738daa9a4e
|
Fixed a compile-breaking typo in machine/machine_table.c, fixes #5000.
|
2024-11-26 11:38:03 +01:00 |
|
OBattler
|
bf509671ef
|
AAEON SBC-350A: Remove IDE flag, fixes #4985.
|
2024-11-26 03:12:59 +01:00 |
|
OBattler
|
5c27083af6
|
CD-ROM interface API to get raw track data, IOCTL now actually provides it, and IOCTL is now actually instantiable, as well as cleaned up a bit.
|
2024-11-25 21:23:28 +01:00 |
|