Dimitris Panokostas
9a40456d0c
Fix compile for older versions of GCC
2020-06-10 16:42:03 +02:00
Dimitris Panokostas
f05e1b86ff
Fix compiler warnings
2020-06-10 14:12:33 +02:00
Dimitris Panokostas
25a4daabdd
Refactored downloading of Kickstart RTB files into function
2020-06-09 23:14:25 +02:00
Dimitris Panokostas
0b76ecc9e7
Always download WHDLoad and boot-data.zip files
2020-06-09 22:58:57 +02:00
Dimitris Panokostas
8a8d549c0f
Implemented Floppy Turbo mode - fixes #526
2020-06-09 22:25:27 +02:00
Dimitris Panokostas
4543aec276
Added default_fullscreen option in amiberry.conf - Fixes #653
2020-06-09 22:02:01 +02:00
Dimitris Panokostas
890ad9bfd0
Moved hostprefs functionality in amiberry.conf
2020-06-09 19:10:25 +02:00
Dimitris Panokostas
4155877546
WIP moving hostprefs options to amiberry_options
2020-06-09 16:06:44 +02:00
Dimitris Panokostas
fd08eaee22
Refactored amiberry options to a struct, changed scanlines_by_default option to default_line_mode
2020-06-09 15:19:49 +02:00
Dimitris Panokostas
5fa953e19f
Removed Turbo CPU speed setting from whdbooter
2020-06-09 14:09:48 +02:00
Dimitris Panokostas
d6c103e331
Refactored the Update XML functionality
2020-06-08 20:50:19 +02:00
Dimitris Panokostas
e9d48094e6
Updated beta version date stamp
2020-06-07 00:22:43 +02:00
Dimitris Panokostas
b3fe55363e
Fix zfile stale/double freed file handle.
...
Updated filesys.cpp from latest WinUAE sources
2020-06-07 00:21:39 +02:00
Dimitris Panokostas
0365e4330b
Switch back to 64-bit FPU default (WinUAE)
2020-06-05 19:21:35 +02:00
Dimitris Panokostas
a8ef424573
Minor formatting improvement, gitignore update
2020-06-01 09:41:33 +02:00
Dimitris Panokostas
1db6513a02
Updated beta version date
2020-05-29 18:41:45 +02:00
Dimitris Panokostas
22c5dadf9a
Fixed Custom Controls panel would not show assigned value in Dropdowns on opening GUI
2020-05-29 18:41:15 +02:00
Dimitris Panokostas
58f1d3d3a6
Fixed Dispmanx targets would flash the desktop when changing screen settings
2020-05-26 23:40:01 +02:00
Dimitris Panokostas
7826590d7f
Updated gitignore file
2020-05-26 01:31:09 +02:00
Dimitris Panokostas
2258c6e9e2
Updated version date
2020-05-26 00:56:46 +02:00
Dimitris Panokostas
55bbb49642
updated gitignore
2020-05-26 00:55:28 +02:00
Dimitris Panokostas
b946d4a32b
Fixed Auto Height didn't re-center image vertically
2020-05-26 00:55:18 +02:00
Dimitris Panokostas
018e28d4b8
Minor fixes for auto height
2020-05-26 00:48:38 +02:00
Dimitris Panokostas
acdb252c6a
Added experimental (WIP) Auto Height option
...
- Changed default Width/Height values to what most cases use
2020-05-25 00:02:44 +02:00
Horace And The Spider
3bd67f9611
Clear out commented/depreciated changes in whdbooter.cpp
( #648 )
...
* Bug-fixes the 24-bit CPU parameter for WHDLoad Booter (moving prior to memory and variable name fix), and sets to FALSE where Z3 is used to fix compatibility.
* Updated WHDLoad Booter, customisations from .uae file
* Bug-fix for Joystick customisations - allows HAT controlled DPad buttons to be remapped.
* Clear out commented/depreciated changes in `whdbooter.cpp`
2020-05-24 23:55:00 +02:00
Horace And The Spider
deff6ac91e
Bugfix for Customised DPAD using HAT ( #647 )
...
* Bug-fixes the 24-bit CPU parameter for WHDLoad Booter (moving prior to memory and variable name fix), and sets to FALSE where Z3 is used to fix compatibility.
* Updated WHDLoad Booter, customisations from .uae file
* Bug-fix for Joystick customisations - allows HAT controlled DPad buttons to be remapped.
2020-05-24 23:46:47 +02:00
Dimitris Panokostas
ea4998ced0
Added more events in inputdevice handling
2020-05-24 11:55:20 +02:00
Dimitris Panokostas
d7160fcbbe
CPU More compatible option was not always enabled when it should
...
- Additionally, it's now possible to enable it under all non-JIT configurations
- Improved CPU prefs fixing on startup
2020-05-24 11:33:54 +02:00
Dimitris Panokostas
7cf5f8ff10
Remove custom pissoff timing values
...
Now using WinUAE default values instead
2020-05-24 00:03:17 +02:00
Dimitris Panokostas
3e214e6ed7
Formatting cleanup
2020-05-23 22:36:28 +02:00
Dimitris Panokostas
ec06c1ecaa
Formatting cleanup after merge
2020-05-23 21:23:59 +02:00
Horace And The Spider
6df92813e1
Updated WHDLoad Booter (Customisations from the .uae config) ( #646 )
...
* Bug-fixes the 24-bit CPU parameter for WHDLoad Booter (moving prior to memory and variable name fix), and sets to FALSE where Z3 is used to fix compatibility.
* Updated WHDLoad Booter, customisations from .uae file
2020-05-23 21:11:07 +02:00
Dimitris Panokostas
3315fa8890
Fixed bug where fastest CPU speed would not get applied until you changed CPU settings
2020-05-23 00:01:12 +02:00
Dimitris Panokostas
8afd7eee50
Implemented CPU Idle, removed Turbo CPU speed
...
- Turbo CPU speed is no longer needed, Fastest Possible is now actually as fast as possible CPU emulation!
- Removed obsolete custom timing settings for Fastest CPU setting
- Implemented CPU Idle slider in GUI, which allows to set how much time the CPU emulation should sleep when not in use (keeps the temperature down)
2020-05-22 13:08:45 +02:00
Dimitris Panokostas
6e87d1cb7f
Updated beta version date
2020-05-22 09:57:22 +02:00
Dimitris Panokostas
90906826f8
Fixed typo for logfile_path setting
2020-05-22 09:57:06 +02:00
Dimitris Panokostas
610a33fed6
Minor Custom.cpp syncs with WinUAE sources
2020-05-21 02:37:28 +02:00
Dimitris Panokostas
9d088ea7a4
Fixed compiler warning
2020-05-20 21:52:28 +02:00
Dimitris Panokostas
4b4d8eb332
Updated beta version date
2020-05-20 21:45:00 +02:00
Dimitris Panokostas
e3e2389b8f
Small refactoring for scaling method in gfx
2020-05-20 21:44:18 +02:00
Dimitris Panokostas
9648a10bab
Merge branch 'master' of https://github.com/midwan/amiberry
2020-05-18 23:58:56 +02:00
Dimitris Panokostas
8423ef3e8a
removed unused file
2020-05-18 23:57:51 +02:00
Dimitris Panokostas
38032c463e
Update README.md
2020-05-18 23:55:32 +02:00
Dimitris Panokostas
f7baef5ce9
Delete _config.yml
2020-05-18 23:52:15 +02:00
Dimitris Panokostas
a2ca1d11f8
Set theme jekyll-theme-minimal
2020-05-18 23:44:04 +02:00
Dimitris Panokostas
d2f16d5f8b
Set theme jekyll-theme-slate
2020-05-18 23:42:56 +02:00
Dimitris Panokostas
ac119a31b4
Improved Sound panel in GUI, when sound emulation is disabled
2020-05-18 23:39:37 +02:00
Dimitris Panokostas
5f1fd8ab5f
Minor code modernization in amiberry_gfx
2020-05-17 15:31:14 +02:00
Dimitris Panokostas
0bf6cfd837
Fixed GUI window size would not reset to normal after starting emulation
2020-05-17 15:31:01 +02:00
Dimitris Panokostas
b2d522dcfa
Added navigation for new WHDLoad auto-config option
2020-05-17 15:06:45 +02:00