debugger: load all 128k of VRAM

This commit is contained in:
David Anderson 2024-09-19 21:07:21 -07:00
parent 2156d824c5
commit 5e66d8b205
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ func main() {
}
defer dbg.Close()
mem := memory.New(dbg, 4*1024)
mem := memory.New(dbg, 128*1024)
if err := UI(mem); err != nil {
log.Fatal(err)