Commit Graph

7445 Commits

Author SHA1 Message Date
Stephen Anthony f753d47c71 Add stubs to KidVid for save/load functionality (TODO). 2022-09-03 22:43:42 -02:30
Stephen Anthony 6924a3d159 Minor formatting cleanups for recent commits. 2022-09-03 20:10:22 -02:30
Thomas Jentzsch c7cac63a38 added WAV file volume adjustment (resolves #77) 2022-09-03 20:56:38 +02:00
Stephen Anthony d54e7f34fe Fix a few minor compiler warnings.
Make WAV play methods not pure virtual, so we can change them without affecting libretro.
2022-09-03 14:51:20 -02:30
Stephen Anthony 574b60588b libretro: Fix compile failure from latest Sound changes. 2022-09-03 14:08:09 -02:30
Stephen Anthony 287a035440 Fix minor compile warning. 2022-09-03 13:13:29 -02:30
Thomas Jentzsch 9b1238464e added WAV playing and adapted KidVid code accordingly 2022-09-03 16:54:33 +02:00
Stephen Anthony 8e246e200c Convert KidVid file I/O to C++ ifstreams. 2022-09-02 10:14:14 -02:30
Thomas Jentzsch d0fad1091a some KidVid refactoring 2022-09-02 08:18:55 +02:00
Stephen Anthony 74c0613147 One last fix for Xcode project. 2022-09-01 15:24:37 -02:30
Stephen Anthony 02a8970bb6 Finally fixed Xcode project. 2022-09-01 15:07:57 -02:30
Stephen Anthony 5f0ded46ce More fixes to Xcode project. 2022-09-01 14:12:52 -02:30
Thomas Jentzsch 371c369ae4 Merge branch 'master' of https://github.com/stella-emu/stella 2022-09-01 17:47:35 +02:00
Thomas Jentzsch 59c1b21b01 allow playing KidVid without tapes 2022-09-01 17:47:19 +02:00
Stephen Anthony b8812d7b6b Second pass at fixing Xcode project. 2022-09-01 13:05:26 -02:30
Stephen Anthony c8b3bd8ba0 First pass at fixing Xcode project. 2022-09-01 12:52:03 -02:30
Stephen Anthony 99d81cc58c Test commit from my Mac. 2022-09-01 12:19:47 -02:30
Thomas Jentzsch 98b06cffc0 reworked KidVid code a little bit (still not working) 2022-09-01 13:58:43 +02:00
Stephen Anthony d6c1481d17 Fix minor initialization warning. 2022-08-25 20:57:57 -02:30
Thomas Jentzsch 4b79864ccc disabled random start bank for MDM bankswitching ROMs 2022-08-22 09:36:38 +02:00
Thomas Jentzsch 21f1154c07 fixed multiple images crash when no images exist 2022-08-22 09:35:53 +02:00
Stephen Anthony 9179a5b1f0 Fix minor warning with g++ and tinyexif. 2022-08-21 19:42:37 -02:30
Stephen Anthony 2048c8f2a6 Final batch of fixes from clang-tidy (for now). 2022-08-21 19:33:08 -02:30
webgeek1234 af50ea273c libretro: android: Fix jni source paths (#921)
Change-Id: Ic580fee9833b4110ddcead0033e8106871b22241
2022-08-21 21:14:15 +02:00
Stephen Anthony 109d36a1c2 Second pass at fixes for suggestions from clang-tidy. 2022-08-21 13:53:52 -02:30
Thomas Jentzsch 3e59afb4cf added alternative debugger snapshot naming option 2022-08-21 12:49:13 +02:00
Stephen Anthony 7f86868cbe Merge branch 'master' of github.com:stella-emu/stella 2022-08-20 15:32:45 -02:30
Stephen Anthony 84a63da5da Yay, got clang-tidy working again. First pass at fixing suggestions. 2022-08-20 15:32:15 -02:30
Thomas Jentzsch 85c6172224 Merge branch 'master' of https://github.com/stella-emu/stella 2022-08-20 20:00:27 +02:00
Thomas Jentzsch 72a4254272 added "swchb" command to debugger 2022-08-20 20:00:03 +02:00
Stephen Anthony 4dfdc1b0f8 libretro: Second pass at fixing Android builds. 2022-08-19 18:40:42 -02:30
Stephen Anthony 8063a3dacd libretro: Attempt to fix Android build script. 2022-08-19 16:05:55 -02:30
Stephen Anthony 17a29dec98 Update .gitignore for recent directory changes. 2022-08-19 15:26:17 -02:30
Thomas Jentzsch 2a6adb536e made image area in Launcher a square to allow better display of vertical oriented images (e.g. boxes)
changed unused image area background to black
2022-08-19 10:23:34 +02:00
Stephen Anthony a117ebd31e Fixed a few new paths missed in previous commits. 2022-08-18 19:15:28 -02:30
Stephen Anthony ec7d93b065 Fix Windows auto-builds. 2022-08-18 19:06:18 -02:30
Thomas Jentzsch df59607b4d updated .gitignore for reorganized folders 2022-08-18 21:46:16 +02:00
Thomas Jentzsch 66dbd35807 fixed paths for Libretro 2022-08-18 21:40:21 +02:00
Thomas Jentzsch 4fdf485020 updated doc for reordered launcher top widgets 2022-08-18 20:03:48 +02:00
Thomas Jentzsch ded7982835 enhanced multiple image sorting
improved image memory allocation
2022-08-18 16:31:54 +02:00
Stephen Anthony c3586060df More rearrangements of classes in Visual Studio project file.
Some fixes for suggestions from VS.
2022-08-17 19:11:41 -02:30
Stephen Anthony 53fd31408f Remove debugging code. 2022-08-17 18:30:27 -02:30
Thomas Jentzsch 2ae4cc49e4 removed a debug cerr 2022-08-17 20:36:26 +02:00
Thomas Jentzsch 2b37ae9ca6 two small fixes 2022-08-17 20:32:49 +02:00
Stephen Anthony 0184fc34d2 Placed all debugger gui files in `src/debugger/gui` in Visual Studio. 2022-08-17 12:54:24 -02:30
Stephen Anthony 1c42ef7ebb Fix `yacc` directory in Visual Studio. 2022-08-17 12:45:22 -02:30
Stephen Anthony 633735e085 Move `yacc` directory to `src/debugger`. 2022-08-17 12:38:40 -02:30
Stephen Anthony b7722796a5 Fix Visual Studio project file for `src/lib` reorg. 2022-08-17 12:16:09 -02:30
Stephen Anthony 9a04d5275f Move various libs to `src/lib`. Again, expect some breakage. 2022-08-17 11:41:31 -02:30
Stephen Anthony 83a7337bc5 Fix paths in Windows build script. 2022-08-17 11:16:20 -02:30