Dimitris Panokostas
3c576b05b6
Fixed #317 : fixed CPU arch flags for Odroid C1 target
2018-05-07 15:17:11 +02:00
Dimitris Panokostas
b6734eb62b
#317 : Added support for Odroid-C1 in the Makefile, renamed SDL2-only targets for simplicity (Pine64 and Vero4K)
2018-05-06 00:00:17 +02:00
Dimitris Panokostas
1fcad51c59
Actually fix the P96 crash on XU4 (not just Vero)
2018-04-20 15:36:46 +02:00
Dimitris Panokostas
40f313ee28
Fixed P96 modes would crash on XU4
2018-04-20 15:13:21 +02:00
Dimitris Panokostas
89be4a153f
Fixed compiled binary names from being named "-dev"
2018-04-13 11:32:49 +02:00
Dimitris Panokostas
71c7bb3d80
Added Vero4K build support. ( #296 )
2018-04-03 11:33:40 +02:00
hissingshark
663e055b4a
Added Vero4K build support. ( #296 )
2018-04-03 11:26:07 +02:00
Dimitris Panokostas
9d899c43c3
Merge remote-tracking branch 'origin/dev' - updated to v2.18
2018-03-18 21:31:21 +01:00
Horace And The Spider
af82ad7833
WHDLoad Booter Direct within Amiberry ( #283 )
...
* WHDBooter Itegration
* Further WHDBoot development
* Clean-ups and beginning of kick-rom checking
* Loads matching .whd (database) config file from game-data folder, and .uae from /confs/ - start of host options
* Fixes problem with saving of equally-named config. Some Host options being set from hard-code variables. (WIP)
* Solution for host controller settings implemented
* Example Template files (not final versions)
* Game information (future database info) is imported from .whd file, .controls (customs) also loaded
* Tidies up auto-loading of existing .uae config
* Separates WHDLoad Booter into it's own module. `amiberry_whdbooter.cpp`
* Many options now implemented from .whd (cpu speed and memory to-do)
* Y offset, Memory , Clock Speed options added - all needed options now being implemented
* Compatibility settings now correctly read from XML file (or fall-back to individual game file) and are applied
* Custom controls now imported from XML.
* Hostconfig options and general near-completion of WHDBooter
* Final change and example XML file provided
2018-03-11 21:09:57 +01:00
Dimitris Panokostas
0edfea0ca0
Renamed guisan directory to fix Makefile refusing to build it
2018-02-25 16:35:36 +01:00
Dimitris Panokostas
460340c2aa
Moved guisan outside of src directory, updated Makefile and project references accordingly
2018-02-24 14:27:27 +01:00
Dimitris Panokostas
54fbbfafff
Android platform updates
2018-02-24 11:43:46 +01:00
Dimitris Panokostas
6d96fefd47
Updated to v2.14 from dev
2018-02-18 11:38:05 +01:00
Dimitris Panokostas
bd4819724c
Disabled known warnings
2018-02-16 20:17:18 +01:00
Dimitris Panokostas
2ed5859e5b
Implemented ROXL and DIVL for JIT
2018-02-16 14:29:48 +01:00
Dimitris Panokostas
e1940297d5
Merge remote-tracking branch 'origin/dev'
2018-02-11 16:09:01 +01:00
bspinner
9418331fd7
Activates render thread for target xu4 ( #243 )
2018-02-11 16:08:48 +01:00
Dimitris Panokostas
e49e33f9ae
v2.13: Merge remote-tracking branch 'origin/dev'
2018-02-11 15:43:58 +01:00
Dimitris Panokostas
1f65a9c85b
Added IPF support #130
2018-02-10 00:47:18 +01:00
Dimitris Panokostas
0480d9ed3c
Added missing compiler defines for Android targets
2018-02-08 00:45:37 +01:00
Dimitris Panokostas
fba61a387f
Makefile: added missing USE_SDLx define for Android platform, removed unused SDL1-XU4 target
2018-02-06 21:36:25 +01:00
Dimitris Panokostas
13c93449fe
Took away "-dev" from generated binaries
2018-02-04 21:10:32 +01:00
Dimitris Panokostas
af1b623660
Merge from dev to master
2018-02-04 21:02:03 +01:00
Dimitris Panokostas
1b7525ddc0
Added more FPU opcodes (further improves performance of JIT FPU), improved makefile profiler options
2018-02-03 01:30:57 +01:00
Dimitris Panokostas
9236793c45
Android target rename
2018-02-02 01:30:11 +01:00
bspinner
d1c3f3ff16
WIP: Odroid fix ( #223 )
...
* Adds binaries and rom.key to gitignore
* Adds HAVE_NEON to Makefile for xu4
* Makes project compilable again
* Adds -DMALI_GPU and makes it startable on xu4 again
2018-02-01 23:06:24 +01:00
Dimitris Panokostas
1d17d45c34
Minor cleanup in Makefile
2018-02-01 16:20:43 +01:00
Dimitris Panokostas
8948be9d18
Moved sanitize compiler options in a better location within the Makefile
2018-02-01 10:31:02 +01:00
Dimitris Panokostas
1fb959ff86
Removed non-existing reference for Android targets, moved copy of non-stripped binary within the right location and disabled it by default
2018-02-01 10:28:42 +01:00
Dimitris Panokostas
a8815b211e
Added JIT FPU, removed Softfloat option (too slow to be useful) - Thanks TomB!
2018-01-30 01:08:23 +01:00
Dimitris Panokostas
eacd21d1f9
Added workaround for Mouse Pointer not showing in GUI with Mali GPUs (e.g. Tinker board, OrangePi, etc.)
2018-01-28 23:08:19 +01:00
Dimitris Panokostas
e6b67c55fc
Added SDL2 mult-threaded rendering, enabled with relevant Define on target
2018-01-27 14:36:22 +01:00
Dimitris Panokostas
548cab148a
Added Android-sdl2 target in Makefile
2018-01-27 13:17:19 +01:00
Dimitris Panokostas
88bc3ea8f1
Added memory sanitize options
2018-01-25 21:21:56 +01:00
Dimitris Panokostas
ebec99b04c
Makefile cleanup: Clean now removes -debug copy also
2018-01-24 22:15:33 +01:00
Dimitris Panokostas
0244264995
Added missing HAVE_NEON variable for tinker target (used in the makefile only)
2018-01-24 00:54:56 +01:00
Dimitris Panokostas
9f3bcbacf9
Merge branch 'tinker' into dev
2018-01-23 20:24:37 +01:00
Dimitris Panokostas
99fa6db571
Makefile improvements for Tinkerboard and R7
2018-01-23 20:10:04 +01:00
Alynna Trypnotk
f99c6e9aa7
Makefile: When DEBUG set have special target for compemu_support that always omits frame pointers (avoid using register 7)
...
InGameMessage: If the GUI is not up yet, send message to the console instead of trying to display it and causing a segfault.
2018-01-23 18:45:20 +00:00
Dimitris Panokostas
3063bf913e
Added new target: ASUS Tinker Board
2018-01-22 21:14:39 +01:00
root
7fbfe92c20
Support for Asus Tinkerboard, other timing tweaks
2018-01-22 08:55:07 +00:00
Dimitris Panokostas
45546ce85b
Removed CXX flags from linking (not needed)
2018-01-20 23:48:10 +01:00
Dimitris Panokostas
2e9dd52819
Updated Makefile to detect changes in header files
2018-01-20 14:57:36 +01:00
Dimitris Panokostas
575b61a062
Added SDL2-Dispmanx targets for RPI2 and RPI1
2018-01-13 00:29:50 +01:00
Dimitris Panokostas
9baaf0ed1c
Fixed #77 : Picasso modes were broken on Pi 1/Zero. Cleaned up Makefile
2018-01-12 23:19:31 +01:00
Dimitris Panokostas
ff38ef1e3e
Removed "-mfloat-abi" option from Makefile (the compiler will pick the system default anyway)
2018-01-11 10:28:27 +01:00
Dimitris Panokostas
d7ac7b446c
Simplified some Makefile common flags
2018-01-04 21:03:10 +01:00
Dimitris Panokostas
a75aa6b953
Added GCC Profile option in Makefile
2018-01-04 16:13:21 +01:00
Dimitris Panokostas
d03ffe8495
Removed extra flags from Makefile
2018-01-02 16:42:26 +01:00
Dimitris Panokostas
c778b6f19b
Added new experimental target: SDL2 with DispManX
2017-12-30 01:37:52 +01:00