mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-04 23:07:46 -04:00
vdp renderer, partial sync 8bit fast ARM asm with C code
This commit is contained in:
parent
1cc774814d
commit
959ea39b23
4 changed files with 59 additions and 38 deletions
|
@ -144,6 +144,8 @@ get_define OFS_EST_ PicoEState PicoMem_vram ; echo "$line" >>$fn
|
|||
get_define OFS_EST_ PicoEState PicoMem_cram ; echo "$line" >>$fn
|
||||
get_define OFS_EST_ PicoEState PicoOpt ; echo "$line" >>$fn
|
||||
get_define OFS_EST_ PicoEState Draw2FB ; echo "$line" >>$fn
|
||||
get_define OFS_EST_ PicoEState Draw2Width ; echo "$line" >>$fn
|
||||
get_define OFS_EST_ PicoEState Draw2Start ; echo "$line" >>$fn
|
||||
get_define OFS_EST_ PicoEState HighPal ; echo "$line" >>$fn
|
||||
|
||||
get_define OFS_PMEM_ PicoMem vram ; echo "$line" >>$fn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue