flycast/core
Flyinghead 1333d6f776 Remove TARGET_BOUNDED_EXECUTION. Build warnings and clean up 2019-07-28 17:37:04 +02:00
..
archive visual studio compatibility 2019-03-30 19:26:05 +01:00
arm_emitter compilation warnings 2019-07-12 17:53:17 +02:00
cfg Unify dreamcast, naomi and atomiswave builds WIP 2019-07-09 23:52:19 +02:00
deps Remove TARGET_BOUNDED_EXECUTION. Build warnings and clean up 2019-07-28 17:37:04 +02:00
emitter Remove TARGET_BOUNDED_EXECUTION. Build warnings and clean up 2019-07-28 17:37:04 +02:00
hw Remove TARGET_BOUNDED_EXECUTION. Build warnings and clean up 2019-07-28 17:37:04 +02:00
imgread fix reset hang on naomi 2019-07-10 17:25:11 +02:00
input audio: use new logging 2019-07-01 17:17:08 +02:00
khronos android: use gl3w loader and EGL 2019-02-20 00:09:34 +01:00
linux Remove TARGET_BOUNDED_EXECUTION. Build warnings and clean up 2019-07-28 17:37:04 +02:00
linux-dist Unify dreamcast, naomi and atomiswave builds WIP 2019-07-09 23:52:19 +02:00
log cfg,dynarecs,reios: use new logging 2019-07-01 18:23:10 +02:00
oslib win32 build fix 2019-07-01 22:45:11 +02:00
profiler Bind profiling in X11 to F10 2015-09-03 21:08:13 +02:00
rec-ARM android: build fix 2019-07-10 09:57:08 +02:00
rec-ARM64 cfg,dynarecs,reios: use new logging 2019-07-01 18:23:10 +02:00
rec-cpp Remove TARGET_BOUNDED_EXECUTION. Build warnings and clean up 2019-07-28 17:37:04 +02:00
rec-x64 cfg,dynarecs,reios: use new logging 2019-07-01 18:23:10 +02:00
rec-x86 rec-x86: ssa support 2019-06-14 23:34:18 +02:00
reios compilation warnings 2019-07-12 17:53:17 +02:00
rend Unprotect VRAM before switching system. Fix texture cache clean 2019-07-28 17:06:12 +02:00
sdl renderer,sdl: use new logging 2019-07-01 17:41:15 +02:00
windows Mirror writable aica ram to 8mb in 512mb vmem mode 2019-07-10 20:17:59 +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 get rid of DC_PLATFORM and build flavors 2019-07-11 19:55:03 +02:00
core.mk remove webui, libwebsocket 2019-07-07 23:40:13 +02:00
dispframe.cpp dispframe: initialize color clamping, for and palettes after loading 2018-12-13 09:37:11 +01:00
nullDC.cpp Unprotect VRAM before switching system. Fix texture cache clean 2019-07-28 17:06:12 +02:00
serialize.cpp Merge branch 'fh/unified' into fh/wince-dynarec 2019-07-13 12:50:19 +02:00
stdclass.cpp OSX: fix bios files path (now in /data/) 2019-07-24 18:24:58 +02:00
stdclass.h OSX: fix bios files path (now in /data/) 2019-07-24 18:24:58 +02:00
types.h get rid of DC_PLATFORM and build flavors 2019-07-11 19:55:03 +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)