Dimitris Panokostas
|
1b965d938c
|
WIP - Fixes after merge 4
|
2017-09-19 17:04:17 +02:00 |
|
Dimitris Panokostas
|
7bc131d023
|
WIP - Fixes merge 3 (it now compiles fully)
|
2017-09-19 14:24:41 +02:00 |
|
Dimitris Panokostas
|
a2850730e0
|
WIP - merge from Pandora's port
|
2017-09-18 10:41:47 +02:00 |
|
Dimitris Panokostas
|
66bdc85c1e
|
Fixed #98, moved all Amiberry-specific options under the prefix "amiberry."
|
2017-04-23 00:16:19 +02:00 |
|
Dimitris Panokostas
|
17119973ca
|
Fixed #97, #75, #63 now actually saving/loading Custom Control settings properly
|
2017-04-22 18:43:05 +02:00 |
|
Dimitris Panokostas
|
a853165ca8
|
Fix more potential buffer overflows in paths #92
|
2017-04-21 22:27:47 +02:00 |
|
Dimitris Panokostas
|
5baf5b0a38
|
Custom mapping improvements
|
2017-04-18 00:38:11 +02:00 |
|
Dimitris Panokostas
|
0b6fc80b20
|
Fixed compiler warnings (and suppressed write-strings related ones)
|
2017-04-05 00:26:08 +02:00 |
|
Dimitris Panokostas
|
e52239ccf3
|
Refactored game controller input
|
2017-02-28 13:21:37 +01:00 |
|
Dimitris Panokostas
|
914ff5daa1
|
Major update in input handling
- Now mapping all keys correctly in SDL2
- Refactored code for input handling
- Synced all options with WinUAE 2.8.1
|
2017-02-28 01:20:30 +01:00 |
|
Dimitris Panokostas
|
783ab8c1db
|
Updated disk.cpp from WinUAE 2.8.1
|
2017-02-25 12:57:24 +01:00 |
|
Dimitris Panokostas
|
52df8b8ac0
|
Added Scaling Method option in config file
|
2017-02-23 01:17:46 +01:00 |
|
Dimitris Panokostas
|
2e49e5c423
|
Changed default resolution and scaling
Defaults to 640 x 256, output scaling is done with height x 2 to keep
the right aspect ratio
|
2017-02-22 15:10:38 +01:00 |
|
Dimitris Panokostas
|
a52ccf522c
|
Update cfgfile.cpp
Handle "1" values as TRUE, for boolean configuration options
|
2017-02-07 23:05:15 +01:00 |
|
Dimitris Panokostas
|
fdc1c07eaf
|
Code cleanup and default prefs improvements
|
2017-02-02 23:59:31 +01:00 |
|
Dimitris Panokostas
|
8ee1d48055
|
Code cleanup, restored Key for Menu option
- Code cleanup
- Restored Key for Menu option from Prefs being used, set default key to
F12 (using SDL2 Scancode)
|
2017-01-29 12:04:05 +01:00 |
|
Dimitris Panokostas
|
3ee52daf1f
|
Improved Chipset Vsync to audio
|
2017-01-25 14:44:29 +01:00 |
|
Dimitris Panokostas
|
15bd6bfea3
|
Updated files to fix compilation warnings and errors
|
2017-01-23 20:35:38 +01:00 |
|
Dimitris Panokostas
|
46662880d9
|
Merge cfgfile from Master branch
|
2017-01-23 15:23:37 +01:00 |
|
Dimitris Panokostas
|
03c6ffd4c2
|
Temp setting for Key for Menu to F12
|
2017-01-21 17:26:07 +01:00 |
|
Dimitris Panokostas
|
4dc41447f0
|
Fixed SDL2 references
Fixed remaining SDL2 references, now compiles without errors
|
2016-12-10 13:23:58 +01:00 |
|
Dimitris Panokostas
|
165781839b
|
Fixed references in source files
Renamed references to old paths in source files
Updated VS solution to SDL2 specific includes, libs and paths
|
2016-12-09 19:18:42 +01:00 |
|
Dimitris Panokostas
|
d8f2ac6496
|
Fixed bug causing crash on startup
Fixed the keyboard mapping table which caused a crash during startup.
Removed some debugging code and messages.
|
2016-12-04 16:16:34 +01:00 |
|
Dimitris Panokostas
|
6557728cd2
|
Added some debugging code
|
2016-12-04 13:44:15 +01:00 |
|
Dimitris Panokostas
|
dc373d8773
|
Disable Fast Copper by default on Raspberry
|
2016-11-30 22:29:34 +01:00 |
|
Dimitris Panokostas
|
13df0bcfa8
|
Merge from Pandora (26 Sept 2016)
|
2016-11-30 22:25:43 +01:00 |
|
Dimitris Panokostas
|
46d3036987
|
Restored original files
|
2016-10-15 20:49:53 +02:00 |
|
Dimitris Panokostas
|
0a8464acc1
|
SDL2 support
Initial changes, not working yet
|
2016-09-18 13:26:53 +02:00 |
|
Dimitris Panokostas
|
81c0f83641
|
Code formatting
Harmonized code formatting for better readability
|
2016-09-01 13:53:43 +02:00 |
|
Dimitris Panokostas
|
89aaed4a53
|
Support for LEDs
|
2016-08-29 20:08:05 +02:00 |
|
Chips
|
975a634a38
|
Merge latest TomB version as of 22 August 2016
|
2016-08-27 20:39:53 +02:00 |
|
Chips
|
4df17bee36
|
Add usage. IWH 100 \o/. Closes #11
|
2016-08-05 14:45:24 +02:00 |
|
Chips
|
8813f4a8b1
|
clean old key for menu variables
|
2016-07-28 13:29:44 +02:00 |
|
Chips
|
c7db909caf
|
Merge latest TomB version as of 8 July 2016
|
2016-07-10 13:48:11 +02:00 |
|
Chips
|
a33d65dcda
|
Merge latest TomB version as of 12 Mai 06
|
2016-06-25 09:23:49 +00:00 |
|
Chips
|
d67a720e34
|
Add key selection for go to menu and switching between mouse/joystick
|
2016-06-19 10:13:28 +00:00 |
|
Chips
|
7773c9ccca
|
Add slider for fullscreen ratio
|
2016-05-15 18:44:29 +00:00 |
|
Chips
|
59f3407d4c
|
Clean cfgfile in order to avoid log
|
2016-04-30 20:37:01 +00:00 |
|
Chips
|
f4090093b6
|
Solve segfault when saving configuration
|
2016-04-26 18:07:25 +00:00 |
|
Chips
|
5f13d69c31
|
Merge latest TomB version as of 25 April
|
2016-04-25 18:51:31 +00:00 |
|
Chips
|
f6baa22248
|
Merge latest TomB version as of 17 April
|
2016-04-25 17:12:37 +00:00 |
|
Chips
|
d8ba1f9037
|
Merge latest TomB version as of 6 April
|
2016-04-24 09:45:29 +00:00 |
|
Chips
|
cea376d5a0
|
Refresh a little bit the switchs
|
2016-04-03 10:15:26 +00:00 |
|
Chips
|
cad16d836e
|
Improve keyboard management. Note: F12 switch between menu & emulation
|
2016-04-02 15:28:06 +00:00 |
|
Chips-fr
|
a100ea0d9d
|
Align with latest TomB version 1.0.2 released in 27-oct
|
2015-11-16 22:32:10 +01:00 |
|
Chips-fr
|
b7830c12db
|
Save 4/3 shrink in configuration file
|
2015-10-17 15:36:46 +02:00 |
|
Chips-fr
|
c5610e7acd
|
Align with latest TomB version 1.0.0
|
2015-10-11 14:23:51 +02:00 |
|
Chips-fr
|
97082274cf
|
Align with latest TomB version
|
2015-09-09 21:49:41 +02:00 |
|
Chips-fr
|
a551f1e3a9
|
Enable JIT by default
|
2015-09-06 17:39:20 +02:00 |
|
Chips-fr
|
7d5d2db6e3
|
Choose automatically first rom.
|
2015-05-28 20:10:04 +00:00 |
|