Commit graph

1881 commits

Author SHA1 Message Date
Dimitris Panokostas
67325f8d1d Fixes for Pi 1 and Pi Zero
Changes to allow compilation for Pi Zero/Pi 1, code improvements
2016-09-02 23:14:47 +02:00
Dimitris Panokostas
467eabd3f3 Update README.md 2016-09-02 10:43:13 +02:00
Dimitris Panokostas
820d898671 Updated Casts
Changed C-style casts to C++ style casts
2016-09-02 01:26:35 +02:00
Dimitris Panokostas
a6c939b44f Internal updates
Further sync with TomB's version, config gui now opens screen with only
the necessary resolution (instead of the native res from the console),
enabled Picasso96 by default
2016-09-02 01:18:46 +02:00
Dimitris Panokostas
0c851c2cb3 Removed even more unnecessary compiler options
Removed options that are enabled with -Ofast anyway
2016-09-01 20:16:28 +02:00
Dimitris Panokostas
8bd1940357 Removed unnecessary options from Makefile 2016-09-01 20:11:52 +02:00
Dimitris Panokostas
956080b6cb Updated Makefile
Synced compile options with TomB's version, specified optimized flags
for the Pi models
2016-09-01 17:09:18 +02:00
Dimitris Panokostas
81c0f83641 Code formatting
Harmonized code formatting for better readability
2016-09-01 13:53:43 +02:00
Dimitris Panokostas
427c08f137 Update README.md 2016-09-01 11:49:45 +02:00
Dimitris Panokostas
efb894781e Code cleanup
Reformatted code for improved readability. Fixed type casting. Selective
merge from uae4arm (android)
2016-09-01 00:02:17 +02:00
Dimitris Panokostas
89aaed4a53 Support for LEDs 2016-08-29 20:08:05 +02:00
Dimitris Panokostas
b7c425cdbf Merge remote-tracking branch 'refs/remotes/Chips-fr/master' 2016-08-28 20:36:52 +02:00
Dimitris Panokostas
45d181297c updated makefile
Added missing slash in the default kickstarts path
2016-08-27 22:47:33 +02:00
Dimitris Panokostas
4287ecea8c Modified CPU_FLAGS for RPi3 and RPi2 targets
Added optimal FPU option for Pi 3, added -funsafe-math-optimizations for
NEON based processors.
2016-08-27 22:32:11 +02:00
Chips
b9ee4374ee Improve keyboard in gles and sdl. closes #27 2016-08-27 22:31:37 +02:00
Chips
aeb4086957 Temporary comment some lines in order to retrieve JIT Fastest performances 2016-08-27 22:16:22 +02:00
Chips
141ab9af8f Solve wrong key for numpad period 2016-08-27 21:10:59 +02:00
Chips
e669dd7f26 Enable joystick for gles and sdl platform. closes #26 2016-08-27 21:02:01 +02:00
Dimitris Panokostas
711c528d1f Fixed some issues in the Makefile
Fixed incorrect paths, removed unused include directories
2016-08-27 20:55:26 +02:00
Chips
975a634a38 Merge latest TomB version as of 22 August 2016 2016-08-27 20:39:53 +02:00
Chips
2d3da3d49e Add more picasso96 mode as Android 2016-08-27 12:46:23 +02:00
Dimitris Panokostas
1d37886ad2 Merge remote-tracking branch 'refs/remotes/Chips-fr/master' 2016-08-25 18:43:36 +02:00
Chips
b5be69f9cd Solve (partially ?) audio in picasso mode closes #25 2016-08-18 23:03:45 +02:00
Dimitris Panokostas
0988d3c1a1 Update README.md 2016-08-16 21:17:04 +02:00
Dimitris Panokostas
1ea9fc761b Update README.md 2016-08-16 13:21:15 +02:00
Dimitris Panokostas
beabcf0dd3 Update README.md 2016-08-16 13:20:56 +02:00
Dimitris Panokostas
d14a967659 Update README.md 2016-08-16 13:20:16 +02:00
Dimitris Panokostas
db0a993694 Update README.md 2016-08-11 18:45:50 +02:00
Dimitris Panokostas
20b4038981 Added fixes for FD and HD Leds 2016-08-11 13:59:51 +02:00
Dimitris Panokostas
0b6e8418c4 Makefile updated
Added support for Raspberry Pi 3 CPU, default build platform set to rpi3
2016-08-11 13:31:22 +02:00
Chips
197952035d Integrate back the reset using keyboard (ctrl + left amiga + right amiga) 2016-08-05 19:24:16 +02:00
Chips
4df17bee36 Add usage. IWH 100 \o/. Closes #11 2016-08-05 14:45:24 +02:00
Chips
5b8db5889f Correctly stop audio and enable audio setting change 2016-08-02 14:50:23 +02:00
Chips
1a9cab3bb5 Correction for backspace closes #20 2016-08-01 19:39:13 +02:00
Chips
1472101b95 Solve keyboard non working in gles and sdl project 2016-08-01 18:58:01 +02:00
Chips
ea6b2f11f0 Solve crash of rpi1 binary at startup 2016-08-01 10:14:17 +02:00
Chips
0021565238 Solve compilation issue in gles platform 2016-07-31 23:27:47 +02:00
Chips
aa38eccda8 try to solve common buffer audio issue. Bis 2016-07-31 19:42:14 +02:00
Chips
f267bd25f6 try to solve common buffer audio issue 2016-07-28 23:08:12 +02:00
Chips
8813f4a8b1 clean old key for menu variables 2016-07-28 13:29:44 +02:00
Chips
774eb3ca91 Increase size of joystick selection in panel 2016-07-26 17:49:19 +02:00
Chips
20e90db51d Support multiple joystick + joystick selection in each port 2016-07-26 16:12:13 +02:00
Chips
50cdbeb68b Solve keyboard mapping in console mode 2016-07-26 08:55:41 +02:00
Chips
6c71d806f5 Add support for one USB joystick 2016-07-24 12:38:03 +02:00
Chips
7ca9d64fe9 Merge keyboard improvement in latest inputevents management 2016-07-21 23:13:59 +02:00
Chips
999e4abf73 Solve audio issue by never re-init buffer 2016-07-20 23:44:19 +02:00
Chips
37c650849d Solve JIT crash by setting O2 to the crashing function 2016-07-10 21:36:26 +02:00
Chips
01740246dd Merge latest TomB version as of 10 July 2016 2016-07-10 18:01:00 +02:00
Chips
6a8fc51848 Solve rpi1 compilation issue 2016-07-10 17:03:59 +02:00
Chips
c7db909caf Merge latest TomB version as of 8 July 2016 2016-07-10 13:48:11 +02:00