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


Ignore:
Timestamp:
07/31/2017 05:01:38 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
1489228
Parents:
1efc42c
git-author:
Thomas Lopatic <thomas@…> (07/31/2017 05:01:32 PM)
git-committer:
Thomas Lopatic <thomas@…> (07/31/2017 05:01:38 PM)
Message:

Successfully loaded midas.abs from disk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • emu/cpu.c

    r1efc42c rc5b6c90  
    379379        }
    380380
     381        // handle loading midas.abs
     382
     383        if (addr == APP_START) {
     384                ram_rw_beg = APP_START;
     385                ram_rw_end = RAM_START + RAM_SIZE;
     386                return;
     387        }
     388
    381389        fail("invalid write 0x%08x:8 0x%02x", addr, val);
    382390}
Note: See TracChangeset for help on using the changeset viewer.