Add VGA draw hack
commit617834b6e1fb28bc5b9217dbfc6697020dfc42bf
authorIlari Liusvaara <ilari.liusvaara@elisanet.fi>
Sun, 7 Mar 2010 14:59:16 +0000 (7 16:59 +0200)
committerIlari Liusvaara <ilari.liusvaara@elisanet.fi>
Sun, 7 Mar 2010 14:59:58 +0000 (7 16:59 +0200)
tree19120f86031585fb4f2bfb3f2d8c1e2385df24e2
parent1e29a87f21f303cc33195dc11f822971f40c9141
Add VGA draw hack

This changes when parameter updating occurs from end of vretrace to
start of vretrace. Some games have jerky scrolling without it and some
with it (manifestation that VGA parameter updating is somehow incorrect).
Changelog.utf8
org/jpc/emulator/PC.java
org/jpc/emulator/pci/peripheral/VGACard.java
org/jpc/plugins/PCControl.java
org/jpc/plugins/PCRunner.java