From 1d6e5c813516a162b2b25053657b259ff8d77b54 Mon Sep 17 00:00:00 2001 From: uvok Date: Mon, 19 Jan 2026 18:29:40 +0100 Subject: eater,sim: Make decoder state actually public-flar --- eater_cpu/cpp/simpc_term.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eater_cpu/cpp/simpc_term.cpp') diff --git a/eater_cpu/cpp/simpc_term.cpp b/eater_cpu/cpp/simpc_term.cpp index 601a8cd..818389f 100644 --- a/eater_cpu/cpp/simpc_term.cpp +++ b/eater_cpu/cpp/simpc_term.cpp @@ -44,7 +44,7 @@ void simpc_ui_write(const std::unique_ptr &topp, uint64_t i) { PRINT_ME(3, NCUR_X, "CLK1: %4d\tState: 0x%02X\tHLT: %d", topp->clk_in, - topp->eater_computer->__PVT__decoder__DOT__internal_state, + topp->eater_computer->decoder__DOT__internal_state, halt); PRINT_ME(4, NCUR_X, "BUS: %02X\tPC: @0x%02X\tINS: 0x%02X", -- cgit v1.2.3