flycast/core
Flyinghead 3d8b0df789 rec-x64: setpeq native impl. Fix imm mem write for byte and short
Optimize fneg, fabs and sub
Fix cvt_f2i
Fix fsca with imm arg
2019-06-18 13:16:42 +02:00
..
archive visual studio compatibility 2019-03-30 19:26:05 +01:00
arm_emitter core: Android studio fixes 2018-07-09 09:31:45 +02:00
cfg Merge branch 'fh/mymaster' into fh/master-merge 2019-03-25 16:47:47 +01:00
deps visual studio compatibility 2019-03-30 19:26:05 +01:00
emitter Merge branch 'fh/mymaster' into fh/master-merge 2019-03-25 16:47:47 +01:00
hw wrap aica ram to 8MB instead of only 2MB (dc) 2019-06-13 21:58:09 +02:00
imgread Fix small issues for mingw builds on Linux 2019-05-12 17:44:19 +02:00
input Use auto& to avoid copy when iterating. Inline mmu_Read/WriteMemNoEx 2019-06-08 13:04:35 +02:00
khronos android: use gl3w loader and EGL 2019-02-20 00:09:34 +01:00
linux dynarec: add negc and xtrct op codes 2019-05-26 13:30:05 +02:00
linux-dist Use auto& to avoid copy when iterating. Inline mmu_Read/WriteMemNoEx 2019-06-08 13:04:35 +02:00
nacl rumble support for xinput and evdev 2019-02-22 19:23:03 +01:00
oslib Standard functions for virtual mem alloc/protect/map/... 2019-05-22 11:41:12 +02:00
profiler Bind profiling in X11 to F10 2015-09-03 21:08:13 +02:00
rec-ARM Fix div matching: support 64-bit div and correct handling of negative 2019-06-13 18:27:21 +02:00
rec-ARM64 arm64: handle pref with imm arg. some refactoring 2019-06-10 14:35:27 +02:00
rec-cpp Merge remote-tracking branch 'origin/master' into fh/wince-dynarec 2019-05-22 14:13:00 +02:00
rec-x64 rec-x64: setpeq native impl. Fix imm mem write for byte and short 2019-06-18 13:16:42 +02:00
rec-x86 rec-x86: ssa support 2019-06-14 23:34:18 +02:00
reios fix warning 2019-03-26 18:23:16 +01:00
rend Use auto& to avoid copy when iterating. Inline mmu_Read/WriteMemNoEx 2019-06-08 13:04:35 +02:00
sdl Use auto& to avoid copy when iterating. Inline mmu_Read/WriteMemNoEx 2019-06-08 13:04:35 +02:00
webui Revert "Fix to windows OpenFile dialog #1238" 2018-08-28 13:38:11 -04:00
windows dynarec: add negc and xtrct op codes 2019-05-26 13:30:05 +02:00
.gitignore win32: add app icon and version resource 2019-03-30 12:32:37 +01:00
README.md Update README.md 2018-11-01 11:33:23 +02:00
build.h wince: clean up unused stuff 2019-05-22 15:15:53 +02:00
core.mk Add ENABLE_MODEM and rework makefiles to support it. 2019-04-27 12:05:13 +02:00
dispframe.cpp dispframe: initialize color clamping, for and palettes after loading 2018-12-13 09:37:11 +01:00
nullDC.cpp Fix div matching: support 64-bit div and correct handling of negative 2019-06-13 18:27:21 +02:00
serialize.cpp wince: revert prior serialize changes 2019-05-22 16:44:45 +02:00
stdclass.cpp OSX build fixes 2019-05-12 16:53:30 +02:00
stdclass.h Standard functions for virtual mem alloc/protect/map/... 2019-05-22 11:41:12 +02:00
types.h Merge remote-tracking branch 'origin/master' into fh/wince-dynarec 2019-05-22 14:13:00 +02:00
version.h.in CMake/Master working, tested on windows with Clang && MSC (x86,x64) 2019-04-12 16:59:39 -04:00

README.md

core/libdreamcast

===========

Here lies the core of our codebase. Everything that's OS inspecific rests here. ** Please check per directory README for more info **

Some rudimentary categories are:

  • hw -- DC Hardware Components Implementation
  • nullDC.cpp -- NullDC, thy mighty child (also referenced as "debugger")
  • emitter -- Cookie machine
  • khronos -- Vulkan stuff
  • oslib -- Codebase abstraction effort
  • cfg -- Configuration backend structure
  • reios -- (Our)Implementation of the DreamCast BIOS (Not functional)
  • deps -- External C libraries (hackish, hand-written versions)