User Tools

Site Tools


wswan:guide:pcv2_support

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wswan:guide:pcv2_support [2025/12/31 12:01] asiewswan:guide:pcv2_support [2025/12/31 13:10] (current) asie
Line 16: Line 16:
 To add a stub at ''4000:0010'' which jumps to your program, replace ''%%$(WF_CRT0)%%'' in your Makefile with ''%%$(WF_CRT0) $(WF_CRT0_PINSTRAP1)%%''. To add a stub at ''4000:0010'' which jumps to your program, replace ''%%$(WF_CRT0)%%'' in your Makefile with ''%%$(WF_CRT0) $(WF_CRT0_PINSTRAP1)%%''.
  
-For ''4000:0000'', add ''%%$(WF_CRT0_PINSTRAP0)%%'' instead. You can also add both.+For ''4000:0000'', append ''%%$(WF_CRT0_PINSTRAP0)%%'' instead of ''%%$(WF_CRT0_PINSTRAP1)%%''. You can also append both.
  
 ==== Adding missing hardware initialization ==== ==== Adding missing hardware initialization ====
Line 33: Line 33:
   * Add ''%%rom_reserve_bootrom_area = true%%'' to the ''%%[cartridge]%%'' section of ''%%wfconfig.toml%%''. This will reserve the final 8 KiB of the cartridge space, preventing any data assigned to the linear ROM bank (but //not// assigned to ROM0 or ROM1 banks) from being placed there.   * Add ''%%rom_reserve_bootrom_area = true%%'' to the ''%%[cartridge]%%'' section of ''%%wfconfig.toml%%''. This will reserve the final 8 KiB of the cartridge space, preventing any data assigned to the linear ROM bank (but //not// assigned to ROM0 or ROM1 banks) from being placed there.
  
-===== Input layout differences =====+===== Input button layout =====
  
-The input layout of the Pocket Challenge V2 is [[https://ws.nesdev.org/wiki/Keypad#Pocket_Challenge_V2|distinct]]. libws provides separate key defines matching this layout:+The input button layout of the Pocket Challenge V2 is [[https://ws.nesdev.org/wiki/Keypad#Pocket_Challenge_V2|distinct]]. libws provides separate key defines matching this layout:
  
 <code C> <code C>
wswan/guide/pcv2_support.1767182478.txt.gz · Last modified: by asie