mirror of
https://github.com/stid/woz64.git
synced 2024-12-11 14:49:16 +00:00
tmp
This commit is contained in:
parent
7ddccad162
commit
b4ed402b31
@ -369,7 +369,6 @@ memBankTest: {
|
|||||||
|
|
||||||
memFailureFlash: {
|
memFailureFlash: {
|
||||||
// Given actual pattern, indentify what's failed
|
// Given actual pattern, indentify what's failed
|
||||||
|
|
||||||
// Bank 8 Failed
|
// Bank 8 Failed
|
||||||
eor MemTestPattern,x
|
eor MemTestPattern,x
|
||||||
tax
|
tax
|
||||||
@ -1283,8 +1282,11 @@ font: .byte $00,$00,$00,$00,$00,$00,$00,$00 //font
|
|||||||
.byte $7e,$42,$42,$7e,$06,$06,$06,$00
|
.byte $7e,$42,$42,$7e,$06,$06,$06,$00
|
||||||
prefill:
|
prefill:
|
||||||
|
|
||||||
|
// This should be an Util (ROMHI) cartrige
|
||||||
.fill ($ffff-prefill-5),$aa
|
// GAME = 0, EXROM = 1 - Ultimax Mode, ROMLOW should be ignored
|
||||||
|
// C64 Karnel $E000-$FFFF will be overwritten
|
||||||
|
// Vectors below will grant start control
|
||||||
|
.fill ($ffff-prefill-5), $aa
|
||||||
|
|
||||||
*=$fffa
|
*=$fffa
|
||||||
.word $e000
|
.word $e000
|
||||||
|
Loading…
Reference in New Issue
Block a user