]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/log
francis/winuae.git
10 years agoJIT: cosmetic changes in compemu_support.cpp
Frode Solheim [Sat, 5 Sep 2015 21:15:06 +0000 (23:15 +0200)]
JIT: cosmetic changes in compemu_support.cpp

10 years agoMerge pull request #76 from FrodeSolheim/jit
Toni Wilen [Sat, 5 Sep 2015 17:12:41 +0000 (20:12 +0300)]
Merge pull request #76 from FrodeSolheim/jit

Initial round of JIT commits (harmless)

10 years agoJIT: R1, R2, R4 -> RR1, RR2, RR4 (name collision on ARM)
Frode Solheim [Sat, 5 Sep 2015 16:18:19 +0000 (18:18 +0200)]
JIT: R1, R2, R4 -> RR1, RR2, RR4 (name collision on ARM)

10 years agoJIT: rename unlock -> unlock2
Frode Solheim [Sat, 5 Sep 2015 16:16:11 +0000 (18:16 +0200)]
JIT: rename unlock -> unlock2

10 years agoJIT: fix indentation in compemu_midfunc_x86.cpp
Frode Solheim [Sat, 5 Sep 2015 16:14:53 +0000 (18:14 +0200)]
JIT: fix indentation in compemu_midfunc_x86.cpp

10 years agoJIT: move midfuncs into compemu_midfunc_x86.cpp
Frode Solheim [Sat, 5 Sep 2015 16:11:00 +0000 (18:11 +0200)]
JIT: move midfuncs into compemu_midfunc_x86.cpp

10 years agoJIT: renamed compemu_raw_x86.cpp -> codegen_x86.cpp
Frode Solheim [Sat, 5 Sep 2015 15:59:56 +0000 (17:59 +0200)]
JIT: renamed compemu_raw_x86.cpp -> codegen_x86.cpp

10 years agoJIT: remove unused codegen_x86.cpp, codegen_x86.h, compemu_codegen.h ++
Frode Solheim [Sat, 5 Sep 2015 15:54:26 +0000 (17:54 +0200)]
JIT: remove unused codegen_x86.cpp, codegen_x86.h, compemu_codegen.h ++

10 years agoMerge pull request #74 from FrodeSolheim/consolehook
Toni Wilen [Sat, 5 Sep 2015 15:09:10 +0000 (18:09 +0300)]
Merge pull request #74 from FrodeSolheim/consolehook

consolehook: missing parameter (presumably supposed to be stdout)

10 years agoMerge pull request #73 from FrodeSolheim/fdi2raw
Toni Wilen [Sat, 5 Sep 2015 15:08:02 +0000 (18:08 +0300)]
Merge pull request #73 from FrodeSolheim/fdi2raw

fdi2raw.cpp: div before mul to void overflow if UAE_RAND_MAX is large

10 years agoMerge pull request #72 from FrodeSolheim/dlopen
Toni Wilen [Sat, 5 Sep 2015 14:51:46 +0000 (17:51 +0300)]
Merge pull request #72 from FrodeSolheim/dlopen

merged uae_dlopen_plugin implementations, unified capsimg support

10 years agoconsolehook: missing parameter (presumably supposed to be stdout)
Frode Solheim [Sat, 5 Sep 2015 14:51:44 +0000 (16:51 +0200)]
consolehook: missing parameter (presumably supposed to be stdout)

10 years agoMerge pull request #71 from FrodeSolheim/slirp
Toni Wilen [Sat, 5 Sep 2015 14:51:41 +0000 (17:51 +0300)]
Merge pull request #71 from FrodeSolheim/slirp

Refactored slirp to make it possible to use an alternative impl

10 years agofdi2raw.cpp: div before mul to void overflow if UAE_RAND_MAX is large
Frode Solheim [Sat, 5 Sep 2015 14:50:16 +0000 (16:50 +0200)]
fdi2raw.cpp: div before mul to void overflow if UAE_RAND_MAX is large

10 years agomerged uae_dlopen_plugin implementations, unified capsimg support
Frode Solheim [Sat, 5 Sep 2015 13:59:53 +0000 (15:59 +0200)]
merged uae_dlopen_plugin implementations, unified capsimg support

10 years agorefactored slirp to make it possible to use an alternative implementation
Frode Solheim [Sat, 5 Sep 2015 10:24:46 +0000 (12:24 +0200)]
refactored slirp to make it possible to use an alternative implementation

10 years agoRestore original "is RTC ticking" bit emulation, PIC_TickIndex() works now.
Toni Wilen [Sat, 5 Sep 2015 11:56:21 +0000 (14:56 +0300)]
Restore original "is RTC ticking" bit emulation, PIC_TickIndex() works now.

10 years agoSupport XT Timer Gate 2 in dosbox cpu mode.
Toni Wilen [Sat, 5 Sep 2015 10:24:07 +0000 (13:24 +0300)]
Support XT Timer Gate 2 in dosbox cpu mode.

10 years agoMerge pull request #70 from FrodeSolheim/updates3
Toni Wilen [Sat, 5 Sep 2015 10:14:46 +0000 (13:14 +0300)]
Merge pull request #70 from FrodeSolheim/updates3

More FS-UAE compatibility updates

10 years agoserial_win32.cpp: updates so FS-UAE can use the implementation
Frode Solheim [Sat, 5 Sep 2015 09:17:08 +0000 (11:17 +0200)]
serial_win32.cpp: updates so FS-UAE can use the implementation

10 years agoppc.cpp: FS-UAE compat update + trivial changes
Frode Solheim [Sat, 5 Sep 2015 09:13:50 +0000 (11:13 +0200)]
ppc.cpp: FS-UAE compat update + trivial changes

10 years agofdi2raw: trivial changes
Frode Solheim [Sat, 5 Sep 2015 09:13:02 +0000 (11:13 +0200)]
fdi2raw: trivial changes

10 years agoscsi: static fixes
Frode Solheim [Sat, 5 Sep 2015 09:07:06 +0000 (11:07 +0200)]
scsi: static fixes

10 years agood-win32/sysconfig.h added header guards, added SIZEOF_VOID_P
Frode Solheim [Sat, 5 Sep 2015 09:01:26 +0000 (11:01 +0200)]
od-win32/sysconfig.h added header guards, added SIZEOF_VOID_P

10 years agoqemuvgaglue.h, slirp.h: trivial changes
Frode Solheim [Sat, 5 Sep 2015 08:55:46 +0000 (10:55 +0200)]
qemuvgaglue.h, slirp.h: trivial changes

10 years agouaenative updated
Frode Solheim [Sat, 5 Sep 2015 08:51:27 +0000 (10:51 +0200)]
uaenative updated

10 years agowin32.cpp: include sys/mman.h -> uae/mman.h, remove unused sys/*.h
Frode Solheim [Sat, 5 Sep 2015 08:47:21 +0000 (10:47 +0200)]
win32.cpp: include sys/mman.h -> uae/mman.h, remove unused sys/*.h

10 years agoahidsound_new.cpp: trivial changes
Frode Solheim [Sat, 5 Sep 2015 08:46:19 +0000 (10:46 +0200)]
ahidsound_new.cpp: trivial changes

10 years agologging.cpp: trivial changes
Frode Solheim [Sat, 5 Sep 2015 08:44:57 +0000 (10:44 +0200)]
logging.cpp: trivial changes

10 years agoinputdevice.cpp: trivial changes
Frode Solheim [Sat, 5 Sep 2015 08:43:38 +0000 (10:43 +0200)]
inputdevice.cpp: trivial changes

10 years agouse uae_tfopen instead of _tfopen (FS-UAE uses a custom fopen function)
Frode Solheim [Sat, 5 Sep 2015 08:40:27 +0000 (10:40 +0200)]
use uae_tfopen instead of _tfopen (FS-UAE uses a custom fopen function)

10 years agopearpc/uaeglue.cpp logging updates
Frode Solheim [Sat, 5 Sep 2015 08:30:32 +0000 (10:30 +0200)]
pearpc/uaeglue.cpp logging updates

10 years agoncr9x_scsi.cpp: added a missing format specifier, made a function static
Frode Solheim [Sat, 5 Sep 2015 08:28:38 +0000 (10:28 +0200)]
ncr9x_scsi.cpp: added a missing format specifier, made a function static

10 years agodosbox: added a couple of includes
Frode Solheim [Sat, 5 Sep 2015 08:25:39 +0000 (10:25 +0200)]
dosbox: added a couple of includes

10 years agodisk.cpp: compilation warning fixes, do not copy fname if same pointer
Frode Solheim [Sat, 5 Sep 2015 08:23:29 +0000 (10:23 +0200)]
disk.cpp: compilation warning fixes, do not copy fname if same pointer

10 years agoMerge pull request #33 from FrodeSolheim/lsi53c710
Toni Wilen [Sat, 5 Sep 2015 06:36:26 +0000 (09:36 +0300)]
Merge pull request #33 from FrodeSolheim/lsi53c710

lsi53c710: use lsi710_* functions

10 years agoMerge pull request #69 from FrodeSolheim/updates
Toni Wilen [Sat, 5 Sep 2015 06:35:23 +0000 (09:35 +0300)]
Merge pull request #69 from FrodeSolheim/updates

Patches from FS-UAE

10 years agoslirp: some additional minor changes
Frode Solheim [Fri, 4 Sep 2015 23:47:40 +0000 (01:47 +0200)]
slirp: some additional minor changes

10 years agomemory/mman: compatibility updates for FS-UAE
Frode Solheim [Fri, 4 Sep 2015 23:27:05 +0000 (01:27 +0200)]
memory/mman: compatibility updates for FS-UAE

10 years agohardfile.cpp: trivial changes
Frode Solheim [Fri, 4 Sep 2015 22:47:49 +0000 (00:47 +0200)]
hardfile.cpp: trivial changes

10 years agofilesys: trivial changes, move add_cpuboard_unit to header
Frode Solheim [Fri, 4 Sep 2015 22:44:43 +0000 (00:44 +0200)]
filesys: trivial changes, move add_cpuboard_unit to header

10 years agosana2.cpp: trivial changes
Frode Solheim [Fri, 4 Sep 2015 22:33:05 +0000 (00:33 +0200)]
sana2.cpp: trivial changes

10 years agozfile.cpp: trivial changes
Frode Solheim [Fri, 4 Sep 2015 22:24:49 +0000 (00:24 +0200)]
zfile.cpp: trivial changes

10 years agoslirp debug logging (print format) changes
Frode Solheim [Fri, 4 Sep 2015 22:21:29 +0000 (00:21 +0200)]
slirp debug logging (print format) changes

10 years agopicasso96_win.cpp: trivial changes
Frode Solheim [Fri, 4 Sep 2015 22:11:40 +0000 (00:11 +0200)]
picasso96_win.cpp: trivial changes

10 years agotrivial changes in debug.cpp
Frode Solheim [Fri, 4 Sep 2015 22:07:50 +0000 (00:07 +0200)]
trivial changes in debug.cpp

10 years agocpuboard: support loading rom using full path
Frode Solheim [Fri, 4 Sep 2015 21:59:59 +0000 (23:59 +0200)]
cpuboard: support loading rom using full path

10 years agominor updates to custom.cpp
Frode Solheim [Fri, 4 Sep 2015 21:57:56 +0000 (23:57 +0200)]
minor updates to custom.cpp

10 years agocfgfile.cpp updates (const fixes + allow "0" as alias for no/false)
Frode Solheim [Fri, 4 Sep 2015 21:34:23 +0000 (23:34 +0200)]
cfgfile.cpp updates (const fixes + allow "0" as alias for no/false)

10 years agoJIT: moved exception handler into separate module, unify for Win32/Linux
Frode Solheim [Fri, 4 Sep 2015 21:03:15 +0000 (23:03 +0200)]
JIT: moved exception handler into separate module, unify for Win32/Linux

10 years agotrivial changes in several modules
Frode Solheim [Fri, 4 Sep 2015 19:20:21 +0000 (21:20 +0200)]
trivial changes in several modules

10 years agogfxboard static/extern declaration fixes (gcc is strict about this)
Frode Solheim [Fri, 4 Sep 2015 19:00:41 +0000 (12:00 -0700)]
gfxboard static/extern declaration fixes (gcc is strict about this)

10 years agorommgr fixes, mainly compilation warning fixes
Frode Solheim [Fri, 4 Sep 2015 18:44:21 +0000 (11:44 -0700)]
rommgr fixes, mainly compilation warning fixes

10 years agoMerge pull request #67 from FrodeSolheim/isofs
Toni Wilen [Fri, 4 Sep 2015 18:18:44 +0000 (21:18 +0300)]
Merge pull request #67 from FrodeSolheim/isofs

isofs fixes (incl avoiding type name collitions on linux/unix)

10 years agoMerge pull request #66 from FrodeSolheim/headers
Toni Wilen [Fri, 4 Sep 2015 18:18:31 +0000 (21:18 +0300)]
Merge pull request #66 from FrodeSolheim/headers

header guards, include uae/types.h, a few related changes

10 years agoisofs fixes (incl avoiding type name collitions on linux/unix)
Frode Solheim [Fri, 4 Sep 2015 18:06:21 +0000 (11:06 -0700)]
isofs fixes (incl avoiding type name collitions on linux/unix)

10 years agoheader guards, include uae/types.h, a few related changes
Frode Solheim [Fri, 4 Sep 2015 16:59:30 +0000 (09:59 -0700)]
header guards, include uae/types.h, a few related changes

10 years ago3200b11
Toni Wilen [Fri, 4 Sep 2015 16:58:17 +0000 (19:58 +0300)]
3200b11

10 years agoROM handling update.
Toni Wilen [Fri, 4 Sep 2015 16:53:13 +0000 (19:53 +0300)]
ROM handling update.

10 years agox86 bridgeboard updates.
Toni Wilen [Fri, 4 Sep 2015 16:51:39 +0000 (19:51 +0300)]
x86 bridgeboard updates.

10 years agoMerge pull request #65 from FrodeSolheim/build
Toni Wilen [Fri, 4 Sep 2015 16:33:13 +0000 (19:33 +0300)]
Merge pull request #65 from FrodeSolheim/build

updated .gitignore, minor changes to gencomp_msvc and genlinetoscr_msvc

10 years agoupdated .gitignore, minor changes to gencomp_msvc and genlinetoscr_msvc
Frode Solheim [Fri, 4 Sep 2015 16:22:15 +0000 (09:22 -0700)]
updated .gitignore, minor changes to gencomp_msvc and genlinetoscr_msvc

10 years ago3200b10
Toni Wilen [Fri, 28 Aug 2015 17:06:28 +0000 (20:06 +0300)]
3200b10

10 years agoMerge pull request #64 from FrodeSolheim/gencomp
Toni Wilen [Tue, 25 Aug 2015 18:14:01 +0000 (21:14 +0300)]
Merge pull request #64 from FrodeSolheim/gencomp

const fixes for gencomp.cpp (no functional changes, only silence warn…

10 years agoconst fixes for gencomp.cpp (no functional changes, only silence warnings)
Frode Solheim [Tue, 25 Aug 2015 18:03:43 +0000 (20:03 +0200)]
const fixes for gencomp.cpp (no functional changes, only silence warnings)

10 years agoMerge pull request #63 from FrodeSolheim/shiftfix
Toni Wilen [Mon, 24 Aug 2015 19:19:59 +0000 (22:19 +0300)]
Merge pull request #63 from FrodeSolheim/shiftfix

Fix undefined behavior (shift count == bit length) when delay is 0

10 years agoFix undefined behavior (shift count == bit length) when delay is 0
Frode Solheim [Mon, 24 Aug 2015 18:57:41 +0000 (20:57 +0200)]
Fix undefined behavior (shift count == bit length) when delay is 0

10 years ago3200b9
Toni Wilen [Thu, 20 Aug 2015 17:32:55 +0000 (20:32 +0300)]
3200b9

10 years ago3200b8
Toni Wilen [Sun, 16 Aug 2015 17:47:22 +0000 (20:47 +0300)]
3200b8

10 years agoLog available uaenet.device units.
Toni Wilen [Sun, 16 Aug 2015 17:14:22 +0000 (20:14 +0300)]
Log available uaenet.device units.

10 years agoCirrus Logic mode switch crash fix.
Toni Wilen [Sun, 16 Aug 2015 17:13:46 +0000 (20:13 +0300)]
Cirrus Logic mode switch crash fix.

10 years agox86 bridgeboard disk density emulation.
Toni Wilen [Sun, 16 Aug 2015 17:12:40 +0000 (20:12 +0300)]
x86 bridgeboard disk density emulation.

10 years agoDCTV emulation.
Toni Wilen [Sun, 16 Aug 2015 17:11:55 +0000 (20:11 +0300)]
DCTV emulation.

10 years ago3200b7
Toni Wilen [Wed, 12 Aug 2015 17:21:24 +0000 (20:21 +0300)]
3200b7

10 years agoFix bogus partition name information in logged fake partition hardfile RDB.
Toni Wilen [Wed, 12 Aug 2015 16:20:22 +0000 (19:20 +0300)]
Fix bogus partition name information in logged fake partition hardfile RDB.

10 years agoVRAM bounds checking update.
Toni Wilen [Wed, 12 Aug 2015 16:19:12 +0000 (19:19 +0300)]
VRAM bounds checking update.

10 years ago68020/030 prefetch pipeline update.
Toni Wilen [Wed, 12 Aug 2015 16:18:17 +0000 (19:18 +0300)]
68020/030 prefetch pipeline update.

10 years agoM-Tec E-Matrix 530.
Toni Wilen [Wed, 12 Aug 2015 16:17:33 +0000 (19:17 +0300)]
M-Tec E-Matrix 530.

10 years agoSCSI emulation updates, unit attention, wd33c93 select and transfer continuation.
Toni Wilen [Wed, 12 Aug 2015 16:16:22 +0000 (19:16 +0300)]
SCSI emulation updates, unit attention, wd33c93 select and transfer continuation.

10 years ago68030 prefetch/ce pipeline emulation added (68020 was added earlier).
Toni Wilen [Sun, 2 Aug 2015 17:52:52 +0000 (20:52 +0300)]
68030 prefetch/ce pipeline emulation added (68020 was added earlier).

10 years ago3200b6
Toni Wilen [Sat, 1 Aug 2015 08:59:06 +0000 (11:59 +0300)]
3200b6

10 years agox86 bridgeboard updates.
Toni Wilen [Sat, 1 Aug 2015 08:58:49 +0000 (11:58 +0300)]
x86 bridgeboard updates.

10 years agox86 bridgeboard XT IDE controller.
Toni Wilen [Sat, 1 Aug 2015 08:58:17 +0000 (11:58 +0300)]
x86 bridgeboard XT IDE controller.

10 years agox86 bridgeboard VGA card emulation. Cirrus Logic emulation compatibility updates.
Toni Wilen [Sat, 1 Aug 2015 08:57:40 +0000 (11:57 +0300)]
x86 bridgeboard VGA card emulation. Cirrus Logic emulation compatibility updates.

10 years agox86 bridgeboard IDE controllers.
Toni Wilen [Sat, 1 Aug 2015 07:05:20 +0000 (10:05 +0300)]
x86 bridgeboard IDE controllers.

10 years agoREAD VERIFY SECTOR(S), 8-bit data port width supported.
Toni Wilen [Sat, 1 Aug 2015 07:04:20 +0000 (10:04 +0300)]
READ VERIFY SECTOR(S), 8-bit data port width supported.

10 years agoA590 XT drive support improved, replaced custom emulation with generic version.
Toni Wilen [Sat, 1 Aug 2015 07:03:10 +0000 (10:03 +0300)]
A590 XT drive support improved, replaced custom emulation with generic version.

10 years agoImproved autoconfig bank validation function.
Toni Wilen [Sat, 1 Aug 2015 07:01:25 +0000 (10:01 +0300)]
Improved autoconfig bank validation function.

10 years agoAutoconfig memory bank validation.
Toni Wilen [Sat, 1 Aug 2015 07:00:45 +0000 (10:00 +0300)]
Autoconfig memory bank validation.

10 years agoA4091 and Warp Engine SCSI jumpers.
Toni Wilen [Sat, 1 Aug 2015 07:00:02 +0000 (10:00 +0300)]
A4091 and Warp Engine SCSI jumpers.

10 years ago3200b5
Toni Wilen [Mon, 27 Jul 2015 16:26:39 +0000 (19:26 +0300)]
3200b5

10 years agoOMTI-Adapter.
Toni Wilen [Mon, 27 Jul 2015 16:26:19 +0000 (19:26 +0300)]
OMTI-Adapter.

10 years agoprowizard filename improved.
Toni Wilen [Mon, 27 Jul 2015 16:25:51 +0000 (19:25 +0300)]
prowizard filename improved.

10 years agox86 bridgeboard improvements.
Toni Wilen [Mon, 27 Jul 2015 16:25:28 +0000 (19:25 +0300)]
x86 bridgeboard improvements.

10 years agox86 bridgeboard floppy drive support.
Toni Wilen [Mon, 27 Jul 2015 16:24:50 +0000 (19:24 +0300)]
x86 bridgeboard floppy drive support.

10 years agox86 bridgeboard: DOSBox x86 CPU core and mainboard support chip emulation.
Toni Wilen [Mon, 27 Jul 2015 16:24:15 +0000 (19:24 +0300)]
x86 bridgeboard: DOSBox x86 CPU core and mainboard support chip emulation.

10 years ago3200b4
Toni Wilen [Wed, 22 Jul 2015 17:53:19 +0000 (20:53 +0300)]
3200b4

10 years agox86 bridgeboard emulation.
Toni Wilen [Wed, 22 Jul 2015 16:41:16 +0000 (19:41 +0300)]
x86 bridgeboard emulation.

10 years agoA2090 ST-506 support.
Toni Wilen [Wed, 22 Jul 2015 16:38:30 +0000 (19:38 +0300)]
A2090 ST-506 support.

10 years ago68020/30 prefetch pipeline update.
Toni Wilen [Fri, 17 Jul 2015 17:38:50 +0000 (20:38 +0300)]
68020/30 prefetch pipeline update.