Skip to content
Permalink
master

Commits on Apr 3, 2022

Commits on Mar 31, 2022

  1. Add monitor memory search (#180)

    * Add monitor memory search
    
    * Add help
    
    * Better memory search view
    
    * Back to mp keyword + Fix cmake for SDL2 build
    cedricp committed Mar 31, 2022

Commits on Oct 12, 2021

  1. Revert "Merge branch 'ds1501' into master"

    This reverts commit 8d358e5, reversing
    changes made to cb57f0f.
    jedeoric committed Oct 12, 2021

Commits on May 17, 2021

  1. reverting ID search to byte compare

    iss committed May 17, 2021
  2. fix: optimized ID search and a warning

    iss committed May 17, 2021
  3. disk: improve ID mark search (#179)

    * disk: improve ID mark search
    
    * change eot test
    assinie committed May 17, 2021

Commits on May 4, 2021

  1. Fix ADC for decimal mode

    assinie authored and pete-gordon committed May 4, 2021
  2. Fix SBC for decimal mode

    assinie authored and pete-gordon committed May 4, 2021

Commits on Mar 11, 2021

  1. 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
    0ric1 committed Mar 11, 2021

Commits on Mar 10, 2021

  1. 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
    jedeoric committed Mar 10, 2021

Commits on Mar 8, 2021

Commits on Mar 7, 2021

  1. fix #174

    iss committed Mar 7, 2021
  2. 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
    0ric1 committed Mar 7, 2021

Commits on Mar 4, 2021

  1. GitHub workflow sdl1 (#172)

    * 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
    0ric1 committed Mar 4, 2021

Commits on Mar 3, 2021

  1. 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
    0ric1 committed Mar 3, 2021

Commits on Feb 27, 2021

  1. Merge pull request #169 from 0ric1/master

    Add: file version and copyright info to executable that is displayed …
    0ric1 committed Feb 27, 2021
  2. Add: file version and copyright info to executable that is displayed …

    …in the Windows file properties dialog
    0ric1 committed Feb 27, 2021
  3. Merge pull request #168 from 0ric1/master

    Update Pete's email address - synced with vcxpoj settings
    0ric1 committed Feb 27, 2021
  4. Merge pull request #166 from 0ric1/0ric1-VS2019-filter-plugins

    0ric1 vs2019 filter plugins
    0ric1 committed Feb 27, 2021
  5. Merge pull request #165 from 0ric1/0ric1-patch-vc2019-missing-twiligh…

    …te-header
    
    Update Oricutron.vcxproj
    0ric1 committed Feb 27, 2021
  6. Merge pull request #4 from 0ric1/0ric1-patch-vc2019-missing-twilighte…

    …-header
    
    Update Oricutron.vcxproj
    0ric1 committed Feb 27, 2021
  7. Update Oricutron.vcxproj

    Beautify: added missing header file .\..\plugins\twilighte_board\oric_twilighte_board_plugin.h
    0ric1 committed Feb 27, 2021
  8. Merge pull request #164 from 0ric1/0ric1-patch-VS2019-missing-oric_tw…

    …ilighte_board_plugin
    
    Update Oricutron.vcxproj
    0ric1 committed Feb 27, 2021
  9. Merge pull request #3 from 0ric1/0ric1-patch-VS2019-missing-oric_twil…

    …ighte_board_plugin
    
    Update Oricutron.vcxproj
    0ric1 committed Feb 27, 2021
  10. Update Oricutron.vcxproj

    Fix: add missing plugins\twilighte_board\oric_twilighte_board_plugin.c
    0ric1 committed Feb 27, 2021
  11. Merge pull request #163 from 0ric1/0ric1-patch-CMakeLists-WIN32-Probl…

    …em-On-RPi-Buster
    
    Update CMakeLists.txt
    0ric1 committed Feb 27, 2021
  12. Merge pull request #162 from 0ric1/0ric1-patch-CMakeLists-Twilighte

    Update CMakeLists.txt
    0ric1 committed Feb 27, 2021
Older