]>
localhost Git - WindEmu.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
George Wright [Thu, 25 Jun 2026 02:21:35 +0000 (19:21 -0700)]
sa1100: add initial rtc implementation
George Wright [Thu, 25 Jun 2026 02:15:51 +0000 (19:15 -0700)]
sa1100: add initial reset controller implementation
George Wright [Thu, 25 Jun 2026 02:13:42 +0000 (19:13 -0700)]
sa1100: add initial os timer implementation
George Wright [Thu, 25 Jun 2026 02:03:19 +0000 (19:03 -0700)]
sa1100: add initial lcd controller implementation
George Wright [Thu, 25 Jun 2026 01:55:23 +0000 (18:55 -0700)]
sa1100: add initial gpio controller implementation
George Wright [Thu, 25 Jun 2026 01:49:22 +0000 (18:49 -0700)]
logging: add a centralised logging macro
George Wright [Thu, 25 Jun 2026 01:43:35 +0000 (18:43 -0700)]
series7: add stub sa-1100 CPU core
George Wright [Thu, 25 Jun 2026 01:16:44 +0000 (18:16 -0700)]
buildsystem: switch to using cmake
George Wright [Thu, 25 Jun 2026 01:01:20 +0000 (18:01 -0700)]
Move Psion-specific files into their own subdirectories
George Wright [Thu, 25 Jun 2026 00:49:59 +0000 (17:49 -0700)]
formatting: add .clang-format, and run clang-format on all source files
George Wright [Wed, 24 Jun 2026 08:10:31 +0000 (01:10 -0700)]
arm710: Support half-word transfers
George Wright [Wed, 24 Jun 2026 07:58:35 +0000 (00:58 -0700)]
arm710: support executing a register transfer to cp15's DACR
George Wright [Wed, 24 Jun 2026 07:55:13 +0000 (00:55 -0700)]
Fix build when building with Qt 6.10.1 on Mac
Ash Wolf [Thu, 26 Dec 2019 01:58:07 +0000 (01:58 +0000)]
workaround TRealXMultiply branching to invalid instruction
Ash Wolf [Thu, 26 Dec 2019 01:34:10 +0000 (01:34 +0000)]
add ms timestamps to WindQt log
Ash Wolf [Thu, 26 Dec 2019 01:34:00 +0000 (01:34 +0000)]
change the way fullscreen is done for wasm backend
Ash Wolf [Thu, 26 Dec 2019 00:19:37 +0000 (00:19 +0000)]
make some things a bit more optimised for web usage
Ash Wolf [Wed, 25 Dec 2019 23:40:27 +0000 (23:40 +0000)]
add Emscripten port
Ash Wolf [Wed, 25 Dec 2019 20:06:44 +0000 (20:06 +0000)]
fix input of all keys on the Qt side
Ash Wolf [Wed, 25 Dec 2019 19:32:17 +0000 (19:32 +0000)]
fix Osaris modifier keys
Ash Wolf [Wed, 25 Dec 2019 19:25:34 +0000 (19:25 +0000)]
fix broken timekeeping on 5mx and touch panel on 5mx
Ash Wolf [Wed, 25 Dec 2019 17:02:46 +0000 (17:02 +0000)]
implement touch panel for 5mx
Ash Wolf [Wed, 25 Dec 2019 14:46:08 +0000 (14:46 +0000)]
implement touch panel for Osaris
Ash Wolf [Wed, 25 Dec 2019 01:53:54 +0000 (01:53 +0000)]
rewrite keyboard code
Ash Wolf [Wed, 25 Dec 2019 00:29:03 +0000 (00:29 +0000)]
make Osaris and 5mx emulator classes inherit from a shared base
Ash Wolf [Tue, 24 Dec 2019 23:34:02 +0000 (23:34 +0000)]
add draft Osaris/ER4 emulation
Ash Wolf [Tue, 24 Dec 2019 18:55:11 +0000 (18:55 +0000)]
make the memory configurable at compile time
Ash Wolf [Tue, 24 Dec 2019 18:11:45 +0000 (18:11 +0000)]
make the cache disableable at compile time
Ash Wolf [Tue, 24 Dec 2019 14:17:14 +0000 (14:17 +0000)]
make enough things work to boot EPOC32 successfully
Ash Wolf [Mon, 23 Dec 2019 13:33:05 +0000 (13:33 +0000)]
turns out it's an ARM710T in the 5mx, not an ARM710a
Ash Wolf [Sun, 22 Dec 2019 13:45:46 +0000 (13:45 +0000)]
lots of arm710a fixes
Ash Wolf [Sun, 22 Dec 2019 05:02:55 +0000 (05:02 +0000)]
broken draft of a fully custom ARM emulator core
Ash Wolf [Sat, 21 Dec 2019 11:09:58 +0000 (11:09 +0000)]
flesh out Etna skeleton a bit more
Ash Wolf [Fri, 20 Dec 2019 23:46:22 +0000 (23:46 +0000)]
add skeleton support for the Etna chip, including PROM support
Ash Wolf [Fri, 20 Dec 2019 22:25:05 +0000 (22:25 +0000)]
add physical address display to memory viewer
Ash Wolf [Fri, 20 Dec 2019 11:33:09 +0000 (11:33 +0000)]
added memory viewer/editor to the debugger
Ash Wolf [Fri, 20 Dec 2019 01:00:00 +0000 (01:00 +0000)]
fix 4bpp screen rendering
Ash Wolf [Thu, 19 Dec 2019 17:40:49 +0000 (17:40 +0000)]
add basic breakpoint support
Ash Wolf [Thu, 19 Dec 2019 14:48:01 +0000 (14:48 +0000)]
support for extra memory banks (not working yet, needs more debugging)
Ash Wolf [Thu, 19 Dec 2019 14:11:31 +0000 (14:11 +0000)]
add a very basic debugger UI
Ash Wolf [Thu, 19 Dec 2019 00:27:23 +0000 (00:27 +0000)]
initial commit