Commit Graph

487 Commits

Author SHA1 Message Date
waltje
5e606c8e7a Bumped system version number to 0.1.6.4. 2018-09-03 20:42:28 -04:00
waltje
f5da553cb7 Fixed a bug in device.c (cloning cleanup)
Added the Micro Mainframe EMS-5150T EMS board (request Fenix70)
Updated the parallel port device handler.
Added the initial release of the ESC/P printer.h (WIP)
2018-09-03 19:23:22 -04:00
waltje
c19cf753f2 Some minor cleanups in the png.c module. 2018-09-02 19:47:17 -04:00
waltje
cc9d210559 Whoops, forgot to update Makefiles for non-PNG systems. 2018-09-02 18:55:08 -04:00
waltje
0b515cf2d9 Updates to the printer system.
Combined all PNG stuff into the new png.ch module, and finally fixed the VC crash with it!
2018-09-02 18:26:21 -04:00
waltje
933b8cacd0 Committed the basic printer module, cleaned up a bit. 2018-09-01 06:36:08 -04:00
waltje
061613df32 Updated SCAT machine to remove signed-ness warnings in VC.
Updated parallel device for an oopsie.
2018-09-01 02:14:15 -04:00
waltje
5b0069632b Added new printers framework. Work in progress. 2018-09-01 00:10:09 -04:00
waltje
2f8a7baf6a Created new plat_tempfile() function so it can be re-used. 2018-09-01 00:08:36 -04:00
waltje
8a4d953277 Added the Paradise Systems 5PAK board as a memory board as well. 2018-09-01 00:07:18 -04:00
waltje
b2cd9075ce Added the Paradise Systems 5-PAK RTC. 2018-08-31 17:02:09 -04:00
waltje
6ad4717abd Fixes for programmed alarm interrupts in ISA RTC. 2018-08-31 05:39:46 -04:00
waltje
c094bdc9b4 Fixed the ISA Clock/RTC cards for IRQ operation. Verified with a new DOS tool, cross-checked on real hardware.
Removed some old, unneeded files.
2018-08-30 03:49:37 -04:00
waltje
e0252036e6 Added 8088-1 (10MHz) CPU support.
Added presetting a filename for NVR (so cards can use that.)
Updated some more translation files for STR_3480 and STR_3481.
Added a new card: ISA-based Clock/RTC cards for PC/XT systems.
Un-did previous change to XT ST506 driver.
2018-08-29 03:58:50 -04:00
Fred N. van Kempen
65567ce7da Merge pull request #41 from dgurney/translation-update
Translate STR_3480 to Finnish
2018-08-27 05:17:51 -04:00
waltje
a66e8f05fd Updated FR translation. 2018-08-27 05:16:28 -04:00
Daniel Gurney
ce770a85ea Translate new string 2018-08-27 12:12:47 +03:00
waltje
15d9edf697 Small changes to the ET4000 driver.
Updates to allow debug binaries in the same folder.
Changes to move the Language Packs into lang/ under ExePath.
Removed the GREENB machine, just another AMI486 machine.
2018-08-26 23:54:14 -04:00
waltje
0470950556 More upstream patches for the ET4000 cards. 2018-08-26 03:15:59 -04:00
waltje
3587054ac3 Re-work and cleanup of the Tseng Labs ET4000AX driver, including the Korean variants. 2018-08-25 23:57:32 -04:00
waltje
96848e0c03 Update for language modules (STR_3480); defaults to English in modules. 2018-08-25 20:36:29 -04:00
waltje
28cc2ac6c2 Upstream fixes for AT keyboard (disables Mode1, needed for TSX-32.)
Upstream fixes for ET4000* cards (also for TSX-32, and others) with scrolling issues.
Upstream fixes for mem.c (fixes remapping issues for ET4000 et al.)
2018-08-25 17:29:25 -04:00
waltje
f6eae8c658 Initial release of the ISA Memory Expansion Card driver. Not done yet, but works. 2018-08-25 14:52:56 -04:00
waltje
d4a9d52bd7 New NEAT 286 emulation, implements UMA remapping and EMS. 2018-08-25 14:47:49 -04:00
waltje
6dc4fa9094 Fix for small issue in XT ST506 driver.
Updated mem.c to remove last remnants of split_mapping.
Updated machine_table.c for actual NEAT chipset DRAM limit.
2018-08-23 19:27:51 -04:00
waltje
3be39f9792 More cleanup changes for the remapping. All machine-init functions now call mem_top_remap themselves, this is no longer inherited. machine_at_*_remap_init() functions removed.
As an initial test, added remap to the NEAT - that works.
2018-08-20 20:07:05 -04:00
waltje
ed871b3c27 More cleanups in mem.ch, removing old and/or unneeded stuff. 2018-08-20 18:16:37 -04:00
waltje
edf88b1afc Re-did the cloning to handle its own master list. 2018-08-20 16:40:11 -04:00
waltje
8705137000 Changes to mem.c to allow the mappings to be updated externally. 2018-08-20 01:43:57 -04:00
waltje
4ac6b54a66 Allow devices to be cloned from a master device. 2018-08-20 01:39:38 -04:00
waltje
3bb15e1fe7 Added several small upstream patches for CPU module.
Added the D2D rendering module from 86Box, and updated it.
Fixed the Slovenian translation.
Added Norwegian (Bokmal) translation.
Several small fixes here and there.
2018-07-28 20:53:54 -04:00
waltje
4c03094eaf Whoops, messed up something. Fixed now. 2018-06-27 18:29:39 -04:00
waltje
7919fbdb93 Fixes for FDC and AT keyboard (showing when running AT&T System V/386 R3.2 UNIX.)
Added memory context dumping for debugging.
2018-06-27 15:04:21 -04:00
waltje
097fb38af7 Updates to auto-generated the language pack modules. 2018-06-20 01:40:48 -04:00
Fred N. van Kempen
dfa31fe6ef Merge pull request #38 from Arbars/Kazakh
Adding Kazakh translation for installer
2018-06-17 15:04:14 -04:00
Arbars
3b42d421b3 Adding Kazakh translation for installer 2018-06-17 12:52:33 +06:00
waltje
4e4d3b886e MinGW no longer fails on codepage settings. 2018-06-16 20:04:52 -04:00
waltje
25f64c37a2 Now checking for 65001... 2018-06-16 19:22:06 -04:00
waltje
c3f224e052 More windres changes. 2018-06-16 19:16:31 -04:00
waltje
52f06b18d4 More lame-code-fixes. 2018-06-16 19:05:51 -04:00
waltje
12456516c1 Merge branch 'master' of https://github.com/VARCem/VARCem
# Conflicts:
#	src/win/VARCem.rpp
2018-06-16 19:03:27 -04:00
waltje
7906ab3859 Fix for lame MinGW 'windres.exe' code. 2018-06-16 18:57:57 -04:00
waltje
fe75e1e49a Fix for lame MinGW 'windres.exe' code. 2018-06-16 18:49:09 -04:00
waltje
162afde8b8 More cleanups.
Added more languages.
Updated SCAT machines (for the Asian demo machines.)
Fixed VC project files.
Started integrating building of language DLL's into mainline.
Added the Award 8088 XT Clone machine.
2018-06-16 18:40:48 -04:00
Fred N. van Kempen
eb5a5d6b71 Merge pull request #33 from darkstar/msvc
MSVC: Update project files
2018-06-16 15:15:49 -04:00
Fred N. van Kempen
e73f294895 Merge pull request #37 from Arbars/Kazakh
Reworked Kazakh localization file
2018-06-14 13:47:11 -04:00
Arbars
3d835f17fc Updating Kazakh with fixing grammar
A total rework of localization.
2018-06-14 16:17:17 +06:00
waltje
2f0300eec8 Updated Italian to the correct file.
Added Belarussian and Lithuanian languages.
2018-06-13 15:07:30 -04:00
Arbars
6a1b77bbed Adding kazakh localization file 2018-06-12 12:11:07 +06:00
darkstar
c68299ce31 MSVC: add missing library and fix project files 2018-06-10 00:58:42 +02:00