mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-05 05:04:27 -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
|
@ -24,8 +24,9 @@
|
|||
|
||||
#include <cstddef>
|
||||
|
||||
#include "memory_map.hpp"
|
||||
#include "spi_image.hpp"
|
||||
|
||||
void m4_init(const portapack::spi_flash::region_t from, void* const to);
|
||||
void m4_init(const portapack::spi_flash::region_t from, const portapack::memory::region_t to);
|
||||
|
||||
#endif/*__M4_STARTUP_H__*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue