]> localhost Git - WindEmu.git/shortlog
WindEmu.git
2026-06-26 George Wrightseries7: add initial asic14 implementation
2026-06-26 George Wrightsa1100: hook up peripherals to core
2026-06-26 George Wrightemubase: add a Uart data sink
2026-06-26 George Wrightsa1100: add initial interrupt controller implementation
2026-06-26 George Wrightsa1100: add initial uart implementation
2026-06-26 George Wrightsa1100: add initial power manager implementation
2026-06-26 George Wrightsa1100: add initial memory controller implementation
2026-06-26 George Wrightsa1100: add initial rtc implementation
2026-06-26 George Wrightsa1100: add initial reset controller implementation
2026-06-26 George Wrightsa1100: add initial os timer implementation
2026-06-26 George Wrightsa1100: add initial lcd controller implementation
2026-06-26 George Wrightsa1100: add initial gpio controller implementation
2026-06-26 George Wrightlogging: add a centralised logging macro
2026-06-26 George Wrightseries7: add stub sa-1100 CPU core
2026-06-26 George Wrightbuildsystem: switch to using cmake
2026-06-26 George WrightMove Psion-specific files into their own subdirectories
2026-06-26 George Wrightformatting: add .clang-format, and run clang-format...
2026-06-24 George Wrightarm710: Support half-word transfers
2026-06-24 George Wrightarm710: support executing a register transfer to cp15...
2026-06-24 George WrightFix build when building with Qt 6.10.1 on Mac
2019-12-26 Ash Wolfworkaround TRealXMultiply branching to invalid instruction origin/HEAD origin/master
2019-12-26 Ash Wolfadd ms timestamps to WindQt log
2019-12-26 Ash Wolfchange the way fullscreen is done for wasm backend
2019-12-26 Ash Wolfmake some things a bit more optimised for web usage
2019-12-25 Ash Wolfadd Emscripten port
2019-12-25 Ash Wolffix input of all keys on the Qt side
2019-12-25 Ash Wolffix Osaris modifier keys
2019-12-25 Ash Wolffix broken timekeeping on 5mx and touch panel on 5mx
2019-12-25 Ash Wolfimplement touch panel for 5mx
2019-12-25 Ash Wolfimplement touch panel for Osaris
2019-12-25 Ash Wolfrewrite keyboard code
2019-12-25 Ash Wolfmake Osaris and 5mx emulator classes inherit from a... origin/arm710a-core
2019-12-24 Ash Wolfadd draft Osaris/ER4 emulation
2019-12-24 Ash Wolfmake the memory configurable at compile time
2019-12-24 Ash Wolfmake the cache disableable at compile time
2019-12-24 Ash Wolfmake enough things work to boot EPOC32 successfully
2019-12-23 Ash Wolfturns out it's an ARM710T in the 5mx, not an ARM710a
2019-12-22 Ash Wolflots of arm710a fixes
2019-12-22 Ash Wolfbroken draft of a fully custom ARM emulator core
2019-12-21 Ash Wolfflesh out Etna skeleton a bit more
2019-12-20 Ash Wolfadd skeleton support for the Etna chip, including PROM...
2019-12-20 Ash Wolfadd physical address display to memory viewer
2019-12-20 Ash Wolfadded memory viewer/editor to the debugger
2019-12-20 Ash Wolffix 4bpp screen rendering
2019-12-19 Ash Wolfadd basic breakpoint support
2019-12-19 Ash Wolfsupport for extra memory banks (not working yet, needs...
2019-12-19 Ash Wolfadd a very basic debugger UI
2019-12-19 Ash Wolfinitial commit