comparison rom.db @ 866:69a6ec208111

Menu ROM now pulls real file names from the OS rather than using a fake list
author Michael Pavone <pavone@retrodev.com>
date Fri, 06 Nov 2015 12:19:39 -0800
parents c63ed5db68b6
children a5a51465f8b0
comparison
equal deleted inserted replaced
865:305c85c0b954 866:69a6ec208111
352 last 3FFFFF 352 last 3FFFFF
353 offset 80000 353 offset 80000
354 } 354 }
355 } 355 }
356 } 356 }
357 BlstMenu {
358 map {
359 0 {
360 device ROM
361 last FFFFF
362 }
363 100000 {
364 device RAM
365 size 80000
366 last 17FFFF
367 }
368 180000 {
369 device MENU
370 last 1FFFFF
371 }
372 }
373 }