flycast/core/README.md

16 lines
613 B
Markdown
Raw Normal View History

2018-10-30 01:26:55 +00:00
# core/libdreamcast
2013-12-19 17:10:14 +00:00
===========
2018-10-30 01:26:55 +00:00
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)