Skip to content

Commit

Permalink
Revert "no longer used"
Browse files Browse the repository at this point in the history
This reverts commit 5e2c8a7.
  • Loading branch information
folkertvanheusden committed Jun 26, 2024
1 parent 5bc0593 commit 5a156ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ class cpu
void init_interrupt_queue();
void queue_interrupt(const uint8_t level, const uint8_t vector);
std::map<uint8_t, std::set<uint8_t> > get_queued_interrupts() const { return queued_interrupts; }
std::optional<int> get_interrupt_delay_left() const { return trap_delay; }
bool check_if_interrupts_pending() const { return any_queued_interrupts; }

void trap(uint16_t vector, const int new_ipl = -1, const bool is_interrupt = false);
Expand Down

0 comments on commit 5a156ab

Please sign in to comment.