redquark-amiberry-rb/src
Dimitris Panokostas 9497f826da Move Dispmanx layers when using host-run
- When launching something with host-run, move the Amiga display Dispmanx layer to background
- When the focus is regained, bring the Amiga display layer back to the foreground
2020-07-07 16:28:34 +02:00
..
archivers Removed unused files 2019-03-24 18:45:34 +01:00
caps Removed unneeded define ANDROIDSDL (we can use ANDROID) 2019-10-18 19:14:03 +02:00
include Made Allow Host-Run an option 2020-07-06 01:59:49 +02:00
jit CPU improvements 2020-06-29 08:25:47 +02:00
machdep make sure the regs are defined for 64-bit CPUs also 2020-07-03 18:17:47 +02:00
osdep Move Dispmanx layers when using host-run 2020-07-07 16:28:34 +02:00
sounddep Revert "Updated sound to use the newer SDLAudioDevice functions" 2020-07-06 20:49:44 +02:00
threaddep minor refactoring in threads 2020-07-05 01:46:34 +02:00
akiko.cpp Improvements in akiko cleanup 2020-06-29 08:16:00 +02:00
aks.def Added more Event definitions and updated handling to match WinUAE 2018-01-04 00:27:17 +01:00
ar.cpp Action Replay - removed delay when triggering event 2020-06-29 08:24:41 +02:00
aros.rom.cpp Implemented traps system from WinUAE, more merges 2019-09-17 01:22:37 +02:00
audio.cpp Changed softfloat call in audio 2020-06-29 08:22:10 +02:00
autoconf.cpp Implemented shared clipboard functionality 2020-07-06 00:31:03 +02:00
blitfunc.cpp Merged latest WinUAE and uae4arm changes. Added 64-bit support. 2019-08-31 17:30:51 +02:00
blittable.cpp Merged latest WinUAE and uae4arm changes. Added 64-bit support. 2019-08-31 17:30:51 +02:00
blitter.cpp Minor Custom improvements 2020-07-02 21:19:01 +02:00
blkdev.cpp added ifdefs in blkdev 2020-06-19 23:11:28 +02:00
blkdev_cdimage.cpp Commented out unused function in blkdev_cdimage 2020-07-04 19:24:24 +02:00
bsdsocket.cpp Updated bsdsocket.library emulation 2020-06-25 11:29:48 +02:00
calc.cpp Merged latest WinUAE and uae4arm changes. Added 64-bit support. 2019-08-31 17:30:51 +02:00
cd32_fmv.cpp Android related fixes 2019-10-17 00:43:58 +02:00
cd32_fmv_genlock.cpp Merged latest WinUAE and uae4arm changes. Added 64-bit support. 2019-08-31 17:30:51 +02:00
cdrom.cpp Minor cleanup 2020-06-28 18:52:51 +02:00
cdtv.cpp Renamed addrbankp -> addrbank 2020-06-20 00:07:28 +02:00
cdtvcr.cpp Implemented CD support from WinUAE 2020-06-17 23:41:23 +02:00
cfgfile.cpp Fixed GUI would not accurately reflect CPU options 2020-07-05 15:04:22 +02:00
cia.cpp Implemented shared clipboard functionality 2020-07-06 00:31:03 +02:00
consolehook.cpp First implementation of consolehook 2020-07-02 22:27:32 +02:00
cpudefs.cpp CPU improvements 2020-06-29 08:25:47 +02:00
cpuemu_0.cpp CPU improvements 2020-06-29 08:25:47 +02:00
cpuemu_4.cpp CPU improvements 2020-06-29 08:25:47 +02:00
cpuemu_11.cpp CPU improvements 2020-06-29 08:25:47 +02:00
cpuemu_40.cpp CPU improvements 2020-06-29 08:25:47 +02:00
cpuemu_44.cpp CPU improvements 2020-06-29 08:25:47 +02:00
cpustbl.cpp CPU improvements 2020-06-29 08:25:47 +02:00
crc32.cpp Implemented CD support from WinUAE 2020-06-17 23:41:23 +02:00
custom.cpp Minor Custom improvements 2020-07-02 21:19:01 +02:00
def_icons.cpp Fix zfile stale/double freed file handle. 2020-06-07 00:21:39 +02:00
devices.cpp WIP: Implemented clipboard sharing functionality 2020-07-04 14:53:00 +02:00
disk.cpp Implemented CD support from WinUAE 2020-06-17 23:41:23 +02:00
diskutil.cpp Implemented CD support from WinUAE 2020-06-17 23:41:23 +02:00
dlopen.cpp Merged latest WinUAE and uae4arm changes. Added 64-bit support. 2019-08-31 17:30:51 +02:00
drawing.cpp Use sleep micros when waiting for render thread 2020-06-29 08:12:07 +02:00
events.cpp Implemented CD support from WinUAE 2020-06-17 23:41:23 +02:00
expansion.cpp Filesys updates 2020-07-04 14:00:38 +02:00
fdi2raw.cpp Merged latest WinUAE and uae4arm changes. Added 64-bit support. 2019-08-31 17:30:51 +02:00
filesys Updated filesys bootrom with more functions 2020-07-06 00:14:08 +02:00
filesys.asm Updated filesys bootrom with more functions 2020-07-06 00:14:08 +02:00
filesys.cpp Commented out unimplemented function 2020-07-06 00:52:51 +02:00
filesys.sh Code cleanup (#393) 2018-12-23 15:34:53 +01:00
filesys_bootrom.cpp.in Updated filesys bootrom with more functions 2020-07-06 00:14:08 +02:00
filesys_helpers.asm Added filesys_helpers.asm 2020-07-06 00:14:41 +02:00
flashrom.cpp Implemented some missing functions 2020-06-18 00:28:44 +02:00
fpp.cpp CPU improvements 2020-06-29 08:25:47 +02:00
fpp_native.cpp.in Minor cleanup 2020-06-28 18:52:51 +02:00
fsdb.cpp Implemented CD support from WinUAE 2020-06-17 23:41:23 +02:00
fsdb_unix.cpp Implemented CD support from WinUAE 2020-06-17 23:41:23 +02:00
fsusage.cpp Implemented CD support from WinUAE 2020-06-17 23:41:23 +02:00
gayle.cpp Updated hardfile code from latest WinUAE sources 2020-07-04 13:23:05 +02:00
gfxboard.cpp Merged latest WinUAE and uae4arm changes. Added 64-bit support. 2019-08-31 17:30:51 +02:00
gfxutil.cpp Updated gfxutil from WinUAE (but commented out the unused code) 2019-09-17 22:30:15 +02:00
hardfile.cpp Fixed compiler error, updated amiberry_hardfile 2020-07-04 13:39:25 +02:00
hrtmon.rom.cpp WIP - merge from Pandora's port 2017-09-18 10:41:47 +02:00
ide.cpp More ide and scsi updates 2020-07-04 14:28:20 +02:00
inputdevice.cpp WIP: Implemented clipboard sharing functionality 2020-07-04 14:53:00 +02:00
inputevents.def Merged latest WinUAE and uae4arm changes. Added 64-bit support. 2019-08-31 17:30:51 +02:00
isofs.cpp Implemented CD support from WinUAE 2020-06-17 23:41:23 +02:00
keybuf.cpp Implemented support for Pause Emulation function (mapped through custom controls) - fixes #414 2019-02-09 01:41:02 +01:00
linetoscr.cpp.in Removed Genlock support (we don't need it anyway) 2019-09-20 20:42:19 +02:00
main.cpp Fixed GUI would not accurately reflect CPU options 2020-07-05 15:04:22 +02:00
memory.cpp removed unused functions from memory 2020-07-04 19:21:34 +02:00
native2amiga.cpp Enabled Signal_with_Func 2020-06-20 00:02:48 +02:00
newcpu.cpp Added #ifdef for ARM-specific inline assembly 2020-07-04 11:38:28 +02:00
newcpu_common.cpp CPU improvements 2020-06-29 08:25:47 +02:00
p96_blit.cpp.in Code cleanup (#393) 2018-12-23 15:34:53 +01:00
readcpu.cpp CPU improvements 2020-06-29 08:25:47 +02:00
rommgr.cpp Changed function types i rommgr 2020-06-19 23:09:51 +02:00
rtc.cpp Merged latest WinUAE and uae4arm changes. Added 64-bit support. 2019-08-31 17:30:51 +02:00
savestate.cpp Restore akiko final when restoring savestate 2020-06-29 08:09:22 +02:00
scp.cpp Implemented support for SCP images #555 2019-12-14 13:17:13 +01:00
scsi.cpp More ide and scsi updates 2020-07-04 14:28:20 +02:00
scsiemul.cpp Added ifdefs in scsiemul 2020-06-19 23:08:43 +02:00
sinctable.cpp.in Code cleanup (#393) 2018-12-23 15:34:53 +01:00
statusline.cpp Implemented CD support from WinUAE 2020-06-17 23:41:23 +02:00
tabletlibrary.cpp Implemented tablet.library (WIP) 2020-07-04 14:49:56 +02:00
traps.cpp Implemented CD support from WinUAE 2020-06-17 23:41:23 +02:00
uaeexe.cpp Implemented uaeexe functionality 2020-07-04 14:40:19 +02:00
uaelib.cpp Comment out not-yet-ready case in emulib 2020-07-06 02:06:05 +02:00
uaeresource.cpp Implemented traps system from WinUAE, more merges 2019-09-17 01:22:37 +02:00
vm.cpp replaced uae_log with write_log in vm 2020-07-03 10:49:28 +02:00
zfile.cpp Fix zfile stale/double freed file handle. 2020-06-07 00:21:39 +02:00
zfile_archive.cpp Merged latest WinUAE and uae4arm changes. Added 64-bit support. 2019-08-31 17:30:51 +02:00