mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-04-11 14:37:25 +00:00
6809: Correct reset vector handling
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
This commit is contained in:
parent
5ddbd8a5e8
commit
0609ec1364
@ -51,7 +51,7 @@ void EightBit::mc6809::handleHALT() {
|
||||
|
||||
void EightBit::mc6809::handleRESET() {
|
||||
BigEndianProcessor::handleRESET();
|
||||
memoryRead({ 0xff, RESETvector });
|
||||
memoryRead({ RESETvector, 0xff });
|
||||
raiseNMI();
|
||||
lowerBA();
|
||||
raiseBS();
|
||||
|
Loading…
x
Reference in New Issue
Block a user