mcpx: Minor cleanup

This commit is contained in:
Matt Borgerson 2025-06-03 19:17:09 -07:00 committed by mborgerson
parent 979499ffe5
commit 2f99d04730
1 changed files with 0 additions and 9 deletions

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];