- Timestamp:
- 08/06/2017 04:42:17 PM (7 years ago)
- Branches:
- master
- Children:
- 7b50125
- Parents:
- 3523847
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
emu/cpu.c
r3523847 r05e6dbe 74 74 static hw_t hw_map[] = { 75 75 { 0x180000, 0x200000, 0, fpu_init, fpu_quit, fpu_exec, fpu_read, fpu_write }, 76 { 0x200000, 0x28000 0, 0, vid_init, vid_quit, vid_exec, vid_read, vid_write },76 { 0x200000, 0x280002, 0, vid_init, vid_quit, vid_exec, vid_read, vid_write }, 77 77 { 0x3a0001, 0x3a4001, 0, tim_init, tim_quit, tim_exec, tim_read, tim_write }, 78 78 { 0x3a4001, 0x3a8001, 0, lcd_init, lcd_quit, lcd_exec, lcd_read, lcd_write },
Note:
See TracChangeset
for help on using the changeset viewer.