make it a menu option while we're at it

This commit is contained in:
StapleButter
2017-09-21 04:08:03 +02:00
parent 495d0ba12d
commit 48cf9eb805
4 changed files with 20 additions and 0 deletions

View File

@ -151,6 +151,11 @@ void Reset()
GPU2D_B->SetFramebuffer(&Framebuffer[256*0]);
}
void Stop()
{
memset(Framebuffer, 0, 256*192*2*4);
}
// VRAM mapping notes
//