mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2026-03-13 18:16:29 +00:00
Simplification of M6502 flag set/reset code
This commit is contained in:
@@ -13,8 +13,8 @@ EightBit::Processor::Processor(const Processor& rhs)
|
||||
PC() = rhs.PC();
|
||||
}
|
||||
|
||||
DEFINE_PIN_LEVEL_CHANGERS(RESET, Processor);
|
||||
DEFINE_PIN_LEVEL_CHANGERS(INT, Processor);
|
||||
DEFINE_PIN_LEVEL_CHANGERS(RESET, Processor)
|
||||
DEFINE_PIN_LEVEL_CHANGERS(INT, Processor)
|
||||
|
||||
void EightBit::Processor::handleRESET() noexcept {
|
||||
raiseRESET();
|
||||
|
||||
Reference in New Issue
Block a user