Skip to content

Commit

Permalink
no longer used
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertvanheusden committed Jun 26, 2024
1 parent f789666 commit 5e2c8a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ 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 5e2c8a7

Please sign in to comment.