Dimitris Panokostas
346d096d84
bugfix: Virtual Keyboard options were not saved correctly
...
C/C++ CI / build-rpi3-sdl2-32bit-rpios (push) Has been cancelled
C/C++ CI / build-rpi4-sdl2-32bit-rpios (push) Has been cancelled
C/C++ CI / build-rpi3-sdl2-64bit-rpios (push) Has been cancelled
C/C++ CI / build-rpi4-sdl2-64bit-rpios (push) Has been cancelled
C/C++ CI / build-macOS-64bit-intel (push) Has been cancelled
C/C++ CI / build-x86-64-debian (push) Has been cancelled
C/C++ CI / build-rpi4-sdl2-64bit-manjaro (push) Has been cancelled
C/C++ CI / build-RK3399-sdl2-64bit-manjaro (push) Has been cancelled
The options should be prefixed by "amiberry"
2023-06-28 20:21:49 +02:00
Dimitris Panokostas
05808ce0df
enhancement: improved help text in DiskSwapper panel
...
Better description and references to the various hotkeys
2023-06-27 16:43:31 +02:00
Dimitris Panokostas
0875cc1305
bugfix: DiskSwapper slots should be 10
2023-06-27 16:02:09 +02:00
Dimitris Panokostas
011a648ec2
Updated Copyright notice
2023-06-22 15:15:56 +02:00
Dimitris Panokostas
8214d58c0d
enhancement: added flatpak package files
...
- Picked from the preview branch
2023-06-21 21:14:28 +02:00
Dimitris Panokostas
4bd019c450
Updated version date
2023-06-13 20:45:24 +02:00
Dimitris Panokostas
6cf9cf89b4
bugfix: reverted copying of prefs on hard reset ( fixes #1068 )
2023-06-13 20:33:27 +02:00
Dimitris Panokostas
771bfdd6da
Updated version date
2023-06-09 23:52:47 +02:00
Dimitris Panokostas
b9e9cb3932
bugfix: Fullscreen toggle would no longer work since v5.3 ( fixes #1103 )
2023-06-09 23:51:31 +02:00
Dimitris Panokostas
2faa25781c
bugfix: second controller buttons would not be registered in retroarch ( fixes #1092 )
...
When using retroach mappings, only the first controllers buttons would trigger
2023-06-05 23:00:42 +02:00
Dimitris Panokostas
061a5f5ffe
bugfix: savestate cmd line option would not use filename ( fixes #1081 )
2023-06-05 20:34:12 +02:00
Dimitris Panokostas
a85e5f6f28
enhancement: use BGR888 for 32-bit modes ( fixes #1080 )
2023-06-05 19:51:42 +02:00
Dimitris Panokostas
3b688b673e
bugfix: fix build errors with GCC 13.1 ( fixes #1100 )
2023-05-31 20:29:26 +02:00
Dimitris Panokostas
0cff03c3b2
enhancement: improve Floppy GUI panel ( fixes #1094 )
2023-05-26 23:40:36 +02:00
Dimitris Panokostas
6660dc9921
enhancement: improve message when Main ROM is not found ( fixes #1095 )
2023-05-26 22:57:08 +02:00
Dimitris Panokostas
af1fdff395
enhancement: refresh GUI when hidden behind other windows ( fixes #1090 )
2023-05-26 22:44:00 +02:00
Dimitris Panokostas
d38810eab6
bugfix: when using --autoload with a filename in the current path, Amiberry would crash ( fixes #1091 )
2023-05-25 23:45:57 +02:00
Dimitris Panokostas
b1f81a958f
Updated version date
2023-05-11 21:01:10 +02:00
Dimitris Panokostas
a27b3b3997
bugfix: use double-quotes to denote inches in GUI
2023-05-11 20:36:16 +02:00
Dimitris Panokostas
0a6e7e5f65
bugfix: Fix helptext formatting in CPU panel ( fixes #1088 )
2023-05-11 20:24:16 +02:00
Dimitris Panokostas
7726161b8d
enhancement: Upgraded FloppyDriveBridge to v1.4
2023-04-29 18:37:20 +02:00
Dimitris Panokostas
344b58d1a4
Updated version date
2023-04-29 18:35:34 +02:00
Dimitris Panokostas
951d5722f2
bugfix: uaegfx board name is UAE, not uaegfx.card
2023-04-29 18:34:49 +02:00
Dimitris Panokostas
e5f41c60c7
enhancement: VGA autoswitch update to support new OS 3.2 monitors
2023-04-29 18:34:03 +02:00
Dimitris Panokostas
5ae2e5746b
enhancement: VGA mode resolution autoswitch update
2023-04-29 18:31:54 +02:00
Dimitris Panokostas
aaeffbbc44
Fixed typo in comment
2023-04-29 17:50:37 +02:00
Dimitris Panokostas
5b7e0e1699
bugfix: fixed uaegfx board parameters
...
uaegfx internally generated modes didn't have the Active flag set and display parameters (total vertical/horizontal and sync lengths, values that are ignored by uaegfx) were technically invalid.
Set the Active flag and made hor/ver totals slightly larger than visible resolution and adjusted sync values.
Board type was not set to uaegfx (it was set correctly, then overwritten by wrong value).
Some Picasso96 tools might have gotten confused.
2023-04-20 21:26:04 +02:00
Dimitris Panokostas
838334e7f7
bugfix: hsync events should be before misc events
2023-04-20 21:25:39 +02:00
Dimitris Panokostas
3d191ff0bb
bugfix: Fix foreign disk image support when drive is standard Amiga 3.5" DD
2023-04-20 21:19:15 +02:00
Dimitris Panokostas
d71c9577c8
enhancement: Removed unnecessary casting in scsi.cpp
2023-04-20 21:18:14 +02:00
Dimitris Panokostas
16d328b721
enhancement: P96 minor fixes
2023-04-20 21:16:54 +02:00
Dimitris Panokostas
33084a6878
bugfix: cycle exact was incorrect enabled sometimes ( fixes #1075 )
...
Amiberry only supports cycle exact mode for the 68000/010 CPU, so we have to ensure that it's not enabled in other scenarios.
2023-04-20 21:13:42 +02:00
Dimitris Panokostas
6aa1886a73
Updated version date
2023-04-16 18:48:31 +02:00
Dimitris Panokostas
d59e6b4d56
bugfix: Hardfile properties were always set to default ( fixes #1077 )
2023-04-16 18:47:42 +02:00
Kreeblah
4f4d4d27a1
Add Brewfile ( #1069 )
2023-04-01 11:28:35 +02:00
Dimitris Panokostas
74992700c2
Updated version date
2023-03-30 13:31:39 +02:00
Dimitris Panokostas
ea6019340f
Merged latest updates from dev/preview ( #1067 )
2023-03-30 13:30:24 +02:00
MichaIng
c555d21fbf
Fix libserialport0 APT package name in README.md ( #1064 )
...
Signed-off-by: MichaIng <micha@dietpi.com>
2023-03-25 00:32:01 +01:00
Dimitris Panokostas
88f30af909
Updated version to 5.6
2023-03-24 19:31:29 +01:00
Dimitris Panokostas
c617ae8af0
Updated WHDLoad XML to latest version
2023-03-24 19:30:21 +01:00
Dimitris Panokostas
f76e5a7b93
enhancement: automatically center GUI window when opening
2023-03-24 19:29:52 +01:00
Dimitris Panokostas
36e62c276c
Updated version date
2023-03-14 19:29:56 +01:00
Dimitris Panokostas
23ff05dcfc
removed redundant casts
...
frame_time_t is already of the same type now
2023-03-14 19:24:08 +01:00
Dimitris Panokostas
8e4a7accc2
enhancement: minor optimizations
2023-03-13 22:44:54 +01:00
Dimitris Panokostas
f934f38989
enhancement: a few more minor speed optimizations
2023-03-07 21:27:33 +01:00
Dimitris Panokostas
5f6657f6ad
Updated version date
2023-03-07 20:52:24 +01:00
Dimitris Panokostas
b07e45eab7
enhancement: minor speedup improvements after recent changes
2023-03-07 20:25:38 +01:00
Dimitris Panokostas
a49675b318
Updated version date
2023-03-03 21:25:04 +01:00
Dimitris Panokostas
c28bf5bfe4
bugfix: Don't use SQL_Quit until we actually quit Amiberry
...
When using the Restart button, SDL_Quit was called causing all SDL subsystems to be shut down at that point.
This meant that no GFX driver was visible and no audio driver was initialized after that point, causing Amiberry to disable sound automatically.
Moving SDL_Quit further down the pipe where the emulator actually quits, fixes that
2023-03-03 21:24:07 +01:00
Dimitris Panokostas
19e1425c56
Removed duplicate abort definition
2023-03-03 21:22:17 +01:00