Skip to content

Commit

Permalink
I handle the case the software does not execute the code at address 0…
Browse files Browse the repository at this point in the history
…xE188.
  • Loading branch information
punesemu committed Jan 1, 2024
1 parent 842a483 commit 0dc0ec9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/mappers/mapper_FDS.c
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,8 @@ void extcl_cpu_every_cycle_FDS(BYTE nidx) {
fds.drive.end_of_head = 0x40;
fds.drive.disk_position = 0;
fds.drive.transfer_reset = FALSE;
// Bishoujo Alien Battle (Japan) (Unl).fds non esegue la routine a 0xE188
fds.auto_insert.in_game = TRUE;
if (fds.drive.motor_started) {
fds.drive.motor_on = FALSE;
fds.drive.motor_started = FALSE;
Expand Down

0 comments on commit 0dc0ec9

Please sign in to comment.