You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
-
2TeaRex, thank you for the detailed info. I am confused on a major issue, though. You state that CP/M writes to the screen do NOT go thru the 8502 CPU, but the CP/M chapter of the C128 Programmer's Reference Guide seems to state otherwise. I quoted a section which begins with the sentence, "The 8502 is responsible for most of the low-level I/O functions." It seems very strange that they would use the word "most" yet include neither screen nor keyboard I/O in this. I am not saying you are wrong, just that if you are correct, official docs are misleading.RichF– RichF2020-02-07 13:35:02 +00:00Commented Feb 7, 2020 at 13:35
-
2@RichF, maybe the C128 PRG was (partially) written before the CP/M code had been finalized? You can look at the code yourself to see what it does.TeaRex– TeaRex2020-02-07 14:02:27 +00:00Commented Feb 7, 2020 at 14:02
-
2Thanks for helping me understand better the major issues and which ones were readily (vs. not so much) solvable. Knowing that C128 FAST mode doesn't work in CP/M explains a lot.Brian H– Brian H2020-04-14 14:58:48 +00:00Commented Apr 14, 2020 at 14:58
-
1CP/M Plus character device reassignment is handled in the BIOS, not the BDOS. Though it's entirely possible that Commodore simply copied the 8080 code from Digital Research's sample BIOS as printed in the CP/M 3 System Guide.john_e– john_e2023-03-14 12:49:55 +00:00Commented Mar 14, 2023 at 12:49
-
In normal mode, the VIC-IIe would perform DRAM refresh cycles during its half of some of the memory cycles on each scan line. I don't know how such cycles are handled in fast mode, would not be surprised if they fail to occur in fast mode when using the Z80. I also don't know whether DRAM rows use upper or lower address bits--or whether a sequence of 51 e.g. "LD HL,(009Ah) / LD HL,(0x009Ch) / LD (HL,0x009Eh) / etc. up to LD HL,00FEh" and a "RET" starting at byte 0 of a page could be executed every couple milliseconds to ensure every row gets hit, or whether something more like...supercat– supercat2024-06-15 18:38:29 +00:00Commented Jun 15, 2024 at 18:38
|
Show 1 more comment
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. ms-dos), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you