aboutsummaryrefslogtreecommitdiff
path: root/simon/vga.cpp
AgeCommit message (Collapse)Author
2003-05-24More renamesTravis Howell
svn-id: r7884
2003-05-24A few function renamesTravis Howell
svn-id: r7883
2003-05-24Remove a few old asserts and xxx which was not neededTravis Howell
svn-id: r7880
2003-05-21pedantic warning fixesMax Horn
svn-id: r7794
2003-05-21Set midi vars to -1 by default to prevent simon2dos trying to load music ↵Travis Howell
during copy protection Correct vc_62 so it is closer to diasm. svn-id: r7780
2003-05-21fixed warningMax Horn
svn-id: r7779
2003-05-21More Simon music fixes.Jamieson Christian
svn-id: r7767
2003-05-21Renamed opcodes whose functions are now known.Jamieson Christian
Cleaned up unused script variables. Miscellaneous semantic changes. svn-id: r7763
2003-05-21More Simon music fixesJamieson Christian
svn-id: r7761
2003-05-21Various cleanup of Simon music codeJamieson Christian
svn-id: r7758
2003-05-20-1Travis Howell
svn-id: r7747
2003-05-20Minor midi change for Jamieson630Travis Howell
svn-id: r7737
2003-05-20vc_69 update from Jamieson630Travis Howell
svn-id: r7705
2003-05-19Correction from diasm.Travis Howell
svn-id: r7681
2003-05-19music_unk isn't needed in playmusic, it is always set to 999Travis Howell
svn-id: r7680
2003-05-19Minor correction to last commitTravis Howell
svn-id: r7679
2003-05-19Try and make some sense ot of simon 2 midi systemsTravis Howell
svn-id: r7678
2003-05-18Implemented new Simon MIDI module, switching from MidiStreamer to ↵Jamieson Christian
MidiParser. Restructuring enables XMIDI support and vc_72 implementation. Various cleanup on MidiParser's and MidiDriver's. svn-id: r7654
2003-03-09Remove old commented namesTravis Howell
svn-id: r6786
2003-03-07Remove vc_59_helperTravis Howell
Make t key work in simon2talkie/win only svn-id: r6739
2003-03-07some cleanupMax Horn
svn-id: r6734
2003-03-06updated copyrights headersPaweł Kołodziejski
svn-id: r6726
2003-03-06and more cleanup ....Paweł Kołodziejski
svn-id: r6720
2003-03-01change GameIDs to GameFeaturesOliver Kiehl
svn-id: r6654
2003-01-14Start for Simon 1 amiga cd32 version support, not working right yet.Travis Howell
svn-id: r6450
2003-01-04Fix crashes in simon2dos/talkie caused by my music changes awhile back.Travis Howell
svn-id: r6328
2003-01-03Add olki's patch for sound effects in simon1dosTravis Howell
Plus hack to allow choice between midi music and sound effects via 's' key svn-id: r6326
2002-12-22Remove the fixmeTravis Howell
svn-id: r6058
2002-12-22First attempt at proper simon 2 midi supportTravis Howell
Thanks to olki's previous work svn-id: r6056
2002-12-19Fix some comments and add missing variable changeTravis Howell
svn-id: r6027
2002-12-14Missed oneTravis Howell
svn-id: r5957
2002-12-14Remove commented code thats no longer needed.Travis Howell
svn-id: r5956
2002-12-08Correct error in last commitTravis Howell
svn-id: r5884
2002-12-08A few video opcode renamesTravis Howell
svn-id: r5883
2002-12-06Enable debug keys and warnings only if debug mode selected.Travis Howell
Fix fast mode svn-id: r5851
2002-12-01Change dump start vgascript into separate option again.Travis Howell
svn-id: r5769
2002-11-29phase 3Travis Howell
svn-id: r5751
2002-11-29phase twoTravis Howell
svn-id: r5742
2002-11-29Rename video opcodes phase oneTravis Howell
svn-id: r5741
2002-11-29Disable extra debug output again since it causes crashes when viewing debug ↵Travis Howell
output svn-id: r5739
2002-11-28Add work around to allow vc_65 to be enabledTravis Howell
svn-id: r5735
2002-11-28Add Named unknown variable in simon, patch #644907Travis Howell
svn-id: r5733
2002-11-24Missed a few disabled debugsTravis Howell
svn-id: r5711
2002-11-24The vc_62 warning should be for simon 2 onlyTravis Howell
svn-id: r5710
2002-11-24Disable/remove some warningsTravis Howell
Enable more debugging svn-id: r5709
2002-11-24Add back changes that were reverted by mistakeTravis Howell
svn-id: r5707
2002-11-24split simon soundOliver Kiehl
svn-id: r5706
2002-11-24Add vc_65 (commented out for now, since it requires another function)Travis Howell
Add warning to vc_62 where it should be playing music. svn-id: r5703
2002-11-20Main debug output can now be controlled by 'o' and 'v' keysTravis Howell
svn-id: r5631
2002-11-17added the ability to pause effects (s) and ambient sound (b)Oliver Kiehl
svn-id: r5593