update 0.7.0

This commit is contained in:
Rupert Hausberger 2012-12-23 19:51:29 +01:00
commit 61710309bd
6 changed files with 26 additions and 16 deletions

View file

@ -1104,7 +1104,7 @@ function Disk() {
}
this.update_read_nothing = function(floppybits) {
//BUG.info('Disk.update_read_nothing() floppybits %d', floppybits);
BUG.info('Disk.update_read_nothing() floppybits %d', floppybits);
while (floppybits >= get_floppy_speed()) {
word <<= 1;
@ -1241,7 +1241,7 @@ function Disk() {
//BUG.info('Disk.doupdate_predict() startcycle %d', startcycle);
var finaleventcycle = AMIGA.events.maxhpos << 8;
var finaleventflag = 0;
for (var dr = 0; dr < MAX_FLOPPY_DRIVES; dr++) {
if (selected & (1 << dr))
continue;

View file

@ -93,7 +93,7 @@ function Events() {
for (var i = 0; i < EV2_MAX; i++)
this.eventtab2[i] = new Event2();
//this.eventtab[EV2_BLITTER].handler = function() { AMIGA.blitter.handler(); }
//this.eventtab[EV2_BLITTER].handler = function(data) { AMIGA.blitter.handler(data); }
//this.eventtab[EV2_DISK].handler = function(data) { AMIGA.disk.handler(data); }
BUG.info('Events.setup() set %d event2 handlers', EV2_MAX);