1
0
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:
Thomas Harte 2022-05-02 08:40:47 -04:00
parent 14532867a4
commit fa49737538

View File

@ -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> {