0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 19 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #32 from catageek/master
Zardoz
as Luis
More... over 9 years ago
Fix overflow flag not cleared in ALU operations More... over 9 years ago
Merge pull request #31 from catageek/master
Zardoz
as Luis
More... over 9 years ago
Fix IF instructions adding 1 more cycle when skipping More... over 9 years ago
Merge pull request #30 from Zardoz89/update_cpu_v0.3
Zardoz
as Luis
More... over 9 years ago
Merge branch 'master' of github.com:trillek-team/trillek-vcomputer-module into update_cpu_v0.3
Zardoz
as Luis Panadero Guardeño
More... over 9 years ago
Fixed an crash and a memory leak on toy emulator. Removed an warning on floppy drive code
Zardoz
as Luis Panadero Guardeño
More... over 9 years ago
Updated binary files to v0.3. Fixed an error on SWP instrucction
Zardoz
as Luis Panadero Guardeño
More... over 9 years ago
Merge pull request #1 from Meisaka/update_cpu_v0.3
Zardoz
as Luis
More... over 9 years ago
fixed off by 1 bit and RJMP/RCALL specs More... over 9 years ago
Implemented changes on JMP/CALL instructions
Zardoz
as Luis Panadero Guardeño
More... over 9 years ago
Updated implementation to TR3200 v0.3.0 . Need to update binary programs and test it
Zardoz
as Luis Panadero Guardeño
More... over 9 years ago
Droped dcpu16N
Zardoz
as Luis Panadero Guardeño
More... over 9 years ago
Now, if toy emulator executable can't create an OpenGL context and/or glfw window, works without it being only CLI
Zardoz
as Luis Panadero Guardeño
More... over 9 years ago
Merge pull request #22 from Zardoz89/apply_styleguide
Zardoz
as Luis
More... over 9 years ago
Fixed hwn tr3200 program
Zardoz
as Luis Panadero Guardeño
More... over 9 years ago
Renamed KEY_MODS enumeration values to avoid a colision with a define of GLFW
Zardoz
as Luis Panadero Guardeño
More... over 9 years ago
Fix minor typo
Zardoz
as Luis Panadero Guardeño
More... over 9 years ago
Remove $ in front of GTEST_FOUND More... over 9 years ago
Fixed a typo in CMakeLists $GTEST_FOUND no $GTEST_FUND More... over 9 years ago
Merge pull request #26 from Zardoz89/gtest_cmake
Zardoz
as Luis
More... over 9 years ago
Should fix issue #25 as try to use findGTest module before cheking GTEST_ROOT enviroment variable and compiling gtest. Also aded unit-test to ctest, so now runing ctest, launch the unit-test
Zardoz
as Luis Panadero Guardeño
More... over 9 years ago
Added an option to benchmark tool to enforce a particular seed
Zardoz
as Luis Panadero Guardeño
More... over 9 years ago
Update bench_FX4100.txt
Zardoz
as Luis
More... over 9 years ago
Improved performance by a 10% enforcing align to 16 byte of the ram buffer
Zardoz
as Luis Panadero Guardeño
More... over 9 years ago
Removed a potential security hole on ReadX functions. The previus code allowed to read outside of ram buffer, potentially allowing to read private data or generate a fault
Zardoz
as Luis Panadero Guardeño
More... over 9 years ago
if fails to create opengl context, now try with core profile
Zardoz
as Luis Panadero Guardeño
More... over 9 years ago
Changed namespaces to be trillek namespace the root. Now there is this namespaces: trillek | -> computer | -> gkeyboard | -> tda
Zardoz
as Luis Panadero Guardeño
More... almost 10 years ago
Renamed byte_t / word_t / dword_t / qword_t to Byte Word DWord and QWord followinf codestyle and to avoid clash with POSIX
Zardoz
as Luis Panadero Guardeño
More... almost 10 years ago
Merge pull request #19 from trillek-team/dcpu-16n
Zardoz
as Luis
More... almost 10 years ago