mirror of
https://github.com/Michaelangel007/apple2_hgr_font_tutorial.git
synced 2024-12-27 05:32:19 +00:00
Clarified excessing beeping on emulators when pasting
This commit is contained in:
parent
a73db7bf1d
commit
85da75ac86
13
README.md
13
README.md
@ -60,18 +60,23 @@ If you use:
|
||||
|
||||
There are other emulators written in Javascript but they are poor due to 2 reasons:
|
||||
|
||||
* Don't support paste -- you'll be forced to manually enter in the hex code. :-/ Yeah, right!
|
||||
* Don't emulate the half-pixel shift of real hardware at all.
|
||||
|
||||
* Don't support paste -- you'll be forced to manually enter in the hex code. :-/ (Yeah, right!
|
||||
* Don't emulate the half-pixel shift of real hardware at all -- not an issue, but you won't see the full effect for one section.
|
||||
|
||||
Some emulators that run in the browser:
|
||||
|
||||
* [Apple 2 js](https://www.scullinsteel.com/apple2/) make sure you select:
|
||||
|
||||
Options, [x] Green Screen
|
||||
* Options, [x] Green Screen
|
||||
|
||||
* [David's Caldwall's Apple 2 Javascript + WebGL](http://porkrind.org/a2/)
|
||||
|
||||
|
||||
**Note**: If you are using an emulator -- I've added "comments" in the lines of machine code you would paste by having a semi-colon and a description at the end of the line.
|
||||
|
||||
* **You may want to mute your sound** since the Apple will beep at the semi-colon "comments" as that part of the input is not tehcnically valid input. (The rest of the line WILL be processed.)
|
||||
|
||||
|
||||
## Functions we want & will write
|
||||
|
||||
When we are done we will have 6502 assembly code that implements the equivalent of these C functions names:
|
||||
|
Loading…
Reference in New Issue
Block a user