mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-08 20:14:53 +00:00
Adding a base class for a QT window
This commit is contained in:
+2
-2
@@ -84,9 +84,9 @@ namespace ComSquare::CPU
|
||||
bool i : 1;
|
||||
//! @brief The Decimal mode flag
|
||||
bool d : 1;
|
||||
//! @brief The indeX register width flag (in native mode only) OR the Break flag (in emulation mode only)
|
||||
//! @brief The indeX register _width flag (in native mode only) OR the Break flag (in emulation mode only)
|
||||
bool x_b : 1;
|
||||
//! @brief The accumulator and Memory width flag (in native mode only)
|
||||
//! @brief The accumulator and Memory _width flag (in native mode only)
|
||||
bool m : 1;
|
||||
//! @brief The oVerflow flag
|
||||
bool v : 1;
|
||||
|
||||
Reference in New Issue
Block a user