Skip to content

Commit

Permalink
[#211]
Browse files Browse the repository at this point in the history
Nicht benoetigter Code in Floppy1541 entfernt.
  • Loading branch information
ThKattanek committed Aug 20, 2021
1 parent 06ee829 commit 143210d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
5 changes: 1 addition & 4 deletions src/floppy1541_class.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// Dieser Sourcecode ist Copyright geschützt! //
// Geistiges Eigentum von Th.Kattanek //
// //
// Letzte Änderung am 29.06.2021 //
// Letzte Änderung am 20.08.2021 //
// www.emu64.de //
// //
//////////////////////////////////////////////////
Expand Down Expand Up @@ -787,9 +787,6 @@ bool Floppy1541::OneCycle()

if(via2->GetIO_Zero()&4) cpu->SET_SR_BIT6();

if((VIA1_IRQ == true) || (VIA2_IRQ == true)) IRQ = true;
else IRQ = false;

cpu->Phi1();

if(!*RESET)
Expand Down
6 changes: 1 addition & 5 deletions src/floppy1541_class.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// Dieser Sourcecode ist Copyright geschützt! //
// Geistiges Eigentum von Th.Kattanek //
// //
// Letzte Änderung am 29.06.2021 //
// Letzte Änderung am 20.08.2021 //
// www.emu64.de //
// //
//////////////////////////////////////////////////
Expand Down Expand Up @@ -142,10 +142,6 @@ class Floppy1541
uint8_t RAM[0x800]; // 2KB
uint8_t ROM[0x4000]; // 16KB

bool VIA1_IRQ;
bool VIA2_IRQ;
bool IRQ;

int CycleCounter;

MOS6502 *cpu;
Expand Down

0 comments on commit 143210d

Please sign in to comment.