mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-23 03:32:32 +00:00
Correct processor name.
This commit is contained in:
parent
14532867a4
commit
fa49737538
@ -56,8 +56,8 @@ struct State: public Reflection::StructImpl<State> {
|
|||||||
} inputs;
|
} inputs;
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
Contains internal state used by this particular implementation of a 6502. Most of it
|
Contains internal state used by this particular implementation of a 68000. Most of it
|
||||||
does not necessarily correlate with anything in a real 6502, and some of it very
|
does not necessarily correlate with anything in a real 68000, and some of it very
|
||||||
obviously doesn't.
|
obviously doesn't.
|
||||||
*/
|
*/
|
||||||
struct ExecutionState: public Reflection::StructImpl<ExecutionState> {
|
struct ExecutionState: public Reflection::StructImpl<ExecutionState> {
|
||||||
|
Loading…
Reference in New Issue
Block a user