diff options
| author | Sik | 2019-07-06 20:05:48 -0300 |
|---|---|---|
| committer | Sik | 2019-07-06 20:05:48 -0300 |
| commit | fbcb8924e878e7eff93d444762c647e126cb8e3b (patch) | |
| tree | c44c1eeac1de8b664bdc60d81707613dec48e59a /c/echo.c | |
| parent | c012f5f3767bb358b027535007b922b276c87f2e (diff) | |
Added PCM playback flag to Echo_GetStatus
Diffstat (limited to 'c/echo.c')
| -rw-r--r-- | c/echo.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -407,6 +407,8 @@ uint16_t echo_get_status(void) { status |= ECHO_STAT_BUSY; if (z80_ram[0x1F00] != 0xFF) status |= ECHO_STAT_DIRBUSY; + if (z80_ram[0x0008] != 0xC9) + status |= ECHO_STAT_PCM; // Look ahead in the queue for any pending commands // Adjust the flags accordingly if needed |
