redquark-amiberry-rb/src
2019-02-07 23:38:38 +01:00
..
archivers Restored _WIN32 define check 2019-01-11 13:24:00 +01:00
caps Code cleanup (#393) 2018-12-23 15:34:53 +01:00
include Implemented Emulation Pause handling - Fixes #414 2019-02-07 23:38:38 +01:00
jit Fixed compemu_fpp and compemu_support after cleanup 2018-12-23 16:57:22 +01:00
machdep Added initial support for PSVita/PSTV and Switch (WIP) 2019-01-06 13:16:16 +01:00
osdep hardfile updates from WinUAE 2019-01-16 00:00:15 +01:00
sounddep Code cleanup (#393) 2018-12-23 15:34:53 +01:00
threaddep Code cleanup, simplification and modernization 2017-12-26 14:04:41 +01:00
akiko.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
aks.def Added more Event definitions and updated handling to match WinUAE 2018-01-04 00:27:17 +01:00
ar.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
aros.rom.cpp WIP - merge from Pandora's port 2017-09-18 10:41:47 +02:00
audio.cpp Fixed audio.cpp missing math include, modernized code 2018-12-23 16:04:05 +01:00
autoconf.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
blitfunc.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
blittable.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
blitter.cpp hardfile updates from WinUAE 2019-01-16 00:00:15 +01:00
blkdev.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
blkdev_cdimage.cpp Main play loop may never be entered in some situations, make sure cdda_pos is set. 2019-01-15 23:14:19 +01:00
bsdsocket.cpp Implement missing SBTC_RELEASESTRPTR 2019-01-15 22:48:53 +01:00
calc.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
cd32_fmv.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
cd32_fmv_genlock.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
cdrom.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
cfgfile.cpp Simplified type definitions, reversed cfgfile changes 2019-01-07 20:04:05 +01:00
cia.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
cpudefs.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
cpuemu_0.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
cpuemu_4.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
cpuemu_11.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
cpuemu_40.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
cpuemu_44.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
cpustbl.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
crc32.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
custom.cpp Fixed #407 2019-01-12 17:39:42 +01:00
def_icons.cpp WIP - merge from Pandora's port 2017-09-18 10:41:47 +02:00
devices.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
disk.cpp Don't use _timezone if compiling for PSTV 2019-01-06 16:13:07 +01:00
diskutil.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
dlopen.cpp Don't include header twice 2019-01-06 16:11:13 +01:00
drawing.cpp Fixed #407 2019-01-12 17:39:42 +01:00
events.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
expansion.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
fdi2raw.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
filesys Synced most files with latest uae4arm sources (2017-09-22) 2017-09-27 00:15:50 +02:00
filesys.asm Updated filesys.asm and filesys_bootrom from latest WinUAE sources 2018-12-05 22:51:40 +01:00
filesys.cpp Implemented Emulation Pause handling - Fixes #414 2019-02-07 23:38:38 +01:00
filesys.sh Code cleanup (#393) 2018-12-23 15:34:53 +01:00
filesys_bootrom.cpp.in Code cleanup (#393) 2018-12-23 15:34:53 +01:00
flashrom.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
fpp.cpp Make sure possible new FPU type is selected at reset. 2019-01-15 23:19:59 +01:00
fpp_native.cpp.in Code cleanup (#393) 2018-12-23 15:34:53 +01:00
fsdb.cpp Restored _WIN32 define check 2019-01-11 13:24:00 +01:00
fsdb_unix.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
fsusage.cpp only include statvfs.h conditionally 2019-01-07 20:56:55 +01:00
gayle.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
gfxboard.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
gfxutil.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
hardfile.cpp hardfile updates from WinUAE 2019-01-16 00:00:15 +01:00
hrtmon.rom.cpp WIP - merge from Pandora's port 2017-09-18 10:41:47 +02:00
ide.cpp Replaced CFlag "WITH_LOGGING" with the "write_logfile" boolean option in the new "amiberry.conf" to enable logfile output without the need to recompile 2019-01-11 18:05:17 +01:00
inputdevice.cpp Implemented Emulation Pause handling - Fixes #414 2019-02-07 23:38:38 +01:00
inputevents.def Updated core from WinUAE 3.6.0 2018-01-20 18:14:12 +01:00
keybuf.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
linetoscr.cpp.in Code cleanup (#393) 2018-12-23 15:34:53 +01:00
main.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
memory.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
native2amiga.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
newcpu.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
newcpu_common.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
p96_blit.cpp.in Code cleanup (#393) 2018-12-23 15:34:53 +01:00
readcpu.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
rommgr.cpp Update rommgr.cpp 2019-02-07 11:36:54 +01:00
rtc.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
savestate.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
scsi.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
sinctable.cpp.in Code cleanup (#393) 2018-12-23 15:34:53 +01:00
statusline.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
traps.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
uaelib.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
uaeresource.cpp Code cleanup (#393) 2018-12-23 15:34:53 +01:00
zfile.cpp Restored _WIN32 define check 2019-01-11 13:24:00 +01:00
zfile_archive.cpp Restored _WIN32 define check 2019-01-11 13:24:00 +01:00