bsnes/nall
Tim Allen da7d9f2662 Initial commit of bgameboy v000.
The source tarball also included empty obj/ and out/ directories which
git does not support.

byuu says:

Project started, so basically everything is new.

It's basically a rough skeleton that mimics bsnes project structure.
Eventually the src/gameboy folder will be copied into bsnes-official and
used by the chip/supergameboy core.
The middleware layer (supergameboy/interface) will be merged into a new
chip/icd2 folder that will represent direct Super Game Boy emulation in
the future.
At least, if all goes according to plan.

There is a simple GUI that can load ROMs, but do nothing after it. It's
not hooked up to ruby yet.
There is a basic system class and interface to expose the
video/audio/input functions.
There is a basic memory bus that doesn't support any MBCs yet.
There is a CPU skeleton that only handles easy read/write access to the
CPU registers (AF is a really fucked up register.)
The core is not hooked up to libco yet, but I intend for it to be, so
that I can run the CPU + LCD how I like.
If it turns out the LCD+audio is easily enslavable, then I'll probably
drop libco and just run it like a regular emulator, using a thread
wrapper around it in bsnes only. We'll see.

The CPU doesn't actually support any opcodes, and loading a ROM won't
actually execute anything.
2010-12-28 12:53:15 +11:00
..
snes Initial commit of bgameboy v000. 2010-12-28 12:53:15 +11:00
string Initial commit of bgameboy v000. 2010-12-28 12:53:15 +11:00
Makefile Initial commit of bgameboy v000. 2010-12-28 12:53:15 +11:00
algorithm.hpp Initial commit of bgameboy v000. 2010-12-28 12:53:15 +11:00
any.hpp Initial commit of bgameboy v000. 2010-12-28 12:53:15 +11:00
array.hpp Initial commit of bgameboy v000. 2010-12-28 12:53:15 +11:00
base64.hpp Initial commit of bgameboy v000. 2010-12-28 12:53:15 +11:00
bit.hpp Initial commit of bgameboy v000. 2010-12-28 12:53:15 +11:00
concept.hpp Initial commit of bgameboy v000. 2010-12-28 12:53:15 +11:00
config.hpp Initial commit of bgameboy v000. 2010-12-28 12:53:15 +11:00
crc32.hpp Initial commit of bgameboy v000. 2010-12-28 12:53:15 +11:00
detect.hpp Initial commit of bgameboy v000. 2010-12-28 12:53:15 +11:00
dictionary.hpp Initial commit of bgameboy v000. 2010-12-28 12:53:15 +11:00
directory.hpp Initial commit of bgameboy v000. 2010-12-28 12:53:15 +11:00
dl.hpp Initial commit of bgameboy v000. 2010-12-28 12:53:15 +11:00
endian.hpp Initial commit of bgameboy v000. 2010-12-28 12:53:15 +11:00
file.hpp Initial commit of bgameboy v000. 2010-12-28 12:53:15 +11:00
filemap.hpp Initial commit of bgameboy v000. 2010-12-28 12:53:15 +11:00
foreach.hpp Initial commit of bgameboy v000. 2010-12-28 12:53:15 +11:00
function.hpp Initial commit of bgameboy v000. 2010-12-28 12:53:15 +11:00
input.hpp Initial commit of bgameboy v000. 2010-12-28 12:53:15 +11:00
lzss.hpp Initial commit of bgameboy v000. 2010-12-28 12:53:15 +11:00
moduloarray.hpp Initial commit of bgameboy v000. 2010-12-28 12:53:15 +11:00
platform.hpp Initial commit of bgameboy v000. 2010-12-28 12:53:15 +11:00
priorityqueue.hpp Initial commit of bgameboy v000. 2010-12-28 12:53:15 +11:00
property.hpp Initial commit of bgameboy v000. 2010-12-28 12:53:15 +11:00
random.hpp Initial commit of bgameboy v000. 2010-12-28 12:53:15 +11:00
serial.hpp Initial commit of bgameboy v000. 2010-12-28 12:53:15 +11:00
serializer.hpp Initial commit of bgameboy v000. 2010-12-28 12:53:15 +11:00
sha256.hpp Initial commit of bgameboy v000. 2010-12-28 12:53:15 +11:00
sort.hpp Initial commit of bgameboy v000. 2010-12-28 12:53:15 +11:00
static.hpp Initial commit of bgameboy v000. 2010-12-28 12:53:15 +11:00
stdint.hpp Initial commit of bgameboy v000. 2010-12-28 12:53:15 +11:00
string.hpp Initial commit of bgameboy v000. 2010-12-28 12:53:15 +11:00
ups.hpp Initial commit of bgameboy v000. 2010-12-28 12:53:15 +11:00
utf8.hpp Initial commit of bgameboy v000. 2010-12-28 12:53:15 +11:00
utility.hpp Initial commit of bgameboy v000. 2010-12-28 12:53:15 +11:00
varint.hpp Initial commit of bgameboy v000. 2010-12-28 12:53:15 +11:00
vector.hpp Initial commit of bgameboy v000. 2010-12-28 12:53:15 +11:00