Search:
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
74c44d9
in buchla-emu for
emu
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
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
emu/cpu.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
emu/cpu.c
r8967dbc
r74c44d9
379
379
}
380
380
381
//
handle loading midas.abs
381
//
once midas.abs gets loaded, activate RAM
382
382
383
383
if (addr == APP_START) {
384
ram_data[addr] = (uint8_t)val;
384
385
ram_rw_beg = APP_START;
385
386
ram_rw_end = RAM_START + RAM_SIZE;
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive