Commit graph

2313 commits

Author SHA1 Message Date
Fabio Cavallo (FHorse)
f3432e1f51
New Crowdin updates (#412)
* New translations en_en.ts (Polish)

* New translations en_en.ts (Polish)
2024-12-14 20:48:12 +01:00
Fabio Cavallo (FHorse)
8623f8d7a7
Update build.yml 2024-12-14 20:00:17 +01:00
Fabio Cavallo (FHorse)
3bfb2bdff7
Update build.yml 2024-12-14 19:55:57 +01:00
Fabio Cavallo (FHorse)
cff046dce6
Update build.yml
Fixed Windows artifact compilation.
2024-12-14 15:51:21 +01:00
Fabio Cavallo (FHorse)
7148e0f338
Update build.yml
Fixed Windows artifact compilation.
2024-12-14 15:44:50 +01:00
Fabio Cavallo (FHorse)
315c6d3fc4
New Crowdin updates (#408)
* New translations en_en.ts (Portuguese, Brazilian)

* New translations en_en.ts (Portuguese, Brazilian)

* New translations en_en.ts (Portuguese, Brazilian)
2024-09-01 10:23:42 +02:00
Fabio Cavallo
49f86fcf0f
Fixed a compilation warning with FFmpeg 7.0. 2024-08-25 10:22:42 +02:00
Fabio Cavallo
7fcc0d3efd
Typo. 2024-08-19 18:15:15 +02:00
Fabio Cavallo
3a49198356
Fixed tab orders. 2024-08-19 18:14:49 +02:00
Fabio Cavallo
25b0fcfd61
Typos. 2024-08-18 10:42:20 +02:00
zvova7890
7ee4b5a5f4
[Linux] Use the udev "uniq" attribute when generating the device GUID (#407) (thanks zvova7890).
It helps to avoid duplicate GUIDs when connecting two similar joysticks.
2024-08-02 09:21:06 +02:00
Fabio Cavallo (FHorse)
c6b0dcee89
New Crowdin updates (#405)
* New translations en_en.ts (Portuguese, Brazilian)

* New translations en_en.ts (Portuguese, Brazilian)

* New translations en_en.ts (Portuguese, Brazilian)

* New translations en_en.ts (Portuguese, Brazilian)
2024-08-01 16:08:11 +02:00
Fabio Cavallo
8a6b82d946
Fixed cross compilation. 2024-07-15 10:56:24 +02:00
Fabio Cavallo
d69537672f
Fixed a calloc-transposed-args warning. 2024-07-15 10:54:31 +02:00
Cosima Neidahl
6e51b1a610
Fix compatibility with Qt 6.7.1 (#403)
Upstream QTBUG-105023 fix made it mandatory that arguments to QObject::findChild[ren] calls must be Q_OBJECTs.
2024-05-31 14:48:50 +02:00
Fabio Cavallo
61406ec4f0
In the MMC5 mapper fixed the WRAM assignment for roms with the iNES 1.0 header (#402). 2024-05-25 10:40:32 +02:00
Fabio Cavallo
f540b5ba5a
[FDS] Fixed saving of the diff file if the inserted disk has a different format from the previous one. 2024-05-12 11:29:48 +02:00
Fabio Cavallo
e0074b265d
Added cpu.jammed to the save slot. 2024-05-11 15:17:40 +02:00
ChessMan14
eab01be977
Implement HLT/KIL Opcodes (#399) 2024-05-11 15:08:16 +02:00
Fabio Cavallo
5448b1515d
[FDS] Fixed initialization of fds.info structure on disk change (#396).
Thanks to TakuikaNinja for his help and support.
2024-05-11 13:08:36 +02:00
Fabio Cavallo
4bed752d5c
[FDS] Fixed IRQ Timer.
Discovered thanks to test number 15 of "fdsirqtests.fds".
2024-05-09 12:39:26 +02:00
Fabio Cavallo
ebc8f54aa8
Fixed the handling of emphasis in case background and sprite are not visible (#396). 2024-05-08 10:48:38 +02:00
Fabio Cavallo
21b02588af
[FDS] Fixed support for "Kosodate Gokko" (#396).
- Added a menu item to create empty floppy images.
- Added a visual indicator that shows when the FDS drive motor is active and whether it is reading or writing to disk:
  * green: reading data from disk
  * red: writing data to disk
  * yellow: disk head moving
  * off: drive motor off
2024-05-06 22:46:53 +02:00
Fabio Cavallo (FHorse)
6d40da439d
New translations en_en.ts (Chinese Simplified) (#395) 2024-04-12 18:31:58 +02:00
Fabio Cavallo
1936e13e17
Fixed mapper 176 (#394).
I also improved the recognition of submapper 1 for roms with INES 1.0 header.
2024-04-11 17:00:09 +02:00
Fabio Cavallo
90ec4a9500
Fixed mapper 342 (#391). 2024-04-11 09:29:39 +02:00
WolvenArch
bcb4e47a20
Update README.md (#392)
List of UNIF boards was arranged alphabetically and numbered.
2024-04-07 19:29:22 +02:00
Fabio Cavallo
e1516fcefe
Fixed compilation with FULLSCREEN_RESFREQ disabled (#388). 2024-03-23 10:34:34 +01:00
Fabio Cavallo
6ce2ceeaba
[FDS] Fixed initialization of fds.drive.mirroring (#387). 2024-03-21 12:26:02 +01:00
Fabio Cavallo
b6dc62f1e5
[NSF] Refined NMI interception (#386). 2024-03-19 01:13:11 +01:00
Fabio Cavallo
a51c9f4e0c
[NSF] "Kirby's Adventure.nsfe" tries to read the memory areas $FFFA and $FFFB even though it shouldn't since they are reserved for the NSF Player ("The vector table at $FFFA-FFFF should not be filled with code or data by the NSF. These can be overridden by hardware NSF players."). I have added the management of this eventuality (#386). 2024-03-18 15:41:49 +01:00
Fabio Cavallo (FHorse)
1c9567a245
New translations en_en.ts (Arabic (General)) (#382) 2024-03-10 12:46:48 +01:00
Fabio Cavallo
74252dea3b
[NSF Player] Fixed the status of the "Fadeout" checkbox. 2024-03-10 09:49:36 +01:00
Fabio Cavallo
80af01cfac
Typo. 2024-03-10 01:50:20 +01:00
Fabio Cavallo
c986045183
[NSF] Fixed nsf2 structure initialization when loading a file in NSFe format. 2024-03-10 01:27:37 +01:00
Fabio Cavallo
f7f4e8b7c0
[NSF Player] Improved display of author notes. 2024-03-10 01:22:38 +01:00
Fabio Cavallo
dc7c5a7392
Added support to mapper 562. 2024-03-09 21:13:51 +01:00
Fabio Cavallo
e190af6e1c
Fixed mapper 561. 2024-03-09 21:11:40 +01:00
Fabio Cavallo
cc0032d737
[NSF] Fixed display of timers when resetting the emulator (#380). 2024-03-09 12:50:44 +01:00
Fabio Cavallo
001403aa49
[NSF] Fixed Fixed RAM and WRAM initialization when changing songs (#380 and #384).
Also added the resetting of the Carry Flag without which "Layla - The Iris Missions.nsfe" does not work correctly.
2024-03-09 11:39:44 +01:00
Fabio Cavallo
8bf7379378
[NSF][FDS] Fixed wram destination pointer initialization (#383). 2024-03-07 22:46:54 +01:00
Fabio Cavallo
169e9e608e
Fixed memmap region mask initialization (#379 mapper 12). 2024-03-07 10:54:07 +01:00
Fabio Cavallo
4df298dd07
[NSF] Fixed region selection (#380). 2024-03-06 09:17:04 +01:00
Fabio Cavallo
55f6086c6e
[NSF] Fixed RAM initialization (#380). 2024-03-06 08:31:17 +01:00
Fabio Cavallo
b854e22725
Fixed mapper 17 (#379). 2024-03-05 19:22:20 +01:00
Fabio Cavallo
f69283d212
[NSF Player] Fixed a bug that prevented the display of some song titles (#377). 2024-03-04 18:06:14 +01:00
Fabio Cavallo
f6ab45b78d
[NSF Player] Some NSFe have text encoded in ISO-8859-1 instead of UTF8, improved string encoding recognition (#377). 2024-03-04 18:04:50 +01:00
Fabio Cavallo
a5ee8c5a74
[NSF Player] Fixed wrong playlist count (#377). 2024-03-04 18:03:47 +01:00
Fabio Cavallo
1395af9e50
Disabled portable mode for the AppImage (#378). 2024-03-04 08:55:58 +01:00
Fabio Cavallo
49586cd33c
[NSFe] Fixed initialization of scroll->x variable. 2024-03-03 18:11:31 +01:00