0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated readme.md
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Merge branch 'master' of https://github.com/trillek-team/trillek-tr3200-vm
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Add FindGLM module and added the respecting FIND_PACKAGE to CMakeLists
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Update README.md
Zardoz
as Luis
More... about 10 years ago
Fix of CMake when not found SDL2/OpenGL related libs
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Renamed CMake flags to avoid potential clashes of names
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Improved CMakeLists files. Updated readme file and specs
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Implemented CLK and BUILID registers of the enumerator device
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Apply Lamogui sugestion of flagin devices to know if need to do sync stuff with clock (if it uses Tick method) and interrupts. Small performance boost
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Improved benchmark to randomized a bit more and be more realistic
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Moved Ram out of Cpu. Now resides in VComputer
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Updated link in index.html
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Merge pull request #7 from trillek-team/16registers
Zardoz
as Luis
More... about 10 years ago
Fixed enought test.asm to run it again and fixed SWP instruction
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Reduced registers to 16. Keeps to fix/adapt test.asm
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Removed last vestiges of State struct in the CPU
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Added travis file
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Fixed junk code with IACQ signal
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Fixed emscripten
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Merged the new interrupt message method
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Removed IACQ state variable as we changed the interrupt message protocol
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Improved interrupt messaging. Now the devices not need a pointer to the CPU to thorow a interrupt or checking if they can in the Tick() method
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Apply policy-based design (partially) to the VirtualComputer class. I need to make to disaper the ICpu abstract class and fix the emscripten side remove the performanfe penalty of a generic cpu
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Finished to refactor all periferic code to work with a generic cpu interface
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Merge branch 'master' into generic_cpu
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Update submodule URL
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Update README.md
Zardoz
as Luis
More... about 10 years ago
Merge with master branch
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Final renaming/refactor of codebase
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Updated to the refactored names
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago