update 0.7.0
This commit is contained in:
parent
0c5b018866
commit
61710309bd
6 changed files with 26 additions and 16 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue