Commit Graph

  • b7f7ef185d Fix boot rom detection (#476) master littlegamer87 2026-04-18 07:39:16 +02:00
  • 4aaa0191a3 SNAC refactor (#473) paulb-nl 2026-03-31 12:42:38 +02:00
  • 0907b84276 Allow CPU access to core memory over UART for SNI (#462) Jonathan Keller 2026-03-30 23:40:29 -07:00
  • 4453ccb8f8 Release 20260325. Sorgelig 2026-03-25 19:03:26 +08:00
  • 2682ee0f49 Update sys. Sorgelig 2026-03-25 18:56:49 +08:00
  • 131a94b9f0 Revert rom address mirroring, fix async clk in PPU (#472) littlegamer87 2026-03-24 07:50:16 +01:00
  • f9901ee8e7 Fix save states when rom address mirror is active (#470) littlegamer87 2026-02-24 05:51:55 +01:00
  • 38396226dd Add rom address mirroring when rom size is not a power of 2 (#469) littlegamer87 2026-02-21 08:55:05 +01:00
  • 54366faf50 CX4: Adjust bus access timings to reduce excess slowdown on wireframes (#467) Akiteru 2026-02-16 02:10:43 -03:30
  • bc2ea4558b Merge pull request #466 from AkiteruSDA/cx4-cache-timing Sergiy Dvodnenko 2026-02-04 22:13:43 +02:00
  • c7048320be CX4: Make cache enable on writes to 7F48 unconditional, revert branch/skip timing changes Akiteru 2026-02-04 13:27:02 -03:30
  • 2369d2bbaf MSU1: Code cleanup (no function change) (#464) littlegamer87 2026-01-26 20:25:51 +01:00
  • fefbccae4e MSU1: Add resume track command (#463) littlegamer87 2026-01-22 05:55:07 +01:00
  • bb98629b02 PPU: fix access to OAM. Sergiy Dvodnenko 2026-01-16 14:04:54 +02:00
  • 40d329eb1f Merge pull request #456 from littlegamer87/rename Sergiy Dvodnenko 2026-01-06 22:55:37 +02:00
  • b3cec0e97a Rename Sound frequency option to Audio clock littlegamer87 2026-01-06 21:19:21 +01:00
  • 1065c21d2e 65C816: NMI delay after DMA by 1 cycle (Battletoads in Battlemaniacs intro) Sergiy Dvodnenko 2026-01-04 17:44:31 +02:00
  • 57966d6398 Add S-PPU1/2 schematic. Sergiy Dvodnenko 2025-12-26 12:23:01 +02:00
  • 5a38e9dc6a Fix warning. Sergiy Dvodnenko 2025-12-25 16:32:24 +02:00
  • 05f60444f0 PPU: rework access to OAM. Sergiy Dvodnenko 2025-12-25 16:31:50 +02:00
  • 1a029ecdba PPU: fix VRAM access during blank. Sergiy Dvodnenko 2025-12-25 11:07:16 +02:00
  • 63c45a1962 Merge pull request #452 from paulb-nl/sprite_16x32 Sergiy Dvodnenko 2025-12-23 15:31:44 +02:00
  • f87cf02995 PPU: Fixes for 16x32 & 32x64 sprites and tile count/flip paulb-nl 2025-12-23 13:11:14 +01:00
  • b65623ffd7 Add Sound frequency option. Sergiy Dvodnenko 2025-12-18 21:07:37 +02:00
  • f4f0bc5109 Add Competition Cart support. Sergiy Dvodnenko 2025-12-18 20:59:42 +02:00
  • a085205b48 Update framework (#449) Takiiiiiiii 2025-12-06 00:19:32 +08:00
  • 30aaaa6cda PPU: fix sprite evaluation during Force Blank Sergiy Dvodnenko 2025-11-18 20:53:04 +02:00
  • a9c963e2a8 PPU: BG fetch in VBlank fixes (Pocky&Rocky title) (#440) paulb-nl 2025-10-28 15:50:56 +01:00
  • f9438bf0ed PPU: Sergiy Dvodnenko 2025-10-27 21:13:11 +02:00
  • 3dc5091295 BSX: fix mapping for save RAM. Sergiy Dvodnenko 2025-10-25 20:52:35 +03:00
  • 2201db36ba Fix aspect ratio in 256x239 mode (#436) littlegamer87 2025-10-15 17:00:58 +02:00
  • 964fc600f3 BSX: fix Data Pack mapping (BS Fire Emblem - Akaneia Senki Hen) Sergiy Dvodnenko 2025-10-13 14:29:28 +03:00
  • 2491aadcbd Fix sdram refresh during reset. Sergiy Dvodnenko 2025-10-12 21:29:46 +03:00
  • f9a80877ee 65C816: fix typo. Sergiy Dvodnenko 2025-10-09 17:11:24 +03:00
  • 6b431c997d PPU: fix interlace for BG mode 6. Sergiy Dvodnenko 2025-10-09 17:09:58 +03:00
  • 1c3469018f Merge pull request #429 from paulb-nl/mode7_fb Sergiy Dvodnenko 2025-09-28 19:33:12 +03:00
  • 5eeddd6a5e PPU: Accuracy changes for BG & Mode7 Force Blank paulb-nl 2025-09-28 17:09:29 +02:00
  • 68fe1a8cd2 Add SA1 captures. Sergiy Dvodnenko 2025-09-20 12:22:27 +03:00
  • c20638be8b Merge pull request #428 from wwark/fix_bsx_with_linux_compilation Sergiy Dvodnenko 2025-09-14 20:05:14 +03:00
  • f0a672bfd7 fix BSX issues with linux compilation Marc Roy 2025-09-14 17:26:27 +02:00
  • 85b76d3f37 Some optimization of the ROM address path. Sergiy Dvodnenko 2025-09-09 17:07:59 +03:00
  • 5ff3e86007 Merge pull request #424 from kconger/rumble_en Sergiy Dvodnenko 2025-08-18 10:00:26 +03:00
  • b51a451cd1 Disconnect rumble emulation when SNAC is enabled Keith Conger 2025-08-16 19:35:33 -07:00
  • 13bf006c23 Rumble Support (#419) Keith Conger 2025-07-22 23:40:45 -07:00
  • e4aa69cd43 sdram: synchronise refresh with WRAM refresh. Sergiy Dvodnenko 2025-07-08 15:39:18 +03:00
  • 8dcb766205 Revert "sdram: tweak the refresh timing." (#415) paulb-nl 2025-07-07 18:53:31 +02:00
  • 7e9ec639b2 Add Save states paulb-nl 2025-07-07 18:53:09 +02:00
  • b8c3d4a387 sdram: tweak the refresh timing. Sergiy Dvodnenko 2025-06-24 14:50:21 +03:00
  • 144c547a73 Release 20250605 Brendan Saricks 2025-06-14 01:25:25 -05:00
  • 5d9000d343 Release 20250525. Sorgelig 2025-05-25 01:36:05 +08:00
  • ba4ff8db68 Update sys. Sorgelig 2025-05-25 01:35:10 +08:00
  • e51dcbe77a Merge pull request #401 from paulb-nl/status Sergiy Dvodnenko 2025-04-05 10:01:49 +03:00
  • 762886d427 Fix status set paulb-nl 2025-04-04 15:54:12 +02:00
  • 49c65bf039 CPU: fix the interrupt delay. Sergiy Dvodnenko 2025-03-05 21:08:53 +02:00
  • 56f105c1f1 SA1: fix the CPU clock. Sergiy Dvodnenko 2025-02-22 09:54:33 +02:00
  • 4502df9b82 CPU: interrupt delay after DMA by 1 cycle (emudetect). Sergiy Dvodnenko 2025-02-13 20:42:02 +02:00
  • d524513408 Fix the setting loading. Sergiy Dvodnenko 2025-02-12 17:36:39 +02:00
  • d87e48c49c SA1: fixes for write protection. Sergiy Dvodnenko 2025-01-19 20:16:32 +02:00
  • 5536103b65 Sufami: rework the cart swapping option. Sergiy Dvodnenko 2025-01-02 20:49:12 +02:00
  • 04cd6903d6 Fix OSD string. Sorgelig 2025-01-02 14:17:13 +08:00
  • cafbb80a18 Sufami: open bus for slot B for single-cart rom. Sergiy Dvodnenko 2024-12-31 14:33:01 +02:00
  • 74efc0af94 Release 20241228. Sorgelig 2024-12-28 14:44:54 +08:00
  • 6bf1e36ece Update sys. Sorgelig 2024-12-28 14:42:41 +08:00
  • e81019675d Add Sufami Turbo support (combined rom) Sergiy Dvodnenko 2024-10-30 16:44:07 +02:00
  • ad3143b24d SA1: implement BWRAM write protection Sergiy Dvodnenko 2024-10-30 16:41:30 +02:00
  • c0dee4a15e SA1: Sergiy Dvodnenko 2024-10-07 13:51:52 +03:00
  • 657758e9f2 65C816: fix IRQ interrupt (emudetect) Sergiy Dvodnenko 2024-10-06 20:42:09 +03:00
  • 10cee52228 Create Full throttle racing,water bike race, line 143.jpg Sergiy Dvodnenko 2024-10-01 17:41:58 +03:00
  • 408ca73a7d Delete Full Throttle,water bike race,line 143.jpg Sergiy Dvodnenko 2024-10-01 17:41:53 +03:00
  • 86bf515cc9 sdram: make 6 cycles to read rom Sergiy Dvodnenko 2024-10-01 17:41:48 +03:00
  • ad3ae5e746 SA1: rework clock synchronization Sergiy Dvodnenko 2024-10-01 17:26:25 +03:00
  • bd4d8fbef7 S-CPU: some rework to improve accuracy (based on S-CPU schematics and hardware research) Sergiy Dvodnenko 2024-10-01 17:22:51 +03:00
  • f2409f0442 PPU: Sergiy Dvodnenko 2024-09-29 16:24:25 +03:00
  • 66a749ea46 SPC700: fix DIV instrution (gilyon's test) Sergiy Dvodnenko 2024-09-29 16:21:27 +03:00
  • f1f83f81f8 65816: Sergiy Dvodnenko 2024-09-29 16:20:18 +03:00
  • 028c0417c1 Merge branch 'master' of https://github.com/MiSTer-devel/SNES_MiSTer Sergiy Dvodnenko 2024-09-25 16:41:07 +03:00
  • f0e6d4db7b Add hw captures. Sergiy Dvodnenko 2024-09-25 16:40:02 +03:00
  • 8b5e1e73a4 Merge pull request #380 from paulb-nl/msu_loop Sergiy Dvodnenko 2024-09-22 19:45:30 +03:00
  • 4955bdc8d0 MSU: fix audio looping paulb-nl 2024-09-22 15:26:16 +02:00
  • 1e76703730 Release 20240919. Sorgelig 2024-09-19 21:09:21 +08:00
  • 9a1955e6c0 Add hw captures. Sergiy Dvodnenko 2024-09-18 21:13:24 +03:00
  • c3a0fd1cb6 SCPU: fix the reset timings (Kawasaki Superbike Challenge) Sergiy Dvodnenko 2024-09-18 21:10:24 +03:00
  • 9c9e91bf03 SMP: fix IO timings for accuracy (Rendering Ranger) Sergiy Dvodnenko 2024-09-18 21:09:07 +03:00
  • 74d7761d54 Move WRAM to sdram. Increase bsram size to 256Kbyte. Sergiy Dvodnenko 2024-09-18 21:01:47 +03:00
  • 8d7466932f New sdram controller. Sergiy Dvodnenko 2024-09-18 20:09:56 +03:00
  • ff8e6b68ff Release 20240408. Sorgelig 2024-04-08 21:29:41 +08:00
  • cea3f1d107 Update sys. Sorgelig 2024-04-08 19:38:12 +08:00
  • d20507c793 Release 20231204. Sorgelig 2023-12-04 17:35:20 +08:00
  • 059bbae63f Update sys. Sorgelig 2023-12-04 16:10:12 +08:00
  • 2408390003 Release 20230803. Sorgelig 2023-08-03 20:40:24 +08:00
  • d295c08630 Enable GSU FastROM by default. Sorgelig 2023-08-03 19:43:46 +08:00
  • e3d59a70f7 Update sys. Sorgelig 2023-08-03 19:42:48 +08:00
  • 96739138ca GSU: add FastROM menu option Sergey Dvodnenko 2023-05-02 12:51:08 +03:00
  • 07fded2b4f Release 20230223. Sorgelig 2023-02-23 23:54:53 +08:00
  • ee0f5df2d8 Update sys. Sorgelig 2023-02-08 21:06:51 +08:00
  • 37c060fbc6 Release 20220909. Sorgelig 2022-09-09 22:08:17 +08:00
  • 14e8cb3d9f Update sys. Sorgelig 2022-09-09 19:52:13 +08:00
  • 586644cf89 PPU: fix Mode7 calculation (Tiny Toon Adventures Wacky Sports Challenge) Sergey Dvodnenko 2022-09-03 18:50:58 +03:00
  • 901a172c2c GSU: SCBR can be set even when GSU is operating (Dirt Trax FX). Sergey Dvodnenko 2022-09-02 17:11:58 +03:00
  • b2997928a8 GSU: reworking memory bus logic. Sergey Dvodnenko 2022-09-01 17:22:34 +03:00