Commit Graph

  • 7f57504f92 Screenshot: don't squish video when it is rotated (#929) zakk4223 2024-11-14 05:07:04 -06:00
  • 2ae40aeadb SNES: add Sufami Turbo support (combined rom) (#927) Sergiy Dvodnenko 2024-10-30 19:16:12 +02:00
  • 59916ebc52 Fixed potential buffer overruns when adding too many .ini array elements. (#923) Steve Robb 2024-10-10 13:07:05 +01:00
  • 042ad82eef Added the ability to override the GCC install location, version and host architecture. (#924) Steve Robb 2024-10-10 13:05:45 +01:00
  • f543dddcb1 Allow overriding of array variables by a different section Steve Robb 2024-10-07 05:43:58 +01:00
  • 425780205a Minor: N64 fix include path. SNES load rom with index 0 only (#921) paulb-nl 2024-10-03 08:34:28 +02:00
  • 81dae66a70 Support for Thrustmaster Wheels (#918) Matheus Fraguas 2024-09-16 12:11:05 -03:00
  • 623bf721b3 Release 20240912. Sorgelig 2024-09-12 22:27:29 +08:00
  • 235df77154 Merge pull request #917 from srg320/master Alexey Melnikov 2024-09-12 22:23:46 +08:00
  • d1fe487a48 SNES: increase the maximum bsram size to 256Kb Sergiy Dvodnenko 2024-09-12 11:31:32 +03:00
  • 5e23bfe6f3 Saturn: fix the Seek command (Die Hard Arcade) Sergiy Dvodnenko 2024-09-12 11:26:45 +03:00
  • b2c96be7f8 **N64** (#916) Rikard Bengtsson 2024-09-04 08:18:14 +02:00
  • f3736a4e13 Fix potential error in the trim() function (#912) Rikard Bengtsson 2024-08-27 12:30:39 +02:00
  • 7ba3d88a3b menu: enable 68010 mode for Minimig. Sorgelig 2024-08-20 18:00:29 +08:00
  • cab156339e add support for svcsplus .Neo Format (#909) terminator2k2 2024-07-11 13:59:16 +01:00
  • 03f62ded4c Change in handling overlapping button presses (fixes issue #824) (#907) deepthaw 2024-06-30 02:02:49 -05:00
  • 6537cbb167 YC.txt Update 20240629 (#908) MikeS11 2024-06-30 00:57:17 -06:00
  • 30e53d381b Set rumble direction to x-axis on wheel devices. (#906) zakk4223 2024-06-26 01:55:10 -04:00
  • 92441b319e adding approximate autofire rate in hz to OSD display (#905) deepthaw 2024-06-23 23:56:51 -05:00
  • 372909e7b6 Fix menu up/down when menumask disables first entry (#902) zakk4223 2024-05-20 02:51:45 -04:00
  • a2941ae27e Better ZIP sorting, add <zip> suffix (#900) TpaBkaY 2024-05-17 09:27:26 +03:00
  • f8949320ba Release 20240505. Sorgelig 2024-05-05 17:21:40 +08:00
  • 74d819b35a Saturn: finish reading one sector when a PLAY command is immediately interrupted by a SEEK command (Astal sound stutters) (#893) Sergiy Dvodnenko 2024-03-31 06:59:50 +03:00
  • bd096798a0 Fix: 8 typos (#892) RoboSchmied 2024-03-29 09:37:43 +01:00
  • 77b41d0c6a MGL/MRA: add same_dir attribute for setname. Sorgelig 2024-03-26 01:11:12 +08:00
  • e61b111858 Add INI option Main for custom binary. Sorgelig 2024-03-25 23:36:19 +08:00
  • 4b304b4941 Fix warnings. Sorgelig 2024-03-25 23:31:52 +08:00
  • 9e27f4792f print analog/digital board type. Sorgelig 2024-03-25 19:25:31 +08:00
  • 8d14a4ddb7 PSX: Fix the end sector for the last track on audio CDs (#888) Alyssa Dierking 2024-03-24 05:42:41 -07:00
  • 09d301f17a Merge pull request #884 from zakk4223/libchdr_update Alexey Melnikov 2024-03-13 22:56:51 +08:00
  • 9d7f739e34 PSX: match user_io buffer size to chd hunk size Zakk 2024-03-12 19:53:45 -04:00
  • 3a0d20577e Use hunksize from chd instead of header constant Zakk 2024-03-12 19:31:10 -04:00
  • 40501a8775 Update to latest libchdr Zakk 2024-03-12 19:28:51 -04:00
  • 6ab4f0036f N64: Software cheats (#882) Rikard Bengtsson 2024-03-07 12:39:20 +01:00
  • 9f7a883696 Merge pull request #880 from srg320/master Alexey Melnikov 2024-03-04 22:01:05 +08:00
  • 39e21237c1 Saturn: fix track offset for CHD Sergiy Dvodnenko 2024-03-03 17:39:39 +02:00
  • 7e6231c768 Saturn: fix audio track buffering (audible clicks) Sergiy Dvodnenko 2024-03-03 17:36:35 +02:00
  • bb31f66e3a Saturn: ignore index 0 when parsing CUE for CHD compatibility (#879) Sergiy Dvodnenko 2024-03-01 18:31:14 +02:00
  • 29fb8196ac Merge pull request #877 from srg320/master Alexey Melnikov 2024-02-29 14:29:17 +08:00
  • 09b64eb927 Saturn: fix track count Sergiy Dvodnenko 2024-02-28 18:42:19 +02:00
  • 6a154079bf Saturn: send disc system ID data to FPGA Sergiy Dvodnenko 2024-02-28 17:54:52 +02:00
  • 9f7a6c3124 Saturn: add support for multi-index tracks (Monster Slider) Sergiy Dvodnenko 2024-02-28 17:50:25 +02:00
  • 08d25d0b27 Update bootcore credits (#875) Aitor Gómez 2024-02-25 13:17:12 +01:00
  • bed1ca424a Set debug=0 by default. Sorgelig 2024-02-13 02:08:09 +08:00
  • 96f3f685e4 Don't leak /dev/null file descriptor (#874) zakk4223 2024-02-12 12:31:12 -05:00
  • 11d35160ff INI: add DEBUG option to disable logging to console. Sorgelig 2024-02-12 00:07:14 +08:00
  • f19685b118 Saturn: use a common save file for multi-disc games (#872) Sergiy Dvodnenko 2024-02-06 17:45:05 +02:00
  • 9ba9b7febd N64: Push transfer pak save data directly to GAMEBOY folder (#871) Rikard Bengtsson 2024-02-03 16:47:53 +01:00
  • 1850ec3a5d Revert some changes. Sorgelig 2024-01-18 01:03:18 +08:00
  • 03b4e0097c N64: Hide auto-detect info with MiSTer.ini (#868) Rikard Bengtsson 2024-01-16 13:24:40 +01:00
  • 09e2f4fd03 Fix bug in dead zone code affecting DS3/DS4 (#866) Rikard Bengtsson 2024-01-15 06:00:13 +01:00
  • bfa4d76d57 Release 20240110. Sorgelig 2024-01-10 23:06:14 +08:00
  • 7b01e79b70 video: adjust SPD data. Sorgelig 2024-01-10 22:29:09 +08:00
  • 613f808ffb video: fix SPD infoframe. Sorgelig 2023-12-30 02:39:55 +08:00
  • 18b2ee21e9 video: send SPD info frame in direct_video mode. Sorgelig 2023-12-23 06:48:31 +08:00
  • 1b8ed443a8 Add setting to disable automatic switching of controller pak for p1 (#863) Rikard Bengtsson 2023-12-22 07:36:23 +01:00
  • 0419387578 video: support for direct_video=2 mode (experimental). Sorgelig 2023-12-20 21:37:55 +08:00
  • 4483501011 user_io: don't waste time for crc32 if cheats aren't used. Sorgelig 2023-12-17 00:14:34 +08:00
  • 52076b908b N64: support fast ROM loading (#862) Marcoen Hirschberg 2023-12-15 18:35:57 +01:00
  • 490c99dd6f Retrozord pid (#860) Matheus Fraguas 2023-12-09 11:12:53 -03:00
  • e9340593f4 N64 improvements, save files (#859) Rikard Bengtsson 2023-12-05 13:55:12 +01:00
  • 542b6f4d73 Added dead zone configuration (#857) Rikard Bengtsson 2023-12-01 10:51:05 +01:00
  • 470c0ab629 Added Dockerfile and .devcontainer (#855) Niema Moshiri 2023-11-26 00:21:19 -08:00
  • c802a6a014 N64 improvements. (#853) Rikard Bengtsson 2023-11-20 19:08:58 +01:00
  • 626788a319 Fix: when extensions are less than 3 characters send NUL (#849) Hans Larsen 2023-11-09 07:56:30 -08:00
  • c0e69e170b Fix N64 for gb file extension (#847) trbocode 2023-11-06 10:34:00 +02:00
  • 10b0523482 YC.txt Update 20231103 (#846) MikeS11 2023-11-06 01:27:47 -07:00
  • c3c0d8cf64 Fix N64 condition (#845) trbocode 2023-11-03 12:41:22 +02:00
  • 814d88567f YC.txt Update 20231029 (#844) MikeS11 2023-10-30 08:20:29 -06:00
  • 61efed2cba N64: Add CIC5101 type. Don't analyze gameboy roms. (#843) Rikard Bengtsson 2023-10-29 00:52:17 +02:00
  • bf2eb381ba file_io: fix for single-file zip. Sorgelig 2023-10-27 05:13:26 +08:00
  • 44139157a2 file_io: fix listing inside zip. Sorgelig 2023-10-26 02:32:13 +08:00
  • 4fab9a5aa7 IDE support for Uneon core. Sorgelig 2023-10-24 22:36:22 +08:00
  • 64b6cc5a88 Update names.txt Alexey Melnikov 2023-10-23 18:46:05 +08:00
  • b4e2d5fd0d YC.txt Update 20231018 (#839) MikeS11 2023-10-19 10:47:06 -06:00
  • 2462c8e00e Release 20231018. Sorgelig 2023-10-18 19:43:38 +08:00
  • 78edf5f58c Added controller handling for new N64 options (#838) trbocode 2023-10-16 02:08:44 +03:00
  • 222d61776f Update to YC Key Compare (#836) MikeS11 2023-10-13 05:31:57 -06:00
  • 9685215fec Saturn CHD image loading (#835) zakk4223 2023-10-11 06:26:20 -04:00
  • 22834acc98 Scale N64 analog optimally for different gate shapes (#834) Patrick Pollock 2023-10-10 13:05:52 -06:00
  • c9994f9dd2 Cleanup of n64.cpp (#833) Rikard Bengtsson 2023-10-06 20:36:57 +02:00
  • ee5659ad9c N64: Find ROM settings in database by ID, region and revision (#830) Rikard Bengtsson 2023-10-01 13:56:12 +02:00
  • d53a998eac N64 joystick emulation (#828) Marcoen Hirschberg 2023-09-24 11:22:02 +02:00
  • 257e81ed32 Fix my previous pull request (#827) Rikard Bengtsson 2023-09-24 07:42:07 +02:00
  • dc7fa8253f Always try to auto detect system region and CIC (#825) Rikard Bengtsson 2023-09-23 15:38:22 +02:00
  • be8a80346a saturn: some tweaks in CD loading. Sorgelig 2023-09-19 23:04:16 +08:00
  • 4211234cba Remove some old builds. Sorgelig 2023-09-15 18:59:51 +08:00
  • 0b87456f21 Release 20230915. Sorgelig 2023-09-15 18:55:53 +08:00
  • d98ae034e0 N64: also search in N64-database_user.txt for rom info (#821) Marcoen Hirschberg 2023-09-15 09:07:59 +02:00
  • a1c64c955c input: fix mapping. Sorgelig 2023-09-12 04:04:37 +08:00
  • ce9daf6de9 input: make keyboard remap system-wide. Sorgelig 2023-09-12 02:55:36 +08:00
  • f1cdcd5c46 input: improve keyboard remap dialog. Sorgelig 2023-09-10 14:41:00 +08:00
  • 791308d8d4 Update names.txt (#815) birdybro 2023-09-09 15:02:47 -06:00
  • 203c8a92c4 user_io: improved persistent file loading. Don't load boot.rom if user choose specific persistent file. Sorgelig 2023-09-10 00:55:40 +08:00
  • 1d36e3472f input: fix broken button skip in buttons definition. Sorgelig 2023-09-10 00:16:46 +08:00
  • 698a849990 Don't close existing filehandle if it is the same as the 'new' one. (fixes ao486 reset issue) (#814) zakk4223 2023-09-09 05:53:46 -04:00
  • a218675ba3 Some improvements in build files. Sorgelig 2023-09-08 18:32:02 +08:00
  • b613044f89 MGL: support for absolute paths. Sorgelig 2023-09-07 23:16:45 +08:00
  • 3bfadb39e8 input: make button/key remap permanent. Sorgelig 2023-09-07 22:09:54 +08:00
  • ed28dab2e5 YC.txt Update 20230906 (#812) MikeS11 2023-09-07 00:56:05 -06:00