flycast/core/README.md

16 lines
616 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:
2018-11-01 09:33:23 +00:00
- hw -- DC Hardware Components Implementation
- nullDC.cpp -- NullDC, thy mighty child (also referenced as "debugger")
2018-10-30 01:26:55 +00:00
- emitter -- Cookie machine
- khronos -- Vulkan stuff
- oslib -- Codebase abstraction effort
2018-11-01 09:33:23 +00:00
- cfg -- Configuration backend structure
2018-10-30 01:26:55 +00:00
- reios -- (Our)Implementation of the DreamCast BIOS (Not functional)
- deps -- External C libraries (hackish, hand-written versions)