Merge remote-tracking branch 'origin/GT-3094_ghidorahrex_PR-867_fortenbt_864-fix-6502-default-memory-blocks'

This commit is contained in:
Ryan Kurtz 2019-08-20 14:27:15 -04:00
commit 9f96140f55

View file

@ -40,8 +40,7 @@
</default_symbols>
<default_memory_blocks>
<memory_block name="IO" start_address="0" length="0x20" initialized="false"/>
<memory_block name="LOW_RAM" start_address="0x20" length="0xff" initialized="false"/>
<memory_block name="STACK" start_address="0x0100" length="0x01ff" initialized="false"/>
<memory_block name="LOW_RAM" start_address="0x0000" length="0x0100" initialized="false"/>
<memory_block name="STACK" start_address="0x0100" length="0x0100" initialized="false"/>
</default_memory_blocks>
</processor_spec>