Make warmup4 ready for real board
This commit is contained in:
@@ -12,11 +12,11 @@ nop
|
||||
scrolling_addr: .word 0x000F00A0
|
||||
scrolling_count_addr: .word 0x000F00A4
|
||||
|
||||
// scrolling_cnt_value: .word 0x20FC000 // for real board
|
||||
scrolling_cnt_value: .word 0x500 // for simulation
|
||||
scrolling_cnt_value: .word 0x20FC000 // for real board
|
||||
// scrolling_cnt_value: .word 0x500 // for simulation
|
||||
|
||||
// w_cnt_top: .word 0x3FC000 // for real board
|
||||
w_cnt_top: .word 0x100 //for simulation
|
||||
w_cnt_top: .word 0x3FC000 // for real board
|
||||
// w_cnt_top: .word 0x100 //for simulation
|
||||
|
||||
pattern_ptr: .word =pattern1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user