pete-gordon / oricutron Public
master
Commits on Apr 3, 2022
-
fix: auto-repeat commands, $ or # fo hex numbers
iss committedApr 3, 2022
Commits on Mar 31, 2022
-
update: auto-repeat commands in monitor mode
iss committedMar 31, 2022 -
update and cleanup (see ChangeLog for details)
iss committedMar 31, 2022 -
Add monitor memory search (#180)
* Add monitor memory search * Add help * Better memory search view * Back to mp keyword + Fix cmake for SDL2 build
Commits on Oct 12, 2021
Commits on May 17, 2021
-
reverting ID search to byte compare
iss committedMay 17, 2021 -
fix: optimized ID search and a warning
iss committedMay 17, 2021 -
disk: improve ID mark search (#179)
* disk: improve ID mark search * change eot test
Commits on May 4, 2021
Commits on Mar 11, 2021
-
Update ReadMeNinjaCMakeBuild (#177)
* Create cmake.yml Execute a cmake build on every push * Update cmake.yml Add installing SDL2 and GTK3 * Create cmake-win64.yml Add action for building Oricutron for Windows 64-bit * Create codeql-analysis.yml * Delete codeql-analysis.yml * Add to ignore list /Oricutron /Oricutron-sdl2.exe /Oricutron.exe /SDL.dll /SDL2.dll /disks/*.dsk /pravdisks/*.dsk /teledisks/*.dsk * Update .gitignore Add Oricutron-sdl2 * Update .gitignore Add orix.rom to ignore list * Update CMakeLists.txt and documentation to support SDL and SDL2 builds with cmake. Use -DUSE_SDL2:BOOL=ON to build Oricutron with SDL2, default is SDL. Update CMakeLists.txt copyright, version and app info. * Update github workflows add cmake flag -DUSE_SDL2:BOOL=ON to build Oricutron with SDL2 * Update github workflows add cmake flag -DUSE_SDL2:BOOL=ON to build Oricutron with SDL2 * Update github workflows names * Add: github workflow build with SDL1 on Windows / Ubuntu * Fix: add missing gtk3 for sdl1 workflow, remove deprecated --force flag * Fix: memory leak sym_bd500 * Update ReadMeNinjaCMakeBuild.md documentation * Add: openSUSE Leap-15-1
Commits on Mar 10, 2021
-
This PR contains a fix for a bug into bank emulation (Twilighte board) (
#175) * Fix ram bank bug for twilighte board * Twilighte board emulation :fix bug for write * Fix bank bug emulation
-
Commits on Mar 8, 2021
Commits on Mar 7, 2021
-
Fix memory leak sym bd500 (#173)
* Create cmake.yml Execute a cmake build on every push * Update cmake.yml Add installing SDL2 and GTK3 * Create cmake-win64.yml Add action for building Oricutron for Windows 64-bit * Create codeql-analysis.yml * Delete codeql-analysis.yml * Add to ignore list /Oricutron /Oricutron-sdl2.exe /Oricutron.exe /SDL.dll /SDL2.dll /disks/*.dsk /pravdisks/*.dsk /teledisks/*.dsk * Update .gitignore Add Oricutron-sdl2 * Update .gitignore Add orix.rom to ignore list * Update CMakeLists.txt and documentation to support SDL and SDL2 builds with cmake. Use -DUSE_SDL2:BOOL=ON to build Oricutron with SDL2, default is SDL. Update CMakeLists.txt copyright, version and app info. * Update github workflows add cmake flag -DUSE_SDL2:BOOL=ON to build Oricutron with SDL2 * Update github workflows add cmake flag -DUSE_SDL2:BOOL=ON to build Oricutron with SDL2 * Update github workflows names * Add: github workflow build with SDL1 on Windows / Ubuntu * Fix: add missing gtk3 for sdl1 workflow, remove deprecated --force flag * Fix: memory leak sym_bd500
Commits on Mar 4, 2021
-
* Create cmake.yml Execute a cmake build on every push * Update cmake.yml Add installing SDL2 and GTK3 * Create cmake-win64.yml Add action for building Oricutron for Windows 64-bit * Create codeql-analysis.yml * Delete codeql-analysis.yml * Add to ignore list /Oricutron /Oricutron-sdl2.exe /Oricutron.exe /SDL.dll /SDL2.dll /disks/*.dsk /pravdisks/*.dsk /teledisks/*.dsk * Update .gitignore Add Oricutron-sdl2 * Update .gitignore Add orix.rom to ignore list * Update CMakeLists.txt and documentation to support SDL and SDL2 builds with cmake. Use -DUSE_SDL2:BOOL=ON to build Oricutron with SDL2, default is SDL. Update CMakeLists.txt copyright, version and app info. * Update github workflows add cmake flag -DUSE_SDL2:BOOL=ON to build Oricutron with SDL2 * Update github workflows add cmake flag -DUSE_SDL2:BOOL=ON to build Oricutron with SDL2 * Update github workflows names * Add: github workflow build with SDL1 on Windows / Ubuntu * Fix: add missing gtk3 for sdl1 workflow, remove deprecated --force flag
Commits on Mar 3, 2021
-
Update CMakeLists to build Oricutron with SDL or SDL2, ... (#171)
* Create cmake.yml Execute a cmake build on every push * Update cmake.yml Add installing SDL2 and GTK3 * Create cmake-win64.yml Add action for building Oricutron for Windows 64-bit * Create codeql-analysis.yml * Delete codeql-analysis.yml * Add to ignore list /Oricutron /Oricutron-sdl2.exe /Oricutron.exe /SDL.dll /SDL2.dll /disks/*.dsk /pravdisks/*.dsk /teledisks/*.dsk * Update .gitignore Add Oricutron-sdl2 * Update .gitignore Add orix.rom to ignore list * Update CMakeLists.txt and documentation to support SDL and SDL2 builds with cmake. Use -DUSE_SDL2:BOOL=ON to build Oricutron with SDL2, default is SDL. Update CMakeLists.txt copyright, version and app info. * Update github workflows add cmake flag -DUSE_SDL2:BOOL=ON to build Oricutron with SDL2 * Update github workflows add cmake flag -DUSE_SDL2:BOOL=ON to build Oricutron with SDL2 * Update github workflows names
Commits on Feb 27, 2021
-
Merge pull request #169 from 0ric1/master
Add: file version and copyright info to executable that is displayed …
-
Add: file version and copyright info to executable that is displayed …
…in the Windows file properties dialog
-
Merge pull request #168 from 0ric1/master
Update Pete's email address - synced with vcxpoj settings
-
-
Merge pull request #166 from 0ric1/0ric1-VS2019-filter-plugins
0ric1 vs2019 filter plugins
-
Merge pull request #165 from 0ric1/0ric1-patch-vc2019-missing-twiligh…
…te-header Update Oricutron.vcxproj
-
-
Merge pull request #4 from 0ric1/0ric1-patch-vc2019-missing-twilighte…
…-header Update Oricutron.vcxproj
-
Beautify: added missing header file .\..\plugins\twilighte_board\oric_twilighte_board_plugin.h
-
Merge pull request #164 from 0ric1/0ric1-patch-VS2019-missing-oric_tw…
…ilighte_board_plugin Update Oricutron.vcxproj
-
-
Merge pull request #3 from 0ric1/0ric1-patch-VS2019-missing-oric_twil…
…ighte_board_plugin Update Oricutron.vcxproj
-
Fix: add missing plugins\twilighte_board\oric_twilighte_board_plugin.c
-
Merge pull request #163 from 0ric1/0ric1-patch-CMakeLists-WIN32-Probl…
…em-On-RPi-Buster Update CMakeLists.txt
-
Merge pull request #162 from 0ric1/0ric1-patch-CMakeLists-Twilighte
Update CMakeLists.txt