----------------------------------------------------------------------------
| 589 | } |
| 590 | //---------------------------------------------------------------------------- |
| 591 | void iNesHeaderEditor_t::normSysClicked(bool checked) |
| 592 | { |
| 593 | ToggleVSSystemGroup(false); |
| 594 | ToggleExtendSystemList(false); |
| 595 | } |
| 596 | //---------------------------------------------------------------------------- |
| 597 | void iNesHeaderEditor_t::vsSysClicked(bool checked) |
| 598 | { |
nothing calls this directly
no test coverage detected