]> git.sesse.net Git - pistorm/commit
first commit
authorClaude <claude.schwarz@gmail.com>
Sat, 31 Oct 2020 08:26:56 +0000 (09:26 +0100)
committerClaude <claude.schwarz@gmail.com>
Sat, 31 Oct 2020 08:26:56 +0000 (09:26 +0100)
commite2f86a9c1a5c7a039831289f730a01eb7140402b
tree31b7608354ff700e848453d6023266cd4924af56
first commit
21 files changed:
Makefile [new file with mode: 0644]
README.md [new file with mode: 0644]
emulator.c [new file with mode: 0644]
m68k.h [new file with mode: 0644]
m68k_in.c [new file with mode: 0644]
m68kconf.h [new file with mode: 0644]
m68kcpu.c [new file with mode: 0644]
m68kcpu.h [new file with mode: 0644]
m68kdasm.c [new file with mode: 0644]
m68kfpu.c [new file with mode: 0644]
m68kmake.c [new file with mode: 0644]
m68kmmu.h [new file with mode: 0644]
main.h [new file with mode: 0644]
run.sh [new file with mode: 0755]
softfloat/README.txt [new file with mode: 0644]
softfloat/mamesf.h [new file with mode: 0644]
softfloat/milieu.h [new file with mode: 0644]
softfloat/softfloat-macros [new file with mode: 0644]
softfloat/softfloat-specialize [new file with mode: 0644]
softfloat/softfloat.c [new file with mode: 0644]
softfloat/softfloat.h [new file with mode: 0644]