mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Make extram uint8_t
This commit is contained in:
parent
8158ac647c
commit
8c97057809
5 changed files with 10 additions and 10 deletions
|
|
@ -153,7 +153,7 @@ int main(int argc, char *argv[]) {
|
|||
return 1;
|
||||
}
|
||||
memset(extram_buf, 0x00, extram_len);
|
||||
uvm32_extram(vmst, extram_buf, extram_len);
|
||||
uvm32_extram(vmst, (uint8_t *)extram_buf, extram_len);
|
||||
}
|
||||
|
||||
SDL_SetMainReady();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue