0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 22 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Dynamic tone generation working. Only need to tests if the interface beetween Beeper and AlEngine.Tone() is working and do a little beeper test program
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Playing a test square sound of 440hZ (It plays a loop!). TODO Code to synth it at demand of the Beeper device
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Merge branch 'master' into openal
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Implemented Beeper device
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Some boilerplate for OpenAL
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Added OpenAL lib search, include and linking to CMake and added a #define for it in config_main
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Add DCPU-16N to CMakeLists.txt again More... about 10 years ago
Reindent DCPU16N.cpp More... about 10 years ago
Merge branch 'master' into dcpu-16n More... about 10 years ago
Reindented some files More... about 10 years ago
Merge with brk-points branch PR #14
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Enforces TR3200 as default CPU
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Fixed strange bug with resume fro mbreakpoint, and cleaned some mess in main.cpp. OPlus, now main.cpp enforces to update screen in each Step. Also, deleted some old code keep in TR3200 that was doing bad cycle counts.
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
fixed error when a ROM file is not used
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Hidde GLM warrings about 'degrees is deprecated'
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Fix travis and non OpenGL build of main.cpp
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Added print_uint and improved clr_screen function. Recoded all assembly files to ISO-8869-1. HWN now uses print_uint to list in decimal the total nubmer of devices and the device slot. clr_Screen function now is two times faster as now writes double words.
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Enforced style for assembly files, in special enforce encoding to Latin1
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Recompiled with latest version of WaveAsm all TR3200 assembly programs
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Added missing file
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Make 'optional' breakpoint functionality. Need to see if is there a better way of doing this, without adding a generic include file in /include/ used by all, and polluting all preprocesor namespace. Actually only makes optional the few lines of code in TR3200 cpu and VComputer that checks if there is a breakpoint or if has stoped the execution by a breakpoint. Ideally should make optional the definitions of breakpoint methods in VComputer, but I can do that without including Config.hpp in VComputer.hpp what will polute preprocesor namespace...
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Added a way to avoid t_Acu becoming to high when is in debug mode
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Added a way to swtich from step to running mode in main.cpp
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Added a way to add breakpoints to main.cpp. Fixed a mispeliing and fixex that when finds a breakpoint, get stuck on it
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Added a parameter parser for main.cpp / vm. Now, we can control what CPU to use, clock speed, total ram, rom file and disk file
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Cleaded OpenGL code in main.cpp. Moved all to GlEngine class
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Now apply it over .in / .inc files and removed package.json
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
added Breakpoint feature to the Virtual Computer and TR3200 cpu is using it. Need to modify main.cpp to allow setup breakpoints
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Added On/Off/Update
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Removed unused rules from .gitconfig
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago