Added optional ability to dump (S)VGA Video RAM on demand (not enabled by default);

Removed the unfinished (and largely unused) Disney Sound Source emulation.
This commit is contained in:
OBattler
2017-05-07 04:56:34 +02:00
parent 2dc5b2e48a
commit 885e2f0444
12 changed files with 169 additions and 108 deletions

View File

@@ -1843,6 +1843,12 @@ LRESULT CALLBACK WindowProcedure (HWND hwnd, UINT message, WPARAM wParam, LPARAM
break;
#endif
#ifdef ENABLE_VRAM_DUMP
case IDM_DUMP_VRAM:
svga_dump_vram();
break;
#endif
case IDM_CONFIG_LOAD:
pause = 1;
if (!file_dlg_st(hwnd, 2174, "", 0))