mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-09 07:32:47 -04:00
Rework to make use of declared memory map regions.
This commit is contained in:
parent
05690b20ed
commit
1c3e45917c
6 changed files with 20 additions and 10 deletions
|
@ -247,7 +247,7 @@ int main(void) {
|
|||
ui::Painter painter;
|
||||
EventDispatcher event_dispatcher { &system_view, painter, context };
|
||||
|
||||
m4_init(portapack::spi_flash::baseband, portapack::spi_flash::m4_text_ram_base);
|
||||
m4_init(portapack::spi_flash::baseband, portapack::memory::map::m4_code);
|
||||
|
||||
controls_init();
|
||||
lcd_frame_sync_configure();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue