mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
mcpx: Minor cleanup
This commit is contained in:
committed by
mborgerson
parent
979499ffe5
commit
2f99d04730
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user