Commit Graph

  • fe6e67de32 Boot into overblank. Christian Speckner 2024-06-30 17:16:32 +0200
  • 69b300b6f9 Fix file permissions. Stephen Anthony 2024-06-30 11:29:29 -0230
  • 41c8bff0c6 Fix ELF signature detection, read value stream. Christian Speckner 2024-06-30 11:56:07 +0200
  • 8eb0d72eac Fix windows build. Christian Speckner 2024-06-30 11:03:05 +0200
  • 4248f5b916 Fix division by zero. Christian Speckner 2024-06-30 11:00:46 +0200
  • 905f5eee90 Sttub and hook up ELF cartridge. Christian Speckner 2024-06-30 10:30:41 +0200
  • 9381a67604 ELF doc updates thrust26 2024-06-23 23:10:38 +0200
  • 0a6604b91b spelling thrust26 2024-06-22 21:09:01 +0200
  • e4dec274ac added link for Mediafire launcher images and bezels thrust26 2024-06-22 21:06:27 +0200
  • b477cb56bc Fix warning from clang-tidy. Stephen Anthony 2024-06-14 21:41:53 -0230
  • 903f376958 Replace Map::find with Map::contains where appropriate. Stephen Anthony 2024-06-14 18:51:58 -0230
  • 207b2b81e9 Merge branch 'master' of https://github.com/stella-emu/stella thrust26 2024-06-14 09:20:15 +0200
  • 1a8f394754 small disassembler fix to avoid dirty mirror addresses in code thrust26 2024-06-14 09:19:51 +0200
  • 15e2376896 Oops, pruned a little too much in last commit. Stephen Anthony 2024-06-13 20:49:53 -0230
  • 91757f695c Remove workaround for missing C++20 support. Stephen Anthony 2024-06-13 20:35:58 -0230
  • cd24689b20 Enhanced E7 disassembling thrust26 2024-06-12 14:05:43 +0200
  • 5c0856c7a4 fixed underflow in FrameLayoutDetector thrust26 2024-06-12 09:48:53 +0200
  • 1c2dceab2b libretro: Fix Makefile for recently added cart classes. Stephen Anthony 2024-06-07 22:34:09 -0230
  • d65eaac19c improved disassembly of immediate color loads thrust26 2024-06-05 19:32:40 +0200
  • 9e37452bab Updated Xcode project for CartJANE. Stephen Anthony 2024-06-05 11:19:23 -0230
  • bd757e7d2f Added JANE bankswitching (for Tarzan prototype) thrust26 2024-06-05 15:27:41 +0200
  • 2d0de2b415 Merge branch 'master' of https://github.com/stella-emu/stella thrust26 2024-06-04 09:51:58 +0200
  • b246dcb2cf added check which ignores invalid frames (too many scanlines) during frame detection (fixes Tarzan) thrust26 2024-06-04 09:51:47 +0200
  • 4ea3ef32c3 Update Xcode project. Stephen Anthony 2024-06-03 11:50:18 -0230
  • 2a09855224 Merge branch 'master' of https://github.com/stella-emu/stella thrust26 2024-06-03 13:27:23 +0200
  • 40ba8969ea added option to enable thumb cycle counting via emulated ROM thrust26 2024-06-03 13:27:10 +0200
  • befae165ae Remove logging code. Christian Speckner 2024-06-02 19:27:11 +0200
  • febf9122f5 Try to update xcode version. Christian Speckner 2024-06-02 19:21:28 +0200
  • d5c7ff3559 More logging. Christian Speckner 2024-06-02 18:59:38 +0200
  • 05fdbf9057 Dump MacOS version, arch. Christian Speckner 2024-06-02 17:30:40 +0200
  • 8a8a87f236 Ups, wrong line. Christian Speckner 2024-06-02 12:18:33 +0200
  • e480b6fab2 Log clang and gcc (alias?) version in CI / MacOS. Christian Speckner 2024-06-02 12:18:01 +0200
  • dbffd5cebb Add W(T)F8 to XCode build. Christian Speckner 2024-06-01 00:10:47 +0200
  • 02e35daa3c updated doc for WF8 thrust26 2024-05-30 19:48:50 +0200
  • 75730d7c31 added missing WF8 ROM thrust26 2024-05-30 19:42:07 +0200
  • 7e509a6e8a ROMs thrust26 2024-05-30 19:31:12 +0200
  • 73a494a035 cleanup thrust26 2024-05-30 19:26:39 +0200
  • d259b33bc6 added WF8 (Todo: doc) thrust26 2024-05-30 19:25:36 +0200
  • 12cb8c07ca added WF8 detection and test ROMs thrust26 2024-05-28 21:10:41 +0200
  • 2317cfd3c5 fix Linux builds thrust26 2024-05-28 07:48:27 +0200
  • 80c9b93ad6 added missing new files thrust26 2024-05-27 20:47:10 +0200
  • f65a7b79bd added WF8 bankswitching (TODO: doc and autodetect) thrust26 2024-05-27 20:46:17 +0200
  • 49166ca994 Attempt to fix C++20 'compliant' compilers that don't actually support <numbers>. Stephen Anthony 2024-05-13 21:00:15 -0230
  • cd1095b0b6 More 'using enum' in places where it seems appropriate. Stephen Anthony 2024-05-12 18:24:55 -0230
  • bff2fdd817 Fix spelling mistake in nearestNeightBour. Stephen Anthony 2024-05-10 21:21:03 -0230
  • 7d99a6132d Fixed string vs. string_view code that works in VS but not gcc/clang. Stephen Anthony 2024-05-10 20:51:40 -0230
  • a8a23f6112 Convert stringstream::str() to stringstream::view() where applicable. Stephen Anthony 2024-05-10 20:33:04 -0230
  • fd35ce623b Revert "More cleanups." Stephen Anthony 2024-05-09 20:10:55 -0230
  • bda71d1eb6 More cleanups. Stephen Anthony 2024-05-09 19:59:51 -0230
  • 7e6880908b More C++20 additions, fix Windows build failures. Stephen Anthony 2024-05-09 19:50:19 -0230
  • 06370ecffd Oops, forgot an include in last commit. Stephen Anthony 2024-05-09 19:29:40 -0230
  • 7a85faef55 Some C++20 additions. Stephen Anthony 2024-05-09 19:26:20 -0230
  • 2d57f9e028 made joystick default controller for libretro.cxx fixed libretro VS project thrust26 2024-05-09 18:34:41 +0200
  • 9f13401d0d
    On older Xcode/g++ versions the c++20 standard was called c++2a. (#1031) Eric Warmenhoven 2024-05-09 09:17:50 -0400
  • ca6b48c244 On older Xcode/g++ versions the c++20 standard was called c++2a. Eric Warmenhoven 2024-05-08 23:12:44 -0400
  • 6de7ae9dd8 Simplified Windows InnoSetup for 64-bit only builds. Stephen Anthony 2024-05-08 20:17:50 -0230
  • 63bc095e65 Remove 32-bit builds from CI on Github and Gitlab. Stephen Anthony 2024-05-08 19:47:40 -0230
  • 362a3b837a Remove 32-bit builds; going forward, only 64-bit is supported. Stephen Anthony 2024-05-08 19:44:13 -0230
  • 08773fd7ac Fix CI compiling for Windows. Stephen Anthony 2024-05-08 19:35:32 -0230
  • ce6cc2ef02 Move codebase to requiring C++20, and fix resultant non-standard code. Stephen Anthony 2024-05-08 19:13:23 -0230
  • 4aba8a1955 improved QuadTari auto detection and setup thrust26 2024-05-07 17:14:40 +0200
  • c713f4f3fa enabled warning for extra qualifier errors thrust26 2024-05-06 21:33:43 +0200
  • 91d92b7ca0 fixed compile error thrust26 2024-05-06 20:44:01 +0200
  • bede5cc0ca added auto detection for QuadTari controllers thrust26 2024-05-06 19:32:14 +0200
  • 68e671169f minor property update (2/2) thrust26 2024-05-04 00:12:10 +0200
  • 00ca0cf30c Merge branch 'master' of https://github.com/stella-emu/stella thrust26 2024-05-03 07:56:19 +0200
  • 6f81cc08c5 minor property update thrust26 2024-05-03 07:56:03 +0200
  • 4c04c4baad Fixes for suggestions from clang-tidy. Stephen Anthony 2024-05-01 17:25:29 -0230
  • 09be43c506 Minor syntax corrections. Stephen Anthony 2024-04-04 14:25:47 -0230
  • 98b2b9b1c3
    MVC: Stay in title mode when valid file not found. (#1023) lodefmode 2024-04-04 12:48:32 -0400
  • 305cfc8f6a MVC: Stay in title mode when valid file not found. Lo Def 2024-03-13 20:34:35 -0400
  • f404f09f91
    Delete .github/workflows/cmake-single-platform.yml sapbotgit 2024-03-13 16:09:39 +0500
  • 813a747b5a
    Create cmake-single-platform.yml sapbotgit 2024-03-13 16:09:00 +0500
  • 01653b824e
    Update AboutDialog.cxx sapbotgit 2024-03-13 14:22:07 +0500
  • d2997536ba
    Update README.md sapbotgit 2024-03-13 14:16:22 +0500
  • 9ff4fb030f
    Update README.md sapbotgit 2024-03-13 14:15:22 +0500
  • 8e8549c1c4
    Reach first/last movie frame, show both fields and mute. (#1020) lodefmode 2024-03-08 13:49:43 -0500
  • 21f26885e4 Fixed MVC debugger crash thrust26 2024-03-07 20:55:29 +0100
  • cd46d87777 Fixed PlusROM detection (fixes #1021) thrust26 2024-03-07 18:28:52 +0100
  • a311e1d714 another overflow fix (see #1017) thrust26 2024-03-03 11:56:45 +0100
  • 92a7137d01 Fix overflow. Christian Speckner 2024-03-03 11:31:18 +0100
  • 13d782b149 fixed #1018 thrust26 2024-02-29 21:17:37 +0100
  • 4557099e5d Refactor a little; SDL-specific header stuff should stay in SDL_lib.hxx. Stephen Anthony 2024-02-02 11:23:36 -0330
  • 444dfdc4a9 libretro: fix #1013 Stephen Anthony 2024-02-02 11:10:13 -0330
  • 9ad90d9f47 Disable various URL buttons if using a version of SDL that doesn't support it. Stephen Anthony 2024-02-02 00:29:29 -0330
  • ac51eb10ad Fixed minor clang warning. Stephen Anthony 2024-02-01 12:29:57 -0330
  • 5a39e9666b Fix life display in solaris. Christian Speckner 2024-01-31 21:07:11 +0100
  • 34a9df151a fixed and adjusted build w/o IMAGE_SUPPORT thrust26 2024-01-31 19:57:42 +0100
  • 4388c7aad6 fixed #1011 thrust26 2024-01-30 17:27:53 +0100
  • 4acf4e3a73 made random hotspots peeks a developer option added check for duplicate hotkeys thrust26 2024-01-30 15:40:48 +0100
  • b83a74d256 Fix minor warnings from clang. Stephen Anthony 2024-01-26 13:08:24 -0330
  • 0aeffe0392 enhanced and optimized auto-phosphor thrust26 2024-01-25 12:24:18 +0100
  • 274490128f added many phosphor properties thrust26 2024-01-24 13:24:56 +0100
  • a430ad6927 added auto-phosphor (resolves #1009) thrust26 2024-01-24 11:24:21 +0100
  • d2c36ae159 slightly optimized movementTick copied movementTick comments from ball to player and missile thrust26 2024-01-20 10:29:34 +0100
  • 6ead8ca42c added Cosmic Ark to profiled ROMs (starfield effect) thrust26 2024-01-19 09:41:17 +0100
  • 9476bddf17 updated WhatsNewDialog thrust26 2024-01-18 16:15:02 +0100
  • 6d6ace429f minor doc update thrust26 2024-01-13 19:37:17 +0100
  • d259e13479 Merge branch 'master' of https://github.com/stella-emu/stella thrust26 2024-01-13 11:16:57 +0100
  • a11618e80b some random ROM polishing thrust26 2024-01-13 11:16:47 +0100