0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added switch statements for opcodes More... about 10 years ago
Added a callback to resize window, to forbid it
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Add some minor unit tests of Generic Keyboard device
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Implemented latest version of Keyboard and removed old keyboard files.
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Added parameter read logic, design allows middle state instructions, so the emulation will always use the exact number of ticks given More... about 10 years ago
Added method outlines for DCPU16N More... about 10 years ago
Merge branch 'new-version' of https://github.com/trillek-team/trillek-vcomputer-module into DCPU-16N a few indentation fixups, and changed fix for Windows. More... about 10 years ago
Drop assert of n > 0 in TR3200.Tick. Fix warings about %@
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Added keycodes/scancodes lists and bit more code in Generic keyboard
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Fixed travis config
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Benchmark accepsts number of CPUs and executes CPUs at different clock speeds
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Now handles Device clock ticks, cpu clock ticks(100KHz) and base clock ticks(1MHz)
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Refactored benchmark
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Rewrite LoadROM auxiliar function
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Added Reset() to devices
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Moved all TR3200 assembly to his own subdirectory
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Linux fix for the Windows fix More... about 10 years ago
A few fixups in README More... about 10 years ago
built and running in MSVC More... about 10 years ago
Added Geneic Keyboard device
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Tralling spaces
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Updated two test programs of TR3200
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Refactored to add a separete 'Screen dump' and avoid copy of txt/font buffer in Get/Set State, becase it should be done by a RAM dump of the computer when we are storing/loading the whole virtual computer state from a snapshot
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Fixed Get/Set State functions for TDA
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Added a CMake module that I dont know how use it
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
TDA looks that is working
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
TRying to fix main.cpp / TDA stuff that looks that not ends to work
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Details of the tda viewer
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Retuned calcualtion of speed to the new way of working
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Implemented function to generate a texture from a TDA state and implemented a program to view dumps of TDA state
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago