aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-15DREAMWEB: removed unused fileVladimir Menshakov
2011-06-15DREAMWEB: regenerated sourcesVladimir Menshakov
2011-06-15DREAMWEB: cut rendering box to the screen sizeVladimir Menshakov
2011-06-15DREAMWEB: Notice when the user presses ESC.eriktorbjorn
Unfortunately, skipping the intro does not work because of a stack underrun. I have no idea what's wrong.
2011-06-15DREAMWEB: commented out noisy debugVladimir Menshakov
2011-06-15DREAMWEB: fixed fades and palette settingVladimir Menshakov
2011-06-15DREAMWEB: Make it easier to quit (albeit not yet very gracefully)eriktorbjorn
2011-06-15DREAMWEB: moved palette fixes into set/getPaletteVladimir Menshakov
2011-06-15DREAMWEB: increased vga frequency to 70Hz, fixed data segmentsVladimir Menshakov
2011-06-15DREAMWEB: replace pitch with kScreenwidthVladimir Menshakov
2011-06-15DREAMWEB: added assertionVladimir Menshakov
2011-06-15DREAMWEB: Cleaned up the PCX decoder slightlyeriktorbjorn
2011-06-15DREAMWEB: removed dummy video segment, blacklisted video-related functions.Vladimir Menshakov
2011-06-15DREAMWEB: fixed rep prefixVladimir Menshakov
2011-06-15DREAMWEB: The PCX decode works now.eriktorbjorn
There will be cleanups, and quite possibly a complete rewrite, later. For now, this is encouraging enough. (The image looks wrong, but that's because something else draws over it almost immediately.) It currently cheats and sets the palette, where the original seems to just store it in a buffer. I don't know where this should be done.
2011-06-15DREAMWEB: Fix typoeriktorbjorn
2011-06-15DREAMWEB: fixed typo in multidumpVladimir Menshakov
2011-06-15DREAMWEB: fixed invalid memcpysVladimir Menshakov
2011-06-15DREAMWEB: added keyboard handlingVladimir Menshakov
2011-06-15DREAMWEB: added forgotten updateScreen()Vladimir Menshakov
2011-06-15DREAMWEB: added setPalette instead of showgroup + framenmVladimir Menshakov
2011-06-15DREAMWEB: implemented multiXXX vga functionsVladimir Menshakov
2011-06-15DREAMWEB: blacklisted vga blitting functionsVladimir Menshakov
2011-06-15DREAMWEB: asserted invalid callsVladimir Menshakov
2011-06-15DREAMWEB: regenerating sourceVladimir Menshakov
2011-06-15DREAMWEB: removed hardcoded constantVladimir Menshakov
2011-06-15DREAMWEB: added 'equ' const to public headerVladimir Menshakov
2011-06-15DREAMWEB: fixed CF for neg instructionVladimir Menshakov
2011-06-15DREAMWEB: replaced movsw with 2*movsbVladimir Menshakov
2011-06-15DREAMWEB: added fadedosVladimir Menshakov
2011-06-15DREAMWEB: output equ values in logVladimir Menshakov
2011-06-15DREAMWEB: fixed memory deallocationVladimir Menshakov
2011-06-15DREAMWEB: fixed invalid register parts updateVladimir Menshakov
2011-06-15DREAMWEB: added names instead of offsets for variablesVladimir Menshakov
2011-06-15DREAMWEB: fixed loadsegVladimir Menshakov
2011-06-15DREAMWEB: fixed missing explicit segment specification. added verbose data ↵Vladimir Menshakov
dump to the generator
2011-06-15DREAMWEB: added assertion in pop()Vladimir Menshakov
2011-06-15DREAMWEB: removed generated codeVladimir Menshakov
2011-06-15DREAMWEB: removed static from functions for now (allowing external usage)Vladimir Menshakov
2011-06-15DREAMWEB: First attempt at unstubbing showpcx()Torbjörn Andersson
This is untested and incomplete, but I'm too tired to do an more with it tonight, and it doesn't seem to cause any catastrophic failures. Yet.
2011-06-15DREAMWEB: removed noisy palette logVladimir
2011-06-15DREAMWEB: fixed of flag handlingVladimir
2011-06-15DREAMWEB: fixed hardcoded offsetsVladimir
2011-06-15DREAMWEB: Adjusted mode640x480 slightlyTorbjörn Andersson
I can't imagine it makes any diffrence, but I guess this function should set these registers just in case...
2011-06-15DREAMWEB: fixed bogus logsVladimir
2011-06-15DREAMWEB: implemented loadsegVladimir
2011-06-15DREAMWEB: fixed loadfromfileVladimir
2011-06-15DREAMWEB: fixed OF flag handlingVladimir
2011-06-15DREAMWEB: fixed g/l/ge/le flagsVladimir
2011-06-15DREAMWEB: cleared overflow flag on logic instructionsVladimir