mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-06 21:27:12 +00:00
Finishing the main and disabling the invalid opcode throw for now
This commit is contained in:
@@ -125,7 +125,7 @@ namespace ComSquare::APU
|
||||
//! @param data The new value of the register.
|
||||
//! @throw InvalidAddress will be thrown if the address is more than $FF (the number of register).
|
||||
void write(uint24_t addr, uint8_t data) override;
|
||||
bool update(unsigned cycles);
|
||||
void update(unsigned cycles);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user