Changeset 74c44d9 in buchla-emu for emu


Ignore:
Timestamp:
08/01/2017 07:40:22 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
ea878ba
Parents:
8967dbc
Message:

Fix first loaded byte.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • emu/cpu.c

    r8967dbc r74c44d9  
    379379        }
    380380
    381         // handle loading midas.abs
     381        // once midas.abs gets loaded, activate RAM
    382382
    383383        if (addr == APP_START) {
     384                ram_data[addr] = (uint8_t)val;
    384385                ram_rw_beg = APP_START;
    385386                ram_rw_end = RAM_START + RAM_SIZE;
Note: See TracChangeset for help on using the changeset viewer.