| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| builderpages:plasmo:65all:65all_r0 [2024/01/14 17:17] – Initial import from Wayback Machine | builderpages:plasmo:65all:65all_r0 [2026/06/15 13:04] (current) – external edit 127.0.0.1 |
|---|
| /* Imported from Wayback Machine | /* Imported from Wayback Machine |
| Original URL : https://www.retrobrewcomputers.org/doku.php?id=builderpages:plasmo:65all:65all_r0 | Original URL : https://retrobrewcomputers.org/doku.php?id=builderpages:plasmo:65all:65all_r0 |
| Snapshot date: 2024-01-14 | Snapshot date: 2025-03-21 |
| Generator : wayback-archiver | Generator : wayback-archiver |
| */ | */ |
| ===== Design Information ===== | ===== Design Information ===== |
| |
| [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:65all:65all_rev0_scm.pdf|Schematic]] | [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:65all:65all_rev0_scm.pdf|Schematic]] |
| |
| [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:65all:65all_rev0_gerber_4layer.zip|Gerber photoplots]] | [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:65all:65all_rev0_gerber_4layer.zip|Gerber photoplots]] |
| |
| [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:65all:65all_rev0pcb_cpld_final_m-map.zip|CPLD design]] files | [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:65all:65all_rev0pcb_cpld_final_m-map.zip|CPLD design]] files |
| |
| [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:65all:65all_rev0pcb_cpld_final_m-map_top_scm.pdf|schematic of the CPLD]] in pdf. ←zoom in to see details | [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:65all:65all_rev0pcb_cpld_final_m-map_top_scm.pdf|schematic of the CPLD]] in pdf. ←zoom in to see details |
| |
| Bill of Materials | Bill of Materials |
| ==== Software ==== | ==== Software ==== |
| |
| [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:65all:65all_romcfbt_start_from_c002.txt|32-byte Bootstrap ROM]] resided in CPLD | [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:65all:65all_romcfbt_start_from_c002.txt|32-byte Bootstrap ROM]] resided in CPLD |
| |
| [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:65all:65all_master_boot_record_program.txt|Program stored in CF's master boot record]] ← this is 2nd stage bootstrap to load and run monitor program stored in CF disk. | [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:65all:65all_master_boot_record_program.txt|Program stored in CF's master boot record]] ← this is 2nd stage bootstrap to load and run monitor program stored in CF disk. |
| |
| [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:65all:bbmon65all_monitor_r04a_final_m-map.zip|65ALL monitor]], rev0.4a | [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:65all:bbmon65all_monitor_r04a_final_m-map.zip|65ALL monitor]], rev0.4a |
| |
| Klaus Dormann [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:65all:dormann_6502tst_0x400.hex|instruction test for 6502]], program starts at 0x400 | Klaus Dormann [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:65all:dormann_6502tst_0x400.hex|instruction test for 6502]], program starts at 0x400 |
| |
| Klaus Dormann [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:65all:dormann_65c02_extended_opcodes_test_0x400.hex|instruction test for 65C02]], program starts at 0x400 | Klaus Dormann [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:65all:dormann_65c02_extended_opcodes_test_0x400.hex|instruction test for 65C02]], program starts at 0x400 |
| |
| Tinyload file loader, a small 256-byte program for uploading new monitor software replacing the existing monitor. | Tinyload file loader, a small 256-byte program for uploading new monitor software replacing the existing monitor. |
| CFBoot utility software for saving programs to master boot record, saving monitor to CF disk, and saving supporting software to CF. | CFBoot utility software for saving programs to master boot record, saving monitor to CF disk, and saving supporting software to CF. |
| |
| [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:65all:65all_badapple_demo_data_at_lba_0800.zip|BadApple demo]] program. Program needs BadApple data file in CF. Program starts from 0x1000 | [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:65all:65all_badapple_demo_data_at_lba_0800.zip|BadApple demo]] program. Program needs BadApple data file in CF. Program starts from 0x1000 |
| |
| [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:65all:65all_bbmon65all_rev04_badapple_at_0800_and_c020.zip|CF image of 65ALL software]]. This image contains 2nd stage bootstrap in master boot record, font table, tinyload file loader, and 65ALL monitor. It also include data file for BadApple demo program. | [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:65all:65all_bbmon65all_rev04_badapple_at_0800_and_c020.zip|CF image of 65ALL software]]. This image contains 2nd stage bootstrap in master boot record, font table, tinyload file loader, and 65ALL monitor. It also include data file for BadApple demo program. |
| |