1
0
Fork 0
mirror of https://github.com/pnx/m16vm synced 2026-06-23 10:13:40 +02:00

mm: change variable name from "memory" to "mm_base_addr"

This commit is contained in:
Henrik Hautakoski 2019-04-26 13:30:26 +02:00
parent e92b7ee551
commit 76a72e6857
No known key found for this signature in database
GPG key ID: 839F3A7EAFAEAFAA
3 changed files with 9 additions and 9 deletions

View file

@ -22,7 +22,7 @@
#include <stdint.h>
extern uint8_t *memory;
extern uint8_t *mm_base_addr;
void mm_init();