Commit graph

2051 commits

Author SHA1 Message Date
Dimitris Panokostas
ddf39f46fc Fixes in makefile 2016-09-06 22:38:54 +02:00
Dimitris Panokostas
9c52ca926f Added missing CPU_FLAGS variable 2016-09-06 21:56:51 +02:00
Dimitris Panokostas
3446d72224 Fix missing compiler flags
DEFS was not passed to the compiler, fixed
2016-09-06 21:43:21 +02:00
Dimitris Panokostas
be3ee48b8f Added SDL keyboard events
Added keyboard events from Android port
2016-09-06 15:32:08 +02:00
Dimitris Panokostas
f34ca388e8 Code formatting 2016-09-06 14:52:17 +02:00
Dimitris Panokostas
9d4ccc92d0 Cleaned up empty spaces 2016-09-06 13:38:29 +02:00
Dimitris Panokostas
d4f90a8237 Update Makefile
Added non-neon helper object, removed Picasso96 variable (no longer needed as it's enabled by default on all platforms now)
2016-09-06 13:31:02 +02:00
Dimitris Panokostas
bfab3df7a0 Update README.md 2016-09-06 10:33:03 +02:00
Dimitris Panokostas
9e925de0d2 Add read & execute to all files in hdd directory 2016-09-06 10:23:33 +02:00
Dimitris Panokostas
9819e8a52c Fixed bug when quitting while in Desktop
Fixed Bug which caused a black screen when quitting the emulator, if it
was launched from a Desktop (e.g. LXDE) environment. Also removed extra
unnecessary gui events (Pandora specific).
2016-09-05 22:56:49 +02:00
Dimitris Panokostas
ed4dc05dce Added datestamp for version
Modified startup version information to show datestamp of build. It now
also indicates that it's a different version (Amiberry optimized)
2016-09-05 00:38:13 +02:00
Dimitris Panokostas
063dc07a72 Fixed bug "RSHIFT+s causes crash"
Removed Pandora shortcuts which caused crashes, enabled Picasso96 by
default for all versions now (does not have to be explicitely specified
in the compiled flags anymore)
2016-09-05 00:11:39 +02:00
Dimitris Panokostas
404a91e8d5 Update README.md 2016-09-03 16:54:13 +02:00
Dimitris Panokostas
7fa3bfd789 Merge remote-tracking branch 'refs/remotes/Chips-fr/master' 2016-09-03 16:41:33 +02:00
Dimitris Panokostas
be2014b211 Renamed functions
Renamed helper functions so that they work in all architectures now
(including Pi Zero)
2016-09-03 16:31:58 +02:00
Dimitris Panokostas
9bbe91e0fc Added helper file compatible with Pi Zero 2016-09-03 15:10:31 +02:00
Dimitris Panokostas
1eff849ac6 Minor cleanup 2016-09-03 14:33:32 +02:00
Chips
68a20a1be6 Add six axis workaround 2016-09-02 23:52:51 +02:00
Dimitris Panokostas
834bbc2e23 Added startup message 2016-09-02 23:23:51 +02:00
Dimitris Panokostas
89e08d6a97 Changes for Pi 1/Pi Zero 2016-09-02 23:16:52 +02:00
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