mcpx: Minor cleanup

This commit is contained in:
Matt Borgerson
2025-06-03 19:36:08 -07:00
committed by mborgerson
parent 979499ffe5
commit 2f99d04730
-9
View File
@@ -87,17 +87,8 @@ typedef struct MCPXAPUState {
uint8_t *ram_ptr;
MemoryRegion mmio;
/* Setup Engine */
struct {
} se;
/* Voice Processor */
MCPXAPUVPState vp;
/* Global Processor */
MCPXAPUGPState gp;
/* Encode Processor */
MCPXAPUEPState ep;
uint32_t regs[0x20000];