This website requires JavaScript.
Explore
Help
Sign In
claunia
/
VARCem
Archived
Watch
1
Star
0
Fork
0
You've already forked VARCem
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-05-24
. You can view files and clone it, but cannot push or open issues or pull requests.
Files
df05f2775ce723ecd454a9baf7c334cc016f5ca9
VARCem
/
src
History
waltje
df05f2775c
Updated VC14 files.
...
Small fixes (while testing with Code::Blocks)
2018-05-03 21:28:19 -04:00
..
cdrom
Fixing some more UI bugs.
2018-04-30 18:19:59 -04:00
cpu
Revamped the UI setup layer, which also fixes the VC builds.
2018-05-03 17:25:28 -04:00
crcspeed
Another load of cleanups.
2018-04-01 22:02:37 -04:00
disk
Major change to split UI functions into common and front-and parts.
2018-04-29 19:39:16 -04:00
floppy
More UI cleanups and fixes. 95% of the UI code is now common.
2018-04-30 17:44:11 -04:00
input
More UI cleanups and fixes. 95% of the UI code is now common.
2018-04-30 17:44:11 -04:00
machine
Major change to split UI functions into common and front-and parts.
2018-04-29 19:39:16 -04:00
network
Updated VC14 files.
2018-05-03 21:28:19 -04:00
ports
More UI cleanups and fixes. 95% of the UI code is now common.
2018-04-30 17:44:11 -04:00
scsi
Major change to split UI functions into common and front-and parts.
2018-04-29 19:39:16 -04:00
sio
Re-worked the Game Port and Joystick code. They are now separate.
2018-04-26 16:47:51 -04:00
sound
Major change to split UI functions into common and front-and parts.
2018-04-29 19:39:16 -04:00
ui
Revamped the UI setup layer, which also fixes the VC builds.
2018-05-03 17:25:28 -04:00
video
Re-worked the Game Port and Joystick code. They are now separate.
2018-04-26 16:47:51 -04:00
win
Updated VC14 files.
2018-05-03 21:28:19 -04:00
bugger.c
Major change to split UI functions into common and front-and parts.
2018-04-29 19:39:16 -04:00
bugger.h
Monster patch to clean up a lot of cruft in the code, and reduce the RAM footptiny of a running XT machine from about 680MB down to about 80MB. Yes, 600MB of unused 0x00's.
2018-03-17 23:14:42 -05:00
config.c
More UI cleanups and fixes. 95% of the UI code is now common.
2018-04-30 17:44:11 -04:00
config.h
Change to not allow configured memory size to go over machine's limit (fixes #25.)
2018-04-10 23:48:26 -04:00
device.c
Major change to split UI functions into common and front-and parts.
2018-04-29 19:39:16 -04:00
device.h
Added the Western Digital WDXT-150 XTA disk controller.
2018-04-25 16:04:06 -04:00
dma.c
Major change to split UI functions into common and front-and parts.
2018-04-29 19:39:16 -04:00
dma.h
Applied upstream patches (adds IBM PS/2 M70.)
2018-03-13 00:34:44 -05:00
emu.h
Major change to split UI functions into common and front-and parts.
2018-04-29 19:39:16 -04:00
i82335.c
Major change to split UI functions into common and front-and parts.
2018-04-29 19:39:16 -04:00
i82335.h
Fixed silly typo.
2018-03-08 16:00:22 -05:00
intel_flash.c
Another load of cleanups.
2018-04-01 22:02:37 -04:00
intel_flash.h
Fixed silly typo.
2018-03-08 16:00:22 -05:00
intel_piix4.c
Moved keyboard, mouse and joystick stuff to new input/ folder.
2018-04-26 18:15:32 -04:00
intel_piix.c
Moved keyboard, mouse and joystick stuff to new input/ folder.
2018-04-26 18:15:32 -04:00
intel_piix.h
Fixed silly typo.
2018-03-08 16:00:22 -05:00
intel_sio.c
Fixed silly typo.
2018-03-08 16:00:22 -05:00
intel_sio.h
Fixed silly typo.
2018-03-08 16:00:22 -05:00
intel.c
Major change to split UI functions into common and front-and parts.
2018-04-29 19:39:16 -04:00
intel.h
Fixed silly typo.
2018-03-08 16:00:22 -05:00
io.c
Various warnings fixed
2018-03-24 23:55:21 +01:00
io.h
Fixed silly typo.
2018-03-08 16:00:22 -05:00
Makefile.local
Flush all changes from the last two weeks. Still several issues not done.
2018-04-20 04:19:29 -04:00
mca.c
Fixed silly typo.
2018-03-08 16:00:22 -05:00
mca.h
Applied upstream patches (adds IBM PS/2 M70.)
2018-03-13 00:34:44 -05:00
mcr.c
Fixed silly typo.
2018-03-08 16:00:22 -05:00
mem.c
Big cleanup of the use of regular and const string pointers. Where possible, const is used to enfore R/O-ness of string arguments.
2018-04-11 17:42:22 -04:00
mem.h
Monster patch to clean up a lot of cruft in the code, and reduce the RAM footptiny of a running XT machine from about 680MB down to about 80MB. Yes, 600MB of unused 0x00's.
2018-03-17 23:14:42 -05:00
memregs.c
Fixed silly typo.
2018-03-08 16:00:22 -05:00
memregs.h
Fixed silly typo.
2018-03-08 16:00:22 -05:00
nmi.c
Fixed silly typo.
2018-03-08 16:00:22 -05:00
nmi.h
Fixed silly typo.
2018-03-08 16:00:22 -05:00
nvr_at.c
Fixed oopsie in NVR, wrong way of adding 1 to a BCD.
2018-04-28 18:22:51 -04:00
nvr_ps2.c
Another load of cleanups.
2018-04-01 22:02:37 -04:00
nvr_ps2.h
Monster patch to clean up a lot of cruft in the code, and reduce the RAM footptiny of a running XT machine from about 680MB down to about 80MB. Yes, 600MB of unused 0x00's.
2018-03-17 23:14:42 -05:00
nvr.c
NVR fix for calculating wrong day-of-week.
2018-04-28 18:48:17 -04:00
nvr.h
Big cleanup of the use of regular and const string pointers. Where possible, const is used to enfore R/O-ness of string arguments.
2018-04-11 17:42:22 -04:00
pc.c
Updated VC14 files.
2018-05-03 21:28:19 -04:00
pci_dummy.c
Updated VC14 files.
2018-05-03 21:28:19 -04:00
pci_dummy.h
Fixed silly typo.
2018-03-08 16:00:22 -05:00
pci.c
More UI cleanups and fixes. 95% of the UI code is now common.
2018-04-30 17:44:11 -04:00
pci.h
Fixed silly typo.
2018-03-08 16:00:22 -05:00
pic.c
Various warnings fixed
2018-03-24 23:55:21 +01:00
pic.h
Fixed silly typo.
2018-03-08 16:00:22 -05:00
pit.c
More warnings fixed. Only 180 to go!
2018-03-28 02:25:23 -04:00
pit.h
More warnings fixed. Only 180 to go!
2018-03-28 02:25:23 -04:00
plat.h
Revamped the UI setup layer, which also fixes the VC builds.
2018-05-03 17:25:28 -04:00
ppi.c
Fixed silly typo.
2018-03-08 16:00:22 -05:00
ppi.h
Fixed silly typo.
2018-03-08 16:00:22 -05:00
random.c
Fixed silly typo.
2018-03-08 16:00:22 -05:00
random.h
Fixed silly typo.
2018-03-08 16:00:22 -05:00
rom_load.c
Added the Western Digital WDXT-150 XTA disk controller.
2018-04-25 16:04:06 -04:00
rom.c
Flush all changes from the last two weeks. Still several issues not done.
2018-04-20 04:19:29 -04:00
rom.h
Flush all changes from the last two weeks. Still several issues not done.
2018-04-20 04:19:29 -04:00
timer.c
Fixed silly typo.
2018-03-08 16:00:22 -05:00
timer.h
Fixed silly typo.
2018-03-08 16:00:22 -05:00
version.h
Revamped the UI setup layer, which also fixes the VC builds.
2018-05-03 17:25:28 -04:00
vnc_keymap.c
Monster patch to clean up a lot of cruft in the code, and reduce the RAM footptiny of a running XT machine from about 680MB down to about 80MB. Yes, 600MB of unused 0x00's.
2018-03-17 23:14:42 -05:00
vnc.c
Fixed silly typo.
2018-03-08 16:00:22 -05:00
vnc.h
Fixed silly typo.
2018-03-08 16:00:22 -05:00