Skip to content
#

8bit

Here are 196 public repositories matching this topic...

lolbinarycat
lolbinarycat commented Mar 23, 2020

I don't know if this is the right place to put this, but I can't think of a better one.
The wiki page on RAM often uses an ellipsis instead of having a description, seemingly with varying meaning.
For example, the 03FFC range. What does it do? I can't seem to find info on it anywhere, and the only thing about it on the page is this:
`| 03FFC | ...

fujinet-platformio
tschak909
tschak909 commented Mar 17, 2020

The current disk code works like this:

  • If Requested sector is more than 2560 bytes away from what is in cache: (MISS)
    1. Seek to target offset
    2. Read 2560 bytes into cache
    3. Update first cached sector to match the first sector offset now in cache
    4. Return first requested cached sector in cache
  • Otherwise (HIT)
    1. Calculate sector offset inside cache
    2. Return

Improve this page

Add a description, image, and links to the 8bit topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the 8bit topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.