jsbeeb 1.1.1 → 1.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +25 -12
- package/src/6502.js +51 -41
- package/src/app/app.js +99 -8
- package/src/app/electron.js +47 -5
- package/src/app/preload.js +11 -1
- package/src/config.js +9 -2
- package/src/disc.js +2 -2
- package/src/filestore.js +1 -4
- package/src/gamepad-source.js +1 -1
- package/src/machine-session.js +396 -0
- package/src/main.js +36 -7
- package/src/music5000-worklet.js +1 -0
- package/src/music5000.js +1 -9
- package/src/sth.js +3 -1
- package/src/utils.js +2 -2
- package/src/web/audio-renderer.js +1 -1
- package/src/web/debug.js +2 -2
- package/tests/test-machine.js +82 -1
- package/.editorconfig +0 -15
- package/.git-blame-ignore-revs +0 -3
- package/.github/copilot-instructions.md +0 -94
- package/.github/workflows/claude-issue-triage.yml +0 -105
- package/.github/workflows/claude.yml +0 -63
- package/.github/workflows/release-please.yml +0 -75
- package/.github/workflows/test-and-deploy.yml +0 -86
- package/.gitmodules +0 -6
- package/.husky/pre-commit +0 -1
- package/.idea/codeStyleSettings.xml +0 -9
- package/.idea/codeStyles/Project.xml +0 -62
- package/.idea/codeStyles/codeStyleConfig.xml +0 -5
- package/.idea/compiler.xml +0 -22
- package/.idea/copyright/profiles_settings.xml +0 -3
- package/.idea/encodings.xml +0 -6
- package/.idea/inspectionProfiles/Project_Default.xml +0 -7
- package/.idea/jsLibraryMappings.xml +0 -6
- package/.idea/jsLinters/jshint.xml +0 -85
- package/.idea/jsLinters/jslint.xml +0 -15
- package/.idea/jsbeeb.iml +0 -11
- package/.idea/misc.xml +0 -6
- package/.idea/modules.xml +0 -8
- package/.idea/prettier.xml +0 -7
- package/.idea/runConfigurations/Debug.xml +0 -5
- package/.idea/scopes/scope_settings.xml +0 -5
- package/.idea/vcs.xml +0 -8
- package/.prettierignore +0 -4
- package/.prettierrc.json +0 -1
- package/.release-please-manifest.json +0 -3
- package/.vscode/launch.json +0 -14
- package/.vscode/settings.json +0 -6
- package/CHANGELOG.md +0 -32
- package/CLAUDE.md +0 -136
- package/Dockerfile +0 -22
- package/Makefile +0 -30
- package/docker/nginx-default.conf +0 -10
- package/docs/pal-comb-filter-research.md +0 -129
- package/docs/pal-simulation-design.md +0 -368
- package/eslint.config.js +0 -35
- package/index.html +0 -954
- package/jsconfig.json +0 -10
- package/public/discs/README.Irq-Timing +0 -3
- package/public/discs/README.bcdtest +0 -5
- package/public/discs/README.elite +0 -6
- package/public/discs/README.eng_test +0 -3
- package/public/discs/README.protection +0 -7
- package/public/favicon.ico +0 -0
- package/public/images/botbar.png +0 -0
- package/public/images/cub-monitor.png +0 -0
- package/public/images/jsbeeb-example.png +0 -0
- package/public/images/placeholder.png +0 -0
- package/public/images/red-off-16.png +0 -0
- package/public/images/red-on-16.png +0 -0
- package/public/images/sb/CD-left.jpg +0 -0
- package/public/images/sb/CD-right.jpg +0 -0
- package/public/images/sidebar.png +0 -0
- package/public/images/tv.png +0 -0
- package/public/images/yellow-off-16.png +0 -0
- package/public/images/yellow-on-16.png +0 -0
- package/public/jsbeeb-icon.png +0 -0
- package/public/robots.txt +0 -3
- package/public/roms/ADFS1-53.rom +0 -0
- package/public/roms/BASIC.ROM +0 -0
- package/public/roms/README +0 -4
- package/public/roms/a01/BASIC1.rom +0 -0
- package/public/roms/ample.rom +0 -0
- package/public/roms/ats-3.0.rom +0 -0
- package/public/roms/b/DFS-0.9.rom +0 -0
- package/public/roms/b/DFS-1.2.rom +0 -0
- package/public/roms/b1770/dfs1770.rom +0 -0
- package/public/roms/b1770/zADFS.ROM +0 -0
- package/public/roms/bp/dfs.rom +0 -0
- package/public/roms/bp/zADFS.ROM +0 -0
- package/public/roms/bpos.rom +0 -0
- package/public/roms/compact/adfs210.rom +0 -0
- package/public/roms/compact/basic48.rom +0 -0
- package/public/roms/compact/basic486.rom +0 -0
- package/public/roms/compact/os51.rom +0 -0
- package/public/roms/compact/utils.rom +0 -0
- package/public/roms/deos.rom +0 -0
- package/public/roms/master/anfs-4.25.rom +0 -0
- package/public/roms/master/mos.txt +0 -68819
- package/public/roms/master/mos3.20 +0 -0
- package/public/roms/os.rom +0 -0
- package/public/roms/os01.rom +0 -0
- package/public/roms/tube/6502Tube.rom +0 -0
- package/public/roms/tube/ARMeval_100.rom +0 -0
- package/public/roms/tube/BIOS.ROM +0 -0
- package/public/roms/tube/ReCo6502ROM_816 +0 -0
- package/public/roms/tube/Z80_120.rom +0 -0
- package/public/roms/us/USBASIC.rom +0 -0
- package/public/roms/us/USDNFS.rom +0 -0
- package/public/roms/usmos.rom +0 -0
- package/public/sounds/disc525/motor.wav +0 -0
- package/public/sounds/disc525/motoroff.wav +0 -0
- package/public/sounds/disc525/motoron.wav +0 -0
- package/public/sounds/disc525/seek.wav +0 -0
- package/public/sounds/disc525/seek2.wav +0 -0
- package/public/sounds/disc525/seek3.wav +0 -0
- package/public/sounds/disc525/step.wav +0 -0
- package/public/teletext/txt0.dat +0 -0
- package/public/teletext/txt1.dat +0 -0
- package/public/teletext/txt2.dat +0 -0
- package/public/teletext/txt3.dat +0 -0
- package/release-please-config.json +0 -13
- package/run-container.sh +0 -92
- package/tests/integration/RmwX.asm +0 -47
- package/tests/integration/TestInstructionsSource +0 -27
- package/tests/integration/TestTimingsResults +0 -27
- package/tests/integration/TestTimingsSource +0 -61
- package/tests/integration/bcd.js +0 -23
- package/tests/integration/dormann.js +0 -101
- package/tests/integration/dp111timing.js +0 -42
- package/tests/integration/ensure-submodules.js +0 -25
- package/tests/integration/nops.bas +0 -119
- package/tests/integration/nops.js +0 -24
- package/tests/integration/protection.js +0 -26
- package/tests/integration/rmw.js +0 -69
- package/tests/integration/teletext/expected_bug_469.png +0 -0
- package/tests/integration/teletext/expected_flash_0.png +0 -0
- package/tests/integration/teletext/expected_flash_1.png +0 -0
- package/tests/integration/teletext/expected_hoglet_held_char.png +0 -0
- package/tests/integration/teletext/expected_reveal_flash_0.png +0 -0
- package/tests/integration/teletext/expected_reveal_flash_1.png +0 -0
- package/tests/integration/teletext.js +0 -126
- package/tests/integration/timings.js +0 -56
- package/tests/integration/via.js +0 -1125
- package/tests/suite/README.md +0 -7
- package/tests/suite/Test Suite 2.15.txt +0 -373
- package/tests/suite/bin/ start +0 -0
- package/tests/suite/bin/adca +0 -0
- package/tests/suite/bin/adcax +0 -0
- package/tests/suite/bin/adcay +0 -0
- package/tests/suite/bin/adcb +0 -0
- package/tests/suite/bin/adcix +0 -0
- package/tests/suite/bin/adciy +0 -0
- package/tests/suite/bin/adcz +0 -0
- package/tests/suite/bin/adczx +0 -0
- package/tests/suite/bin/alrb +0 -0
- package/tests/suite/bin/ancb +0 -0
- package/tests/suite/bin/anda +0 -0
- package/tests/suite/bin/andax +0 -0
- package/tests/suite/bin/anday +0 -0
- package/tests/suite/bin/andb +0 -0
- package/tests/suite/bin/andix +0 -0
- package/tests/suite/bin/andiy +0 -0
- package/tests/suite/bin/andz +0 -0
- package/tests/suite/bin/andzx +0 -0
- package/tests/suite/bin/aneb +0 -0
- package/tests/suite/bin/arrb +0 -0
- package/tests/suite/bin/asla +0 -0
- package/tests/suite/bin/aslax +0 -0
- package/tests/suite/bin/asln +0 -0
- package/tests/suite/bin/aslz +0 -0
- package/tests/suite/bin/aslzx +0 -0
- package/tests/suite/bin/asoa +0 -0
- package/tests/suite/bin/asoax +0 -0
- package/tests/suite/bin/asoay +0 -0
- package/tests/suite/bin/asoix +0 -0
- package/tests/suite/bin/asoiy +0 -0
- package/tests/suite/bin/asoz +0 -0
- package/tests/suite/bin/asozx +0 -0
- package/tests/suite/bin/axsa +0 -0
- package/tests/suite/bin/axsix +0 -0
- package/tests/suite/bin/axsz +0 -0
- package/tests/suite/bin/axszy +0 -0
- package/tests/suite/bin/bccr +0 -0
- package/tests/suite/bin/bcsr +0 -0
- package/tests/suite/bin/beqr +0 -0
- package/tests/suite/bin/bita +0 -0
- package/tests/suite/bin/bitz +0 -0
- package/tests/suite/bin/bmir +0 -0
- package/tests/suite/bin/bner +0 -0
- package/tests/suite/bin/bplr +0 -0
- package/tests/suite/bin/branchwrap +0 -0
- package/tests/suite/bin/brkn +0 -0
- package/tests/suite/bin/bvcr +0 -0
- package/tests/suite/bin/bvsr +0 -0
- package/tests/suite/bin/cia1pb6 +0 -0
- package/tests/suite/bin/cia1pb7 +0 -0
- package/tests/suite/bin/cia1ta +0 -0
- package/tests/suite/bin/cia1tab +0 -0
- package/tests/suite/bin/cia1tb +0 -0
- package/tests/suite/bin/cia1tb123 +0 -0
- package/tests/suite/bin/cia2pb6 +0 -0
- package/tests/suite/bin/cia2pb7 +0 -0
- package/tests/suite/bin/cia2ta +0 -0
- package/tests/suite/bin/cia2tb +0 -0
- package/tests/suite/bin/cia2tb123 +0 -0
- package/tests/suite/bin/clcn +0 -0
- package/tests/suite/bin/cldn +0 -0
- package/tests/suite/bin/clin +0 -0
- package/tests/suite/bin/clvn +0 -0
- package/tests/suite/bin/cmpa +0 -0
- package/tests/suite/bin/cmpax +0 -0
- package/tests/suite/bin/cmpay +0 -0
- package/tests/suite/bin/cmpb +0 -0
- package/tests/suite/bin/cmpix +0 -0
- package/tests/suite/bin/cmpiy +0 -0
- package/tests/suite/bin/cmpz +0 -0
- package/tests/suite/bin/cmpzx +0 -0
- package/tests/suite/bin/cntdef +0 -0
- package/tests/suite/bin/cnto2 +0 -0
- package/tests/suite/bin/cpuport +0 -0
- package/tests/suite/bin/cputiming +0 -0
- package/tests/suite/bin/cpxa +0 -0
- package/tests/suite/bin/cpxb +0 -0
- package/tests/suite/bin/cpxz +0 -0
- package/tests/suite/bin/cpya +0 -0
- package/tests/suite/bin/cpyb +0 -0
- package/tests/suite/bin/cpyz +0 -0
- package/tests/suite/bin/dcma +0 -0
- package/tests/suite/bin/dcmax +0 -0
- package/tests/suite/bin/dcmay +0 -0
- package/tests/suite/bin/dcmix +0 -0
- package/tests/suite/bin/dcmiy +0 -0
- package/tests/suite/bin/dcmz +0 -0
- package/tests/suite/bin/dcmzx +0 -0
- package/tests/suite/bin/deca +0 -0
- package/tests/suite/bin/decax +0 -0
- package/tests/suite/bin/decz +0 -0
- package/tests/suite/bin/deczx +0 -0
- package/tests/suite/bin/dexn +0 -0
- package/tests/suite/bin/deyn +0 -0
- package/tests/suite/bin/eora +0 -0
- package/tests/suite/bin/eorax +0 -0
- package/tests/suite/bin/eoray +0 -0
- package/tests/suite/bin/eorb +0 -0
- package/tests/suite/bin/eorix +0 -0
- package/tests/suite/bin/eoriy +0 -0
- package/tests/suite/bin/eorz +0 -0
- package/tests/suite/bin/eorzx +0 -0
- package/tests/suite/bin/finish +0 -0
- package/tests/suite/bin/flipos +0 -0
- package/tests/suite/bin/icr01 +0 -0
- package/tests/suite/bin/imr +0 -0
- package/tests/suite/bin/inca +0 -0
- package/tests/suite/bin/incax +0 -0
- package/tests/suite/bin/incz +0 -0
- package/tests/suite/bin/inczx +0 -0
- package/tests/suite/bin/insa +0 -0
- package/tests/suite/bin/insax +0 -0
- package/tests/suite/bin/insay +0 -0
- package/tests/suite/bin/insix +0 -0
- package/tests/suite/bin/insiy +0 -0
- package/tests/suite/bin/insz +0 -0
- package/tests/suite/bin/inszx +0 -0
- package/tests/suite/bin/inxn +0 -0
- package/tests/suite/bin/inyn +0 -0
- package/tests/suite/bin/irq +0 -0
- package/tests/suite/bin/jmpi +0 -0
- package/tests/suite/bin/jmpw +0 -0
- package/tests/suite/bin/jsrw +0 -0
- package/tests/suite/bin/lasay +0 -0
- package/tests/suite/bin/laxa +0 -0
- package/tests/suite/bin/laxay +0 -0
- package/tests/suite/bin/laxix +0 -0
- package/tests/suite/bin/laxiy +0 -0
- package/tests/suite/bin/laxz +0 -0
- package/tests/suite/bin/laxzy +0 -0
- package/tests/suite/bin/ldaa +0 -0
- package/tests/suite/bin/ldaax +0 -0
- package/tests/suite/bin/ldaay +0 -0
- package/tests/suite/bin/ldab +0 -0
- package/tests/suite/bin/ldaix +0 -0
- package/tests/suite/bin/ldaiy +0 -0
- package/tests/suite/bin/ldaz +0 -0
- package/tests/suite/bin/ldazx +0 -0
- package/tests/suite/bin/ldxa +0 -0
- package/tests/suite/bin/ldxay +0 -0
- package/tests/suite/bin/ldxb +0 -0
- package/tests/suite/bin/ldxz +0 -0
- package/tests/suite/bin/ldxzy +0 -0
- package/tests/suite/bin/ldya +0 -0
- package/tests/suite/bin/ldyax +0 -0
- package/tests/suite/bin/ldyb +0 -0
- package/tests/suite/bin/ldyz +0 -0
- package/tests/suite/bin/ldyzx +0 -0
- package/tests/suite/bin/loadth +0 -0
- package/tests/suite/bin/lsea +0 -0
- package/tests/suite/bin/lseax +0 -0
- package/tests/suite/bin/lseay +0 -0
- package/tests/suite/bin/lseix +0 -0
- package/tests/suite/bin/lseiy +0 -0
- package/tests/suite/bin/lsez +0 -0
- package/tests/suite/bin/lsezx +0 -0
- package/tests/suite/bin/lsra +0 -0
- package/tests/suite/bin/lsrax +0 -0
- package/tests/suite/bin/lsrn +0 -0
- package/tests/suite/bin/lsrz +0 -0
- package/tests/suite/bin/lsrzx +0 -0
- package/tests/suite/bin/lxab +0 -0
- package/tests/suite/bin/mmu +0 -0
- package/tests/suite/bin/mmufetch +0 -0
- package/tests/suite/bin/nmi +0 -0
- package/tests/suite/bin/nopa +0 -0
- package/tests/suite/bin/nopax +0 -0
- package/tests/suite/bin/nopb +0 -0
- package/tests/suite/bin/nopn +0 -0
- package/tests/suite/bin/nopz +0 -0
- package/tests/suite/bin/nopzx +0 -0
- package/tests/suite/bin/oneshot +0 -0
- package/tests/suite/bin/oraa +0 -0
- package/tests/suite/bin/oraax +0 -0
- package/tests/suite/bin/oraay +0 -0
- package/tests/suite/bin/orab +0 -0
- package/tests/suite/bin/oraix +0 -0
- package/tests/suite/bin/oraiy +0 -0
- package/tests/suite/bin/oraz +0 -0
- package/tests/suite/bin/orazx +0 -0
- package/tests/suite/bin/phan +0 -0
- package/tests/suite/bin/phpn +0 -0
- package/tests/suite/bin/plan +0 -0
- package/tests/suite/bin/plpn +0 -0
- package/tests/suite/bin/rlaa +0 -0
- package/tests/suite/bin/rlaax +0 -0
- package/tests/suite/bin/rlaay +0 -0
- package/tests/suite/bin/rlaix +0 -0
- package/tests/suite/bin/rlaiy +0 -0
- package/tests/suite/bin/rlaz +0 -0
- package/tests/suite/bin/rlazx +0 -0
- package/tests/suite/bin/rola +0 -0
- package/tests/suite/bin/rolax +0 -0
- package/tests/suite/bin/roln +0 -0
- package/tests/suite/bin/rolz +0 -0
- package/tests/suite/bin/rolzx +0 -0
- package/tests/suite/bin/rora +0 -0
- package/tests/suite/bin/rorax +0 -0
- package/tests/suite/bin/rorn +0 -0
- package/tests/suite/bin/rorz +0 -0
- package/tests/suite/bin/rorzx +0 -0
- package/tests/suite/bin/rraa +0 -0
- package/tests/suite/bin/rraax +0 -0
- package/tests/suite/bin/rraay +0 -0
- package/tests/suite/bin/rraix +0 -0
- package/tests/suite/bin/rraiy +0 -0
- package/tests/suite/bin/rraz +0 -0
- package/tests/suite/bin/rrazx +0 -0
- package/tests/suite/bin/rtin +0 -0
- package/tests/suite/bin/rtsn +0 -0
- package/tests/suite/bin/sbca +0 -0
- package/tests/suite/bin/sbcax +0 -0
- package/tests/suite/bin/sbcay +0 -0
- package/tests/suite/bin/sbcb +0 -0
- package/tests/suite/bin/sbcb(eb) +0 -0
- package/tests/suite/bin/sbcix +0 -0
- package/tests/suite/bin/sbciy +0 -0
- package/tests/suite/bin/sbcz +0 -0
- package/tests/suite/bin/sbczx +0 -0
- package/tests/suite/bin/sbxb +0 -0
- package/tests/suite/bin/secn +0 -0
- package/tests/suite/bin/sedn +0 -0
- package/tests/suite/bin/sein +0 -0
- package/tests/suite/bin/shaay +0 -0
- package/tests/suite/bin/shaiy +0 -0
- package/tests/suite/bin/shsay +0 -0
- package/tests/suite/bin/shxay +0 -0
- package/tests/suite/bin/shyax +0 -0
- package/tests/suite/bin/staa +0 -0
- package/tests/suite/bin/staax +0 -0
- package/tests/suite/bin/staay +0 -0
- package/tests/suite/bin/staix +0 -0
- package/tests/suite/bin/staiy +0 -0
- package/tests/suite/bin/staz +0 -0
- package/tests/suite/bin/stazx +0 -0
- package/tests/suite/bin/stxa +0 -0
- package/tests/suite/bin/stxz +0 -0
- package/tests/suite/bin/stxzy +0 -0
- package/tests/suite/bin/stya +0 -0
- package/tests/suite/bin/styz +0 -0
- package/tests/suite/bin/styzx +0 -0
- package/tests/suite/bin/taxn +0 -0
- package/tests/suite/bin/tayn +0 -0
- package/tests/suite/bin/trap1 +0 -0
- package/tests/suite/bin/trap10 +0 -0
- package/tests/suite/bin/trap11 +0 -0
- package/tests/suite/bin/trap12 +0 -0
- package/tests/suite/bin/trap13 +0 -0
- package/tests/suite/bin/trap14 +0 -0
- package/tests/suite/bin/trap15 +0 -0
- package/tests/suite/bin/trap16 +0 -0
- package/tests/suite/bin/trap17 +0 -0
- package/tests/suite/bin/trap2 +0 -0
- package/tests/suite/bin/trap3 +0 -0
- package/tests/suite/bin/trap4 +0 -0
- package/tests/suite/bin/trap5 +0 -0
- package/tests/suite/bin/trap6 +0 -0
- package/tests/suite/bin/trap7 +0 -0
- package/tests/suite/bin/trap8 +0 -0
- package/tests/suite/bin/trap9 +0 -0
- package/tests/suite/bin/tsxn +0 -0
- package/tests/suite/bin/txan +0 -0
- package/tests/suite/bin/txsn +0 -0
- package/tests/suite/bin/tyan +0 -0
- package/tests/suite/cbm-hackers-post.html +0 -178
- package/tests/suite/cbm-hackers-post.md +0 -78
- package/tests/test-suite.js +0 -147
- package/tests/test.css +0 -7
- package/tests/unit/gzip/test-1 +0 -0
- package/tests/unit/gzip/test-1.gz +0 -0
- package/tests/unit/gzip/test-2 +0 -0
- package/tests/unit/gzip/test-2.gz +0 -0
- package/tests/unit/gzip/test-3 +0 -0
- package/tests/unit/gzip/test-3.gz +0 -0
- package/tests/unit/gzip/test-4 +0 -0
- package/tests/unit/gzip/test-4.gz +0 -0
- package/tests/unit/test-adc.js +0 -307
- package/tests/unit/test-bcd.js +0 -30
- package/tests/unit/test-cmos.js +0 -266
- package/tests/unit/test-disc-drive.js +0 -85
- package/tests/unit/test-disc-hfe.js +0 -347
- package/tests/unit/test-disc.js +0 -232
- package/tests/unit/test-fifo.js +0 -35
- package/tests/unit/test-gamepad-source.js +0 -67
- package/tests/unit/test-gzip.js +0 -22
- package/tests/unit/test-intel-fdc.js +0 -93
- package/tests/unit/test-keyboard.js +0 -410
- package/tests/unit/test-mouse-joystick-source.js +0 -128
- package/tests/unit/test-scheduler.js +0 -190
- package/tests/unit/test-serial.js +0 -154
- package/tests/unit/test-teletext-adaptor.js +0 -359
- package/tests/unit/test-tokenise.js +0 -65
- package/tests/unit/test-url-params.js +0 -398
- package/tests/unit/test-utils.js +0 -276
- package/tests/unit/test-video.js +0 -498
- package/tests/unit/test-zip.js +0 -56
- package/tests/unit/zip/test-mixed.zip +0 -0
- package/tests/unit/zip/test-rom.zip +0 -0
- package/tests/unit/zip/test-ssd.zip +0 -0
- package/tools/fir-generator.js +0 -80
- package/tools/vite-plugin-fir-shader.js +0 -131
- package/vite.config.js +0 -34
package/tests/suite/bin/eorb
DELETED
|
Binary file
|
package/tests/suite/bin/eorix
DELETED
|
Binary file
|
package/tests/suite/bin/eoriy
DELETED
|
Binary file
|
package/tests/suite/bin/eorz
DELETED
|
Binary file
|
package/tests/suite/bin/eorzx
DELETED
|
Binary file
|
package/tests/suite/bin/finish
DELETED
|
Binary file
|
package/tests/suite/bin/flipos
DELETED
|
Binary file
|
package/tests/suite/bin/icr01
DELETED
|
Binary file
|
package/tests/suite/bin/imr
DELETED
|
Binary file
|
package/tests/suite/bin/inca
DELETED
|
Binary file
|
package/tests/suite/bin/incax
DELETED
|
Binary file
|
package/tests/suite/bin/incz
DELETED
|
Binary file
|
package/tests/suite/bin/inczx
DELETED
|
Binary file
|
package/tests/suite/bin/insa
DELETED
|
Binary file
|
package/tests/suite/bin/insax
DELETED
|
Binary file
|
package/tests/suite/bin/insay
DELETED
|
Binary file
|
package/tests/suite/bin/insix
DELETED
|
Binary file
|
package/tests/suite/bin/insiy
DELETED
|
Binary file
|
package/tests/suite/bin/insz
DELETED
|
Binary file
|
package/tests/suite/bin/inszx
DELETED
|
Binary file
|
package/tests/suite/bin/inxn
DELETED
|
Binary file
|
package/tests/suite/bin/inyn
DELETED
|
Binary file
|
package/tests/suite/bin/irq
DELETED
|
Binary file
|
package/tests/suite/bin/jmpi
DELETED
|
Binary file
|
package/tests/suite/bin/jmpw
DELETED
|
Binary file
|
package/tests/suite/bin/jsrw
DELETED
|
Binary file
|
package/tests/suite/bin/lasay
DELETED
|
Binary file
|
package/tests/suite/bin/laxa
DELETED
|
Binary file
|
package/tests/suite/bin/laxay
DELETED
|
Binary file
|
package/tests/suite/bin/laxix
DELETED
|
Binary file
|
package/tests/suite/bin/laxiy
DELETED
|
Binary file
|
package/tests/suite/bin/laxz
DELETED
|
Binary file
|
package/tests/suite/bin/laxzy
DELETED
|
Binary file
|
package/tests/suite/bin/ldaa
DELETED
|
Binary file
|
package/tests/suite/bin/ldaax
DELETED
|
Binary file
|
package/tests/suite/bin/ldaay
DELETED
|
Binary file
|
package/tests/suite/bin/ldab
DELETED
|
Binary file
|
package/tests/suite/bin/ldaix
DELETED
|
Binary file
|
package/tests/suite/bin/ldaiy
DELETED
|
Binary file
|
package/tests/suite/bin/ldaz
DELETED
|
Binary file
|
package/tests/suite/bin/ldazx
DELETED
|
Binary file
|
package/tests/suite/bin/ldxa
DELETED
|
Binary file
|
package/tests/suite/bin/ldxay
DELETED
|
Binary file
|
package/tests/suite/bin/ldxb
DELETED
|
Binary file
|
package/tests/suite/bin/ldxz
DELETED
|
Binary file
|
package/tests/suite/bin/ldxzy
DELETED
|
Binary file
|
package/tests/suite/bin/ldya
DELETED
|
Binary file
|
package/tests/suite/bin/ldyax
DELETED
|
Binary file
|
package/tests/suite/bin/ldyb
DELETED
|
Binary file
|
package/tests/suite/bin/ldyz
DELETED
|
Binary file
|
package/tests/suite/bin/ldyzx
DELETED
|
Binary file
|
package/tests/suite/bin/loadth
DELETED
|
Binary file
|
package/tests/suite/bin/lsea
DELETED
|
Binary file
|
package/tests/suite/bin/lseax
DELETED
|
Binary file
|
package/tests/suite/bin/lseay
DELETED
|
Binary file
|
package/tests/suite/bin/lseix
DELETED
|
Binary file
|
package/tests/suite/bin/lseiy
DELETED
|
Binary file
|
package/tests/suite/bin/lsez
DELETED
|
Binary file
|
package/tests/suite/bin/lsezx
DELETED
|
Binary file
|
package/tests/suite/bin/lsra
DELETED
|
Binary file
|
package/tests/suite/bin/lsrax
DELETED
|
Binary file
|
package/tests/suite/bin/lsrn
DELETED
|
Binary file
|
package/tests/suite/bin/lsrz
DELETED
|
Binary file
|
package/tests/suite/bin/lsrzx
DELETED
|
Binary file
|
package/tests/suite/bin/lxab
DELETED
|
Binary file
|
package/tests/suite/bin/mmu
DELETED
|
Binary file
|
package/tests/suite/bin/mmufetch
DELETED
|
Binary file
|
package/tests/suite/bin/nmi
DELETED
|
Binary file
|
package/tests/suite/bin/nopa
DELETED
|
Binary file
|
package/tests/suite/bin/nopax
DELETED
|
Binary file
|
package/tests/suite/bin/nopb
DELETED
|
Binary file
|
package/tests/suite/bin/nopn
DELETED
|
Binary file
|
package/tests/suite/bin/nopz
DELETED
|
Binary file
|
package/tests/suite/bin/nopzx
DELETED
|
Binary file
|
package/tests/suite/bin/oneshot
DELETED
|
Binary file
|
package/tests/suite/bin/oraa
DELETED
|
Binary file
|
package/tests/suite/bin/oraax
DELETED
|
Binary file
|
package/tests/suite/bin/oraay
DELETED
|
Binary file
|
package/tests/suite/bin/orab
DELETED
|
Binary file
|
package/tests/suite/bin/oraix
DELETED
|
Binary file
|
package/tests/suite/bin/oraiy
DELETED
|
Binary file
|
package/tests/suite/bin/oraz
DELETED
|
Binary file
|
package/tests/suite/bin/orazx
DELETED
|
Binary file
|
package/tests/suite/bin/phan
DELETED
|
Binary file
|
package/tests/suite/bin/phpn
DELETED
|
Binary file
|
package/tests/suite/bin/plan
DELETED
|
Binary file
|
package/tests/suite/bin/plpn
DELETED
|
Binary file
|
package/tests/suite/bin/rlaa
DELETED
|
Binary file
|
package/tests/suite/bin/rlaax
DELETED
|
Binary file
|
package/tests/suite/bin/rlaay
DELETED
|
Binary file
|
package/tests/suite/bin/rlaix
DELETED
|
Binary file
|
package/tests/suite/bin/rlaiy
DELETED
|
Binary file
|
package/tests/suite/bin/rlaz
DELETED
|
Binary file
|
package/tests/suite/bin/rlazx
DELETED
|
Binary file
|
package/tests/suite/bin/rola
DELETED
|
Binary file
|
package/tests/suite/bin/rolax
DELETED
|
Binary file
|
package/tests/suite/bin/roln
DELETED
|
Binary file
|
package/tests/suite/bin/rolz
DELETED
|
Binary file
|
package/tests/suite/bin/rolzx
DELETED
|
Binary file
|
package/tests/suite/bin/rora
DELETED
|
Binary file
|
package/tests/suite/bin/rorax
DELETED
|
Binary file
|
package/tests/suite/bin/rorn
DELETED
|
Binary file
|
package/tests/suite/bin/rorz
DELETED
|
Binary file
|
package/tests/suite/bin/rorzx
DELETED
|
Binary file
|
package/tests/suite/bin/rraa
DELETED
|
Binary file
|
package/tests/suite/bin/rraax
DELETED
|
Binary file
|
package/tests/suite/bin/rraay
DELETED
|
Binary file
|
package/tests/suite/bin/rraix
DELETED
|
Binary file
|
package/tests/suite/bin/rraiy
DELETED
|
Binary file
|
package/tests/suite/bin/rraz
DELETED
|
Binary file
|
package/tests/suite/bin/rrazx
DELETED
|
Binary file
|
package/tests/suite/bin/rtin
DELETED
|
Binary file
|
package/tests/suite/bin/rtsn
DELETED
|
Binary file
|
package/tests/suite/bin/sbca
DELETED
|
Binary file
|
package/tests/suite/bin/sbcax
DELETED
|
Binary file
|
package/tests/suite/bin/sbcay
DELETED
|
Binary file
|
package/tests/suite/bin/sbcb
DELETED
|
Binary file
|
package/tests/suite/bin/sbcb(eb)
DELETED
|
Binary file
|
package/tests/suite/bin/sbcix
DELETED
|
Binary file
|
package/tests/suite/bin/sbciy
DELETED
|
Binary file
|
package/tests/suite/bin/sbcz
DELETED
|
Binary file
|
package/tests/suite/bin/sbczx
DELETED
|
Binary file
|
package/tests/suite/bin/sbxb
DELETED
|
Binary file
|
package/tests/suite/bin/secn
DELETED
|
Binary file
|
package/tests/suite/bin/sedn
DELETED
|
Binary file
|
package/tests/suite/bin/sein
DELETED
|
Binary file
|
package/tests/suite/bin/shaay
DELETED
|
Binary file
|
package/tests/suite/bin/shaiy
DELETED
|
Binary file
|
package/tests/suite/bin/shsay
DELETED
|
Binary file
|
package/tests/suite/bin/shxay
DELETED
|
Binary file
|
package/tests/suite/bin/shyax
DELETED
|
Binary file
|
package/tests/suite/bin/staa
DELETED
|
Binary file
|
package/tests/suite/bin/staax
DELETED
|
Binary file
|
package/tests/suite/bin/staay
DELETED
|
Binary file
|
package/tests/suite/bin/staix
DELETED
|
Binary file
|
package/tests/suite/bin/staiy
DELETED
|
Binary file
|
package/tests/suite/bin/staz
DELETED
|
Binary file
|
package/tests/suite/bin/stazx
DELETED
|
Binary file
|
package/tests/suite/bin/stxa
DELETED
|
Binary file
|
package/tests/suite/bin/stxz
DELETED
|
Binary file
|
package/tests/suite/bin/stxzy
DELETED
|
Binary file
|
package/tests/suite/bin/stya
DELETED
|
Binary file
|
package/tests/suite/bin/styz
DELETED
|
Binary file
|
package/tests/suite/bin/styzx
DELETED
|
Binary file
|
package/tests/suite/bin/taxn
DELETED
|
Binary file
|
package/tests/suite/bin/tayn
DELETED
|
Binary file
|
package/tests/suite/bin/trap1
DELETED
|
Binary file
|
package/tests/suite/bin/trap10
DELETED
|
Binary file
|
package/tests/suite/bin/trap11
DELETED
|
Binary file
|
package/tests/suite/bin/trap12
DELETED
|
Binary file
|
package/tests/suite/bin/trap13
DELETED
|
Binary file
|
package/tests/suite/bin/trap14
DELETED
|
Binary file
|
package/tests/suite/bin/trap15
DELETED
|
Binary file
|
package/tests/suite/bin/trap16
DELETED
|
Binary file
|
package/tests/suite/bin/trap17
DELETED
|
Binary file
|
package/tests/suite/bin/trap2
DELETED
|
Binary file
|
package/tests/suite/bin/trap3
DELETED
|
Binary file
|
package/tests/suite/bin/trap4
DELETED
|
Binary file
|
package/tests/suite/bin/trap5
DELETED
|
Binary file
|
package/tests/suite/bin/trap6
DELETED
|
Binary file
|
package/tests/suite/bin/trap7
DELETED
|
Binary file
|
package/tests/suite/bin/trap8
DELETED
|
Binary file
|
package/tests/suite/bin/trap9
DELETED
|
Binary file
|
package/tests/suite/bin/tsxn
DELETED
|
Binary file
|
package/tests/suite/bin/txan
DELETED
|
Binary file
|
package/tests/suite/bin/txsn
DELETED
|
Binary file
|
package/tests/suite/bin/tyan
DELETED
|
Binary file
|
|
@@ -1,178 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
2
|
-
<html>
|
|
3
|
-
<head>
|
|
4
|
-
<meta name="description" content="Archive for the cbm-hackers mailing list" />
|
|
5
|
-
<meta name="Author" content="Christer Palm (palm_at_nogui.se)" />
|
|
6
|
-
<meta name="Subject" content="Wolfgang Lorenz's 6502 test suite" />
|
|
7
|
-
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
|
|
8
|
-
<meta name="Date" content="2002-04-22" />
|
|
9
|
-
<title>cbm-hackers mailing list: Wolfgang Lorenz's 6502 test suite</title>
|
|
10
|
-
</head>
|
|
11
|
-
|
|
12
|
-
<body bgcolor="#ffffcc" text="#000000" link="#0000cc" alink="#880000" vlink="#000088">
|
|
13
|
-
<h1>Wolfgang Lorenz's 6502 test suite</h1>
|
|
14
|
-
|
|
15
|
-
<!-- received="Mon Apr 22 13:30:27 2002" -->
|
|
16
|
-
<!-- isoreceived="20020422113027" -->
|
|
17
|
-
<!-- sent="Mon, 22 Apr 2002 12:25:43 +0200" -->
|
|
18
|
-
<!-- isosent="20020422102543" -->
|
|
19
|
-
<!-- name="Christer Palm" -->
|
|
20
|
-
<!-- email="palm_at_nogui.se" -->
|
|
21
|
-
<!-- subject="Wolfgang Lorenz's 6502 test suite" -->
|
|
22
|
-
<!-- id="3CC3E527.8040804@nogui.se" -->
|
|
23
|
-
<!-- charset="us-ascii" -->
|
|
24
|
-
<!-- expires="-1" -->
|
|
25
|
-
<p>
|
|
26
|
-
<strong>From:</strong> Christer Palm (<em>palm_at_nogui.se</em>)<br />
|
|
27
|
-
<strong>Date:</strong> 2002-04-22 12:25:43
|
|
28
|
-
</p>
|
|
29
|
-
<!-- next="start" -->
|
|
30
|
-
<li>
|
|
31
|
-
<strong>Next message:</strong>
|
|
32
|
-
<a href="7115.html">Larry Anderson: "Re: 6510 CPU extensions"</a>
|
|
33
|
-
<ul>
|
|
34
|
-
<li>
|
|
35
|
-
<strong>Previous message:</strong>
|
|
36
|
-
<a href="7113.html">ruud.baltissen_at_abp.nl: "RE: 6510 CPU extensions"</a>
|
|
37
|
-
<!-- nextthread="start" -->
|
|
38
|
-
<!-- reply="end" -->
|
|
39
|
-
</li>
|
|
40
|
-
|
|
41
|
-
<li>
|
|
42
|
-
<strong>Messages sorted by:</strong>
|
|
43
|
-
<a href="date.html#7114">[ date ]</a>
|
|
44
|
-
<a href="index.html#7114">[ thread ]</a>
|
|
45
|
-
<a href="subject.html#7114">[ subject ]</a>
|
|
46
|
-
<a href="author.html#7114">[ author ]</a>
|
|
47
|
-
<a href="attachment.html">[ attachment ]</a>
|
|
48
|
-
</li>
|
|
49
|
-
</ul>
|
|
50
|
-
|
|
51
|
-
<!-- body="start" -->
|
|
52
|
-
<pre>
|
|
53
|
-
Hi all!
|
|
54
|
-
|
|
55
|
-
When Wolfgang Lorenz's excellent 6502 (well, actually there's some 6526
|
|
56
|
-
stuff in there as well) test suite was mentioned earlier on, I recalled
|
|
57
|
-
having re-packaged it a few years ago in a form more suitable for play
|
|
58
|
-
on non-Commodore platforms (it was originally provided as a D64 image).
|
|
59
|
-
|
|
60
|
-
In case anyone would find it useful I packed it up and put it online at
|
|
61
|
-
<a href="http://jegt.net/~palm/testsuite-2.15.tar.gz">http://jegt.net/~palm/testsuite-2.15.tar.gz</a>
|
|
62
|
-
|
|
63
|
-
Since it makes a few assumtions about the surrounding environment, I'd
|
|
64
|
-
also like to share a few notes on the "test bench" environment I hacked
|
|
65
|
-
up to be able to run it outside a C64:
|
|
66
|
-
|
|
67
|
-
The testcase is started by loading " start" and starting the CPU.
|
|
68
|
-
|
|
69
|
-
The load routine does the following:
|
|
70
|
-
|
|
71
|
-
- Check the filename for "trap17" and exit if it is, since this is
|
|
72
|
-
where testing of non-6510 stuff begins
|
|
73
|
-
|
|
74
|
-
- Read the starting address from the two first bytes of the file
|
|
75
|
-
(LO, HI)
|
|
76
|
-
|
|
77
|
-
- Load the rest of the file into memory at the specified starting
|
|
78
|
-
address
|
|
79
|
-
|
|
80
|
-
- Initialize some memory locations:
|
|
81
|
-
|
|
82
|
-
$0002 = $00
|
|
83
|
-
$A002 = $00
|
|
84
|
-
$A003 = $80
|
|
85
|
-
$FFFE = $48
|
|
86
|
-
$FFFF = $FF
|
|
87
|
-
$01FE = $FF
|
|
88
|
-
$01FF = $7F
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
- Set up the KERNAL "IRQ handler" at $FF48:
|
|
92
|
-
|
|
93
|
-
FF48 48 PHA
|
|
94
|
-
FF49 8A TXA
|
|
95
|
-
FF4A 48 PHA
|
|
96
|
-
FF4B 98 TYA
|
|
97
|
-
FF4C 48 PHA
|
|
98
|
-
FF4D BA TSX
|
|
99
|
-
FF4E BD 04 01 LDA $0104,X
|
|
100
|
-
FF51 29 10 AND #$10
|
|
101
|
-
FF53 F0 03 BEQ $FF58
|
|
102
|
-
FF55 6C 16 03 JMP ($0316)
|
|
103
|
-
FF58 6C 14 03 JMP ($0314)
|
|
104
|
-
|
|
105
|
-
- Put trap instructions at $FFD2, $E16F, $FFE4, $8000 and $A474
|
|
106
|
-
|
|
107
|
-
- Set S to $FD, P to $04 and PC to $0801
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
The trap handler does the following:
|
|
111
|
-
|
|
112
|
-
if PC == $FFD2 (Print character):
|
|
113
|
-
Set $030C = 0
|
|
114
|
-
Print PETSCII character corresponding to value of A
|
|
115
|
-
Pop return address from stack
|
|
116
|
-
Set PC to return address
|
|
117
|
-
Re-start the CPU
|
|
118
|
-
|
|
119
|
-
if PC == $E16F (Load):
|
|
120
|
-
$BB is PETSCII filename address, low byte
|
|
121
|
-
$BC is PETSCII filename address, high byte
|
|
122
|
-
$B7 is PETSCII filename lenght
|
|
123
|
-
Load the file
|
|
124
|
-
Pop return address from stack
|
|
125
|
-
Set PC to $0816
|
|
126
|
-
Re-start the CPU
|
|
127
|
-
|
|
128
|
-
if PC == $FFE4 (Scan keyboard):
|
|
129
|
-
Set A to 3
|
|
130
|
-
Pop return address from stack
|
|
131
|
-
Set PC to return address
|
|
132
|
-
Re-start the CPU
|
|
133
|
-
|
|
134
|
-
if PC == $8000:
|
|
135
|
-
if PC == $A474:
|
|
136
|
-
Exit
|
|
137
|
-
|
|
138
|
-
If you have any questions, direct them to me personally or to the
|
|
139
|
-
cbm-hackers list since I don't monitor the commodoreone list.
|
|
140
|
-
|
|
141
|
-
--
|
|
142
|
-
Christer Palm
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
Message was sent through the cbm-hackers mailing list
|
|
146
|
-
</pre>
|
|
147
|
-
<!-- body="end" -->
|
|
148
|
-
<ul>
|
|
149
|
-
<!-- next="start" -->
|
|
150
|
-
<li>
|
|
151
|
-
<strong>Next message:</strong>
|
|
152
|
-
<a href="7115.html">Larry Anderson: "Re: 6510 CPU extensions"</a>
|
|
153
|
-
</li>
|
|
154
|
-
<li>
|
|
155
|
-
<strong>Previous message:</strong>
|
|
156
|
-
<a href="7113.html">ruud.baltissen_at_abp.nl: "RE: 6510 CPU extensions"</a>
|
|
157
|
-
<!-- nextthread="start" -->
|
|
158
|
-
<!-- reply="end" -->
|
|
159
|
-
</li>
|
|
160
|
-
|
|
161
|
-
<li>
|
|
162
|
-
<strong>Messages sorted by:</strong>
|
|
163
|
-
<a href="date.html#7114">[ date ]</a>
|
|
164
|
-
<a href="index.html#7114">[ thread ]</a>
|
|
165
|
-
<a href="subject.html#7114">[ subject ]</a>
|
|
166
|
-
<a href="author.html#7114">[ author ]</a>
|
|
167
|
-
<a href="attachment.html">[ attachment ]</a>
|
|
168
|
-
</li>
|
|
169
|
-
</ul>
|
|
170
|
-
|
|
171
|
-
<!-- trailer="footer" -->
|
|
172
|
-
|
|
173
|
-
<p class="extro">
|
|
174
|
-
<small>Archive generated by <a href="http://www.hypermail.org/">hypermail 2.1.4</a>.</small>
|
|
175
|
-
</p>
|
|
176
|
-
</li>
|
|
177
|
-
</body>
|
|
178
|
-
</html>
|