Add the MIP a68k module that was never released from the unreleased PSP port manto and I did years ago. Totally useless for anything else but still quite interesting if you wanted to learn about porting from x86 to MIPS.

This commit is contained in:
tmaul 2012-01-01 17:19:07 +00:00
parent cc724dbb1d
commit 00e09a1b96
4 changed files with 100101 additions and 0 deletions

73628
src/cpu/a68k/mips/a68k.s Normal file

File diff suppressed because it is too large Load Diff

18988
src/cpu/a68k/mips/a68ktbl.inc Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,3 @@
cl /nologo /Og /Oi /Ot /Oy /Ob2 /G6 /GF /Gy /GL /Gr /Zc:forScope /ML /Fp$(IntDir)\generated\ /DNDEBUG=1 /DINLINE="__inline static" /DWIN32 /DFASTCALL fba_make68k.c /link /NOLOGO /INCREMENTAL:NO /MACHINE:X86 /LIBPATH:"$(VCInstallDir)lib\" /NODEFAULTLIB:libcd.lib /NODEFAULTLIB:libcmt.lib /NODEFAULTLIB:libcmtd.lib /NODEFAULTLIB:libcp.lib /NODEFAULTLIB:libcpd.lib /NODEFAULTLIB:libcpmt.lib /NODEFAULTLIB:libcpmtd.lib /LTCG:STATUS /SUBSYSTEM:CONSOLE
fba_make68k a68k.s a68ktbl.inc

File diff suppressed because it is too large Load Diff