Changeset 05e6dbe in buchla-emu


Ignore:
Timestamp:
08/06/2017 04:42:17 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
7b50125
Parents:
3523847
Message:

Cover palette writes in vid module.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • emu/cpu.c

    r3523847 r05e6dbe  
    7474static hw_t hw_map[] = {
    7575        { 0x180000, 0x200000, 0, fpu_init, fpu_quit, fpu_exec, fpu_read, fpu_write },
    76         { 0x200000, 0x280000, 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 },
    7777        { 0x3a0001, 0x3a4001, 0, tim_init, tim_quit, tim_exec, tim_read, tim_write },
    7878        { 0x3a4001, 0x3a8001, 0, lcd_init, lcd_quit, lcd_exec, lcd_read, lcd_write },
Note: See TracChangeset for help on using the changeset viewer.