mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-16 18:30:32 +00:00
Fix PEI stack usage.
This commit is contained in:
parent
a02b8222fa
commit
e52d1866ab
@ -718,8 +718,8 @@ struct CPU::WDC65816::ProcessorStorageConstructor {
|
||||
|
||||
target(CycleFetchIncrementData); // AAL.
|
||||
target(CycleFetchData); // AAH.
|
||||
target(CyclePush); // AAH.
|
||||
target(CyclePush); // AAL.
|
||||
target(CyclePushNotEmulation); // AAH.
|
||||
target(CyclePushNotEmulation); // AAL.
|
||||
}
|
||||
|
||||
// 22f. Stack; s, PER.
|
||||
|
Loading…
x
Reference in New Issue
Block a user