]>
git.unchartedbackwaters.co.uk Git - francis/winuae.git/log
Toni Wilen [Fri, 8 Jun 2018 20:05:14 +0000 (23:05 +0300)]
Add missing invalid addressing mode checks for FMOVEM, FMOVE(M) Control Register, FMOVE FPP,EA. Add more comments.
Toni Wilen [Sun, 3 Jun 2018 16:32:40 +0000 (19:32 +0300)]
Toni Wilen [Sun, 3 Jun 2018 16:23:42 +0000 (19:23 +0300)]
Match FPCR and FPSR masking with real FPU.
Toni Wilen [Sun, 3 Jun 2018 16:22:40 +0000 (19:22 +0300)]
Assembler: accept SP as A7.
Toni Wilen [Sun, 3 Jun 2018 16:22:08 +0000 (19:22 +0300)]
Aranym JIT updates. (Partial only, non-merged LSL/LSR part is not yet UAE compatible)
Toni Wilen [Sun, 3 Jun 2018 16:21:14 +0000 (19:21 +0300)]
Implement JIT FPU unimplemented addressing mode.
Toni Wilen [Sun, 3 Jun 2018 16:20:25 +0000 (19:20 +0300)]
Removed old and unused JIT files.
Toni Wilen [Sun, 3 Jun 2018 16:19:49 +0000 (19:19 +0300)]
Enumerate also adapters, not only outputs.
Toni Wilen [Sun, 3 Jun 2018 16:18:52 +0000 (19:18 +0300)]
Always uncapture mouse before closing window/exiting.
Toni Wilen [Sun, 3 Jun 2018 16:17:58 +0000 (19:17 +0300)]
Allocate memory for config entry.
Toni Wilen [Sun, 3 Jun 2018 16:16:29 +0000 (19:16 +0300)]
Debugger updates, catch application's unhandled exceptions.
Toni Wilen [Sun, 3 Jun 2018 16:14:38 +0000 (19:14 +0300)]
Do not redraw if emulation is not fully initialized yet.
Toni Wilen [Mon, 21 May 2018 19:30:38 +0000 (22:30 +0300)]
Toni Wilen [Mon, 21 May 2018 19:23:38 +0000 (22:23 +0300)]
Merge branch 'master' of github.com:tonioni/WinUAE
Toni Wilen [Mon, 21 May 2018 19:23:19 +0000 (22:23 +0300)]
Merge pull request #139 from huth/fixes
Some fixes for silencing GCC warnings in the CPU core code
Toni Wilen [Mon, 21 May 2018 19:13:39 +0000 (22:13 +0300)]
No more forced inlining.
Toni Wilen [Mon, 21 May 2018 19:12:32 +0000 (22:12 +0300)]
FETOXM1 and comment fix.
Toni Wilen [Mon, 21 May 2018 19:11:43 +0000 (22:11 +0300)]
Fix JIT V-flag handling, V was always cleared. (addx, subx, negx, any instruction that used set_zero())
Thomas Huth [Mon, 21 May 2018 05:48:38 +0000 (07:48 +0200)]
Silence compiler warning in get_long_cache_040
GCC with -O1 and Clang complain that 'v' may be used uninitialized in the
function get_long_cache_040(). The warning is wrong since all cases are
handled, so that v can never be used uninitialized here. But the last
check "if (offset == 14)" is redundant here anyway, so let's simply turn
this into an unconditional else-statement instead - which then also makes
the compilers happy.
Thomas Huth [Mon, 21 May 2018 03:20:08 +0000 (05:20 +0200)]
Silence GCC 8 compiler warning in ShowEA()
The current version of GCC has gained the possibility to do some additional
checks for string operation buffer overflows. It is using the size of
source arrays for the check, so in ShowEA it is currently reporting (output
taken from Hatari build):
newcpu.c: In function 'ShowEA.constprop':
newcpu.c:2440:26: warning: '%s' directive writing up to 79 bytes into a
region of size between 73 and 75 [-Wformat-overflow=]
_stprintf (buffer, _T("(A%d, %s) == $%08x"), reg, offtxt, addr);
The offtxt array is only storing a string for a short displacement, so
80 characters is way too big here. Decreasing the size of the array to
less characters silences the compiler warning for me.
Thomas Huth [Mon, 23 Apr 2018 17:40:51 +0000 (19:40 +0200)]
Fix NORETURN when GCC minor version is 0
The check currently tests if major > 2 && minor >= 1 (since the wanted
attribute functions were likely available since GCC 3.1). That of course
failing if a newer x.0 release of the compiler is used, like GCC 8.0.
So let's fix the check to handle all newer compiler versions correctly.
Toni Wilen [Sun, 20 May 2018 16:35:18 +0000 (19:35 +0300)]
Fix screen update issue, for example hardware emulated boards didn't refresh properly.
Toni Wilen [Sun, 20 May 2018 16:33:11 +0000 (19:33 +0300)]
Fix increase/decrease emulation speed input events.
Toni Wilen [Sun, 20 May 2018 16:27:06 +0000 (19:27 +0300)]
Aranym JIT merge.
Toni Wilen [Sun, 20 May 2018 16:12:29 +0000 (19:12 +0300)]
power_led_dim adjusts now brightness of dimmed state (1 to 100, 0 = off)
Toni Wilen [Fri, 18 May 2018 17:07:09 +0000 (20:07 +0300)]
Exit if identifier read fails.
Toni Wilen [Tue, 15 May 2018 17:32:52 +0000 (20:32 +0300)]
Toni Wilen [Tue, 15 May 2018 17:26:36 +0000 (20:26 +0300)]
Empty both wasapi exclusive buffers.
Toni Wilen [Tue, 15 May 2018 17:26:07 +0000 (20:26 +0300)]
Debugger cycle counting support.
Toni Wilen [Tue, 15 May 2018 17:25:39 +0000 (20:25 +0300)]
D3D11 black screen insertion support.
Toni Wilen [Tue, 15 May 2018 17:25:19 +0000 (20:25 +0300)]
Translation support
Toni Wilen [Tue, 15 May 2018 17:25:00 +0000 (20:25 +0300)]
Help updates.
Toni Wilen [Tue, 15 May 2018 17:23:24 +0000 (20:23 +0300)]
Optional disable windowed mode resize.
Toni Wilen [Tue, 15 May 2018 17:22:09 +0000 (20:22 +0300)]
Fix mouse capture in full window mode.
Toni Wilen [Tue, 15 May 2018 17:21:37 +0000 (20:21 +0300)]
Removed forgotten, useless and obsolete "The selected screen mode can't be displayed in a window, because.." check.
Toni Wilen [Tue, 15 May 2018 17:21:06 +0000 (20:21 +0300)]
Separated Casablanca and DraCo hardware.
Toni Wilen [Tue, 15 May 2018 17:19:36 +0000 (20:19 +0300)]
Fix typo.
Toni Wilen [Tue, 15 May 2018 17:19:15 +0000 (20:19 +0300)]
Removed single buffer option.
Toni Wilen [Tue, 15 May 2018 17:17:55 +0000 (20:17 +0300)]
Lagless vsync updates.
Toni Wilen [Tue, 15 May 2018 17:15:00 +0000 (20:15 +0300)]
Fix 68030 MMU PLOAD R.
Toni Wilen [Tue, 15 May 2018 17:14:36 +0000 (20:14 +0300)]
Action Replay statefile support improved.
Toni Wilen [Tue, 15 May 2018 17:13:36 +0000 (20:13 +0300)]
Fix freezer automatic rtg<>native switching.
Toni Wilen [Wed, 9 May 2018 17:14:11 +0000 (20:14 +0300)]
4000b9
Toni Wilen [Wed, 9 May 2018 16:13:47 +0000 (19:13 +0300)]
Brighter dimmed power led.
Toni Wilen [Wed, 9 May 2018 16:13:22 +0000 (19:13 +0300)]
Do not use texture allocation for mode change checks. Update also RTG mode when D3D11 changes state.
Toni Wilen [Wed, 9 May 2018 16:11:37 +0000 (19:11 +0300)]
Check early if texture allocation fails when D3D9 level 9.x, some old/bad drivers can unexpectly fail.
Toni Wilen [Wed, 9 May 2018 16:07:29 +0000 (19:07 +0300)]
Fix long device names buffer overflow, increase also size of device name buffer. Fix device insertion check.
Toni Wilen [Wed, 9 May 2018 16:06:03 +0000 (19:06 +0300)]
Fix RTG hardware sprite movement not updating display.
Toni Wilen [Wed, 9 May 2018 16:05:04 +0000 (19:05 +0300)]
Missing return.
Toni Wilen [Wed, 9 May 2018 16:04:44 +0000 (19:04 +0300)]
Fix JIT FPU FETOXM1
Toni Wilen [Sat, 5 May 2018 15:58:36 +0000 (18:58 +0300)]
4000b8
Toni Wilen [Sat, 5 May 2018 15:50:53 +0000 (18:50 +0300)]
Lagless vsync updates
Toni Wilen [Sat, 5 May 2018 15:49:46 +0000 (18:49 +0300)]
Host 80-bit FPU updates.
Toni Wilen [Sat, 5 May 2018 15:48:16 +0000 (18:48 +0300)]
Multithread RTG change, only do color conversion/copy in separate thread, present in main thread.
Toni Wilen [Sat, 5 May 2018 15:47:08 +0000 (18:47 +0300)]
Optional power led dims when audio filter is disabled.
Toni Wilen [Fri, 4 May 2018 18:39:14 +0000 (21:39 +0300)]
Set infinity instead of clamping to max value.
Toni Wilen [Fri, 4 May 2018 18:37:06 +0000 (21:37 +0300)]
Fix accidentally commented line, NaN exponent part was not set.
Toni Wilen [Fri, 4 May 2018 18:35:58 +0000 (21:35 +0300)]
Fix CL horizontal doubling.
Toni Wilen [Fri, 4 May 2018 18:29:13 +0000 (21:29 +0300)]
Merge pull request #136 from vware/master
Correct command line parameter argument check.
Georg Veichtlbauer [Wed, 2 May 2018 14:31:47 +0000 (16:31 +0200)]
Correct command line parameter argument check.
Toni Wilen [Tue, 1 May 2018 14:46:37 +0000 (17:46 +0300)]
4000b7
Toni Wilen [Tue, 1 May 2018 13:27:54 +0000 (16:27 +0300)]
ex debugger command that shows last PC (cpu/copper) write access and value written.
Toni Wilen [Tue, 1 May 2018 13:26:09 +0000 (16:26 +0300)]
Screenshot/capture from multimonitor window that has focus.
Toni Wilen [Tue, 1 May 2018 13:24:22 +0000 (16:24 +0300)]
Implemented horizontal doubling to cirrus logic emulation.
Toni Wilen [Tue, 1 May 2018 13:20:41 +0000 (16:20 +0300)]
Extended precision native FPU mode updates.
Toni Wilen [Sun, 29 Apr 2018 11:43:42 +0000 (14:43 +0300)]
Fix RTG optimized 15/16/24 bit fillrect functions.
Toni Wilen [Sun, 29 Apr 2018 11:42:20 +0000 (14:42 +0300)]
Take screenshot from window that has focus (if multiple windows).
Toni Wilen [Sun, 29 Apr 2018 08:26:45 +0000 (11:26 +0300)]
Merge pull request #135 from vware/master
Update links to help pages.
Georg Veichtlbauer [Sat, 28 Apr 2018 22:58:47 +0000 (00:58 +0200)]
Update links to help pages.
Toni Wilen [Sat, 28 Apr 2018 13:46:04 +0000 (16:46 +0300)]
4000b6
Toni Wilen [Sat, 28 Apr 2018 12:54:21 +0000 (15:54 +0300)]
MSVC 80-bit host FPU mode.
Toni Wilen [Sat, 28 Apr 2018 12:26:55 +0000 (15:26 +0300)]
Fix typos.
Toni Wilen [Sat, 28 Apr 2018 12:25:43 +0000 (15:25 +0300)]
Fix crash in multimonitor mode.
Toni Wilen [Sat, 28 Apr 2018 12:25:06 +0000 (15:25 +0300)]
Fix crash when switching CPU modes in lagless vsync.
Toni Wilen [Sat, 28 Apr 2018 12:23:19 +0000 (15:23 +0300)]
Fix directory harddrive uaehf.device status reporting.
Toni Wilen [Mon, 23 Apr 2018 19:00:47 +0000 (22:00 +0300)]
DCE Typhoon MK 2.
Toni Wilen [Sun, 22 Apr 2018 16:11:55 +0000 (19:11 +0300)]
4000b5
Toni Wilen [Sun, 22 Apr 2018 16:09:53 +0000 (19:09 +0300)]
Lagless vsync debug color update.
Toni Wilen [Sun, 22 Apr 2018 16:08:15 +0000 (19:08 +0300)]
CDTV SRAM -> Expansion panel.
Toni Wilen [Sun, 22 Apr 2018 13:05:56 +0000 (16:05 +0300)]
Use scaled display start position when calculating lagless vsync slice positions.
Toni Wilen [Sun, 22 Apr 2018 13:04:47 +0000 (16:04 +0300)]
Fix interrupt hang when switching from non-ce CPU to ce CPU.
Toni Wilen [Sun, 22 Apr 2018 10:36:48 +0000 (13:36 +0300)]
Fix BPLCON1 special case where same scanline has odd!=even and odd==even BPLCON1 modifications.
Toni Wilen [Sun, 22 Apr 2018 10:35:32 +0000 (13:35 +0300)]
Fix debugger fa-command, fix crash if statefile without FPU is loaded and then FPU instruction is disassembled.
Toni Wilen [Sun, 22 Apr 2018 09:13:26 +0000 (12:13 +0300)]
Fix PARALLEL_PORT.
Toni Wilen [Sun, 22 Apr 2018 09:12:23 +0000 (12:12 +0300)]
D3D9 overlay led support.
Toni Wilen [Sun, 22 Apr 2018 09:10:57 +0000 (12:10 +0300)]
Lagless vsync updates, including autoscale compatibility.
Toni Wilen [Sat, 21 Apr 2018 10:43:54 +0000 (13:43 +0300)]
4000b4
Toni Wilen [Sat, 21 Apr 2018 10:34:40 +0000 (13:34 +0300)]
Lagless VSYNC updates.
Toni Wilen [Sat, 21 Apr 2018 10:11:15 +0000 (13:11 +0300)]
Removed CDTV SCSI from Advanced chipset.
Toni Wilen [Sat, 21 Apr 2018 10:10:08 +0000 (13:10 +0300)]
Log PC.
Toni Wilen [Sat, 21 Apr 2018 10:09:40 +0000 (13:09 +0300)]
WASAPI default now follows Windows default output device on the fly.
Toni Wilen [Sat, 21 Apr 2018 10:08:54 +0000 (13:08 +0300)]
Replaced partial Fastlane rom with full dump.
Toni Wilen [Sat, 21 Apr 2018 10:08:31 +0000 (13:08 +0300)]
Partial C-Ltd Kronos emulation.
Toni Wilen [Wed, 18 Apr 2018 18:21:29 +0000 (21:21 +0300)]
4000b3
Toni Wilen [Wed, 18 Apr 2018 18:21:07 +0000 (21:21 +0300)]
Full-window virtual multi-monitor support.
Toni Wilen [Wed, 18 Apr 2018 14:45:18 +0000 (17:45 +0300)]
New low latency vsync updates.
Toni Wilen [Wed, 18 Apr 2018 14:43:57 +0000 (17:43 +0300)]
Fix MOVE16 disassembly.
Toni Wilen [Wed, 18 Apr 2018 14:42:57 +0000 (17:42 +0300)]
Fix directory harddrive/HDF uaehf.device conflict.
Toni Wilen [Wed, 18 Apr 2018 14:42:17 +0000 (17:42 +0300)]
Fix log message.
Toni Wilen [Wed, 18 Apr 2018 14:42:01 +0000 (17:42 +0300)]
AdSCSI v2.? and v2.2, DraCo V1.3 Boot.