-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apple2 plus #177
Draft
andreasbaumann
wants to merge
49
commits into
davidgiven:master
Choose a base branch
from
andreasbaumann:apple2_plus
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Apple2 plus #177
Changes from 36 commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
0f4f1ef
added switch for 40/80 columns for Apple ][
andreasbaumann 5586f59
added a preliminary screen driver for Apple ][
andreasbaumann 5bd3280
Merge branch 'master' into apple2_plus
andreasbaumann 70a00c2
moved Apple ][ screen driver to external SCRNDRV.COM, using a common …
andreasbaumann 23b10ce
combined a tty/screen driver into scrndrv, works, but has some copy p…
andreasbaumann 0eec4ae
ported a tetris in C to test the screen driver (has issues with scree…
andreasbaumann d2ef79c
screen_getchar is handling timeouts now, also added a (most likely wr…
andreasbaumann 76f7e87
Merge branch 'master' into apple2_plus
andreasbaumann 3f9dc4f
Merge branch 'master' into apple2_plus
andreasbaumann afbc6b9
removed local srand/rand from tetris.c, llvm-mos has a RNG now
andreasbaumann 1e328e0
replaced echo with printf in zip.py, zipnote complained about 'Invali…
andreasbaumann 0e18138
Merge branch 'master' into apple2_plus
andreasbaumann 21c6cc6
Merge branch 'master' into apple2_plus
andreasbaumann f3c7f90
Merge branch 'master' into apple2_plus
andreasbaumann 30a62ff
added warning message if active disk is missing
andreasbaumann a49e123
added CCP_MONITOR for optional monitor in CCP (hits 2K boundary if en…
andreasbaumann c40b79c
split apple disks in two
andreasbaumann 1ae504c
Merge branch 'master' into apple2_plus
andreasbaumann d956c02
merged with master
andreasbaumann a6c1fce
Merge branch 'master' into apple2_plus
andreasbaumann 4c268b9
removed local small CCP hack
andreasbaumann 9586121
apple2e: merged 40-column mode from split driver version back into ma…
andreasbaumann 2cc6d6d
apple2e: removed duplicate scrntest entry, exists in apps already for…
andreasbaumann 62f43e8
added apple2e_b.po to release github workflow
andreasbaumann b54178f
ignoring images/* instead of individual image files in root dir
andreasbaumann 0e21dde
apple2e: removed loadable scrndrv.S (is now fixed)
andreasbaumann def54d7
apple2e: removed common.S
andreasbaumann dd365be
apple2a: handling 40-column in screen_cleartoeol
andreasbaumann 5b73e3c
moved tetris from apps to third_party
andreasbaumann fa68c6a
tetris: removed unixtocpm import
andreasbaumann bbd1c56
tetris: added upstream info
andreasbaumann 893d235
apple2e: fixed inverse mode on 40-columns (was flashing)
andreasbaumann 3fec73b
scrntest: set initial state of screen_cursor visibility to on
andreasbaumann 412502e
apple2e: implemented screen_showcursor
andreasbaumann 3e45209
tetris: sorted out flickering and some portability issues
andreasbaumann 463a7ee
scrntest: added "B" command to toggle blocking and non-blocking scree…
andreasbaumann 9f142e8
tetris: played with some timeouts for screen_getchar and ACCEL
andreasbaumann 6609bca
scrntest: some testing of getchar timeouts
andreasbaumann 7460f0d
apple2e: implemented some timeout handling screen_getchar (untuned)
andreasbaumann db211e8
added a second tetris (because we need more tetris)
andreasbaumann 9878aef
tetris2: code cleanup and fixed some portability issues
andreasbaumann 92e38ba
tetris: adapted some timers
andreasbaumann 5c0a6e6
apple2e: added a third floppy dedicated to pascal, made every floppy …
andreasbaumann 34517f2
tetris2: fixed several bugs
andreasbaumann 19109a2
Merge branch 'master' into apple2_plus
andreasbaumann 3f16ab7
tetris2: added pause mode, fixed line elimination, showing next char,…
andreasbaumann 6adbf10
tetris2: using inverse mode for pieces, use also screen cursor keys
andreasbaumann 34f9a6b
Merge branch 'master' into apple2_plus
andreasbaumann b74c63c
Merge branch 'master' into apple2_plus
andreasbaumann File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,6 @@ | ||
*~ | ||
.*.swp | ||
.obj | ||
apple2e.po | ||
apple2e_b.po | ||
atari800.atr | ||
atari800b.atr | ||
atari800c.atr | ||
atari800d.atr | ||
atari800hd.atr | ||
atari800xlhd.atr | ||
bbcmicro.ssd | ||
bin | ||
c64.d64 | ||
pet.d64 | ||
vic20.d64 | ||
pet4032.d64 | ||
pet8032.d64 | ||
pet8096.d64 | ||
x16.zip | ||
oric.dsk | ||
kim-1-iec.zip | ||
kim-1-k1013.zip | ||
kim-1-sdcard.zip | ||
images/* | ||
__pycache__ | ||
neo6502.zip | ||
sorbus.zip | ||
nano6502.img | ||
nano6502_sysonly.img | ||
*.os5 | ||
*.os8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo "spinnig"