After a hefty load of hours without eating, movie replay/record is now ported to C, movies/states compatibility is finally restored, uic.c now has a real port of zstart, and video modes have now more room. Now gimme a kitten.

This commit is contained in:
grinvader
2005-02-19 22:11:38 +00:00
parent 7dfd9a321d
commit c4fee427ee
16 changed files with 1787 additions and 658 deletions

View File

@@ -31,7 +31,6 @@ source_files = Split("""
cpu/table.asm
cpu/tableb.asm
cpu/tablec.asm
cpu/zstate.c
dos/debug.asm
dos/joy.asm
dos/modemrtn.asm
@@ -91,6 +90,8 @@ source_files = Split("""
ui.asm
vcache.asm
version.c
zmovie.c
zstate.c
""")
linux_source_files = Split("""