Skip to content

Instantly share code, notes, and snippets.

@MooglyGuy
Created October 25, 2016 14:52
Show Gist options
  • Save MooglyGuy/3de5e6d9aca427aaa91e7065cc4c34da to your computer and use it in GitHub Desktop.
Save MooglyGuy/3de5e6d9aca427aaa91e7065cc4c34da to your computer and use it in GitHub Desktop.
static void construct_address_map_tranz330_mem(address_map &map, device_t &device)
{
map.configure(AS_PROGRAM, 8, &device);
map.range(0x0000, 0x7fff).rom();
map.range(0x8000, 0xffff).ram();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment