earliest multi-chip support
no saving, no adding chips yet... only the beginning
This commit is contained in:
parent
7080434ed4
commit
06c7ac92a2
6 changed files with 129 additions and 97 deletions
|
|
@ -123,7 +123,6 @@ struct UndoStep {
|
|||
SelectionPoint cursor, selStart, selEnd;
|
||||
int order;
|
||||
bool nibble;
|
||||
DivSystem oldSystem, newSystem;
|
||||
int oldOrdersLen, newOrdersLen;
|
||||
int oldPatLen, newPatLen;
|
||||
std::vector<UndoOrderData> ord;
|
||||
|
|
@ -202,7 +201,6 @@ class FurnaceGUI {
|
|||
|
||||
ImVec2 patWindowPos, patWindowSize;
|
||||
|
||||
DivSystem oldSystem;
|
||||
int oldOrdersLen;
|
||||
DivOrders oldOrders;
|
||||
DivPattern* oldPat[128];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue