Changeset ac4e192 in buchla-emu for emu/cpu.c


Ignore:
Timestamp:
08/19/2017 08:26:00 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
f285858
Parents:
82714ab
Message:

Started VSDD emulation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • emu/cpu.c

    r82714ab rac4e192  
    7474static hw_t hw_map[] = {
    7575        { 0x180000, 0x200000, 0, fpu_init, fpu_quit, fpu_exec, fpu_read, fpu_write },
    76         { 0x200000, 0x280002, 0, vid_init, vid_quit, vid_exec, vid_read, vid_write },
     76        { 0x200000, 0x280002, 1, vid_init, vid_quit, vid_exec, vid_read, vid_write },
    7777        { 0x3a0001, 0x3a4001, 4, 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.