Skip to content

Commit

Permalink
update PSEMU/RAM.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Cherrytree56567 committed Oct 18, 2023
1 parent 70d9cf1 commit 969404c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PSEMU/RAM.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class RAM {
void store8(uint32_t offset, uint8_t value) {
ram[offset] = value;
}
uint16_t load16(uint32_t offset);

/// Fetch the byte at `offset`
uint8_t load8(uint32_t offset) {
Expand Down

0 comments on commit 969404c

Please sign in to comment.