44 Commits

Author SHA1 Message Date
Fred VanEijk
442a180d8a add missing Microcomputer6809Forth.vhd 2025-01-07 14:27:43 -05:00
Fred VanEijk
9d554828fd adding 6809 CamelForth microcomputer 2025-01-06 09:31:08 -05:00
Fred VanEijk
60339ca389 update assembler cpm bios read/write routines to be more robust
add cpm-blank.zip with the more robust cpm bios read/write routines
2024-12-17 07:56:55 -05:00
Fred VanEijk
4ef031e17a update sys to latest
keep old sd_card.sv as image_card.sv
2024-12-16 18:03:47 -05:00
Fred VanEijk
e51684ed65 fix keyboard mapping to be correct on a US keyboard 2024-12-15 10:25:23 -05:00
Fred VanEijk
4e135db665 remove image controller implementation 2024-12-10 10:26:29 -05:00
Fred VanEijk
5032cb28ce remove the broken delay in sd_controller 2024-12-08 09:58:13 -05:00
Fred VanEijk
1efd36aa14 - remove the image controller option
- extend initial startup delay in sd_controller
- update README.md
2024-12-07 09:24:35 -05:00
Fred VanEijk
f219ef5c22 - work on basic/interpreter option for for Z80/CPM
- add warm/cold reset option for the 6809
- add tools and docs to build 6809 interpreter
- revert the basMon files
2024-12-05 21:22:14 -05:00
Fred VanEijk
1dae91a05e - add hardware flow control rts/cts
- update README.md OSD and BASIC sections
- fix horizontal offset too far left in VGA mode
2024-12-02 16:25:06 -05:00
Fred VanEijk
ba0355cd18 Recent Updates:
- Fixed handling of CP/M hex segments that overlap with CBIOS area
- Improved track 0 initialization with proper segment ordering
- Added verification of track 0 contents after writing
- Added detailed segment analysis output
- Fixed directory initialization for single-drive images
- Added better error handling for missing hex files
- Added force option for skipping confirmation prompts
- Added hex file path configuration options
- Improved debug output and progress reporting
2024-11-03 08:39:09 -05:00
Fred VanEijk
b4c9d45ed1 add image controller - for using images as cp/m disk
increase read buffer of UART from 16 to 64 bytes
allow selection of UART baud rate
allow selection of sd controller or image controller
update readme.md with more explanation of above and more detail on MultiComp use specifically for CP/M
2024-11-01 09:04:45 -04:00
Fred VanEijk
12cfd07730 make new things clear for zip file basic utils problems etc 2024-10-31 15:51:29 -04:00
Fred VanEijk
444e196441 adding script to get the .com files from the transient package 2024-10-31 15:29:15 -04:00
Fred VanEijk
e4424affcd add com files for basic cp/m and update README.MD 2024-10-31 13:41:54 -04:00
Fred VanEijk
99cab8c923 readme.md for cpm.img 2024-10-31 13:30:31 -04:00
Fred VanEijk
2aeeef95b6 add files from transient package to the image, making for a better 1st user experience
asm.com
ddt.com
display.com
download.com
dump.com
ed.com
load.com
pip.com
stat.com
submit.com
2024-10-31 13:21:56 -04:00
Fred VanEijk
54a269be79 update tasm to v3.2 which will run on 64bit windows 2024-10-30 09:28:17 -04:00
Fred VanEijk
8c4cd01a96 fix table 2024-10-22 16:54:14 -04:00
Fred VanEijk
533702631a fix table 2024-10-22 16:46:02 -04:00
Fred VanEijk
7c8df37cfd add a pyhon script to build/read the cpm image 2024-10-22 16:38:14 -04:00
Fred VanEijk
e3d27cd466 add some cp/m example apps to a sd card image 2024-10-22 16:36:00 -04:00
Fred VanEijk
5496711b11 initial add 2024-10-22 15:50:15 -04:00
Fred VanEijk
182f6a84fc add instructions for use of cpm.img file and
installing applications to it.
2024-10-19 10:17:00 -04:00
Fred VanEijk
795164fb4f add python script to clear drives B to P of the cpm.img
add zip that contains a cpm.img file that can be mounted from the Mister games/MultiComp directory this img has CP/M and the G Searl download program pre configured
2024-10-19 09:57:33 -04:00
fvaneijk
6fbf5e062f add instruction for creation of SD Card cpm
image to readme
2024-10-19 07:04:33 -04:00
fvaneijk
3b79e2808f some cleanup 2024-10-18 18:46:05 -04:00
fvaneijk
5e1446a684 remove line 2024-10-18 18:43:54 -04:00
fvaneijk
59d68d12ac Add description on how to use the Mister
serial/console port to connect to the core
serial port
2024-10-18 18:34:11 -04:00
Cyril Venditti
4f9fef711c Update README.md 2024-10-05 13:40:43 -04:00
Cyril Venditti
ef59abb39d Update RBF
Update RBF
2021-01-13 10:46:18 -05:00
Cyril Venditti
e7a4845c69 Update README.md 2021-01-13 10:35:18 -05:00
Cyril Venditti
e35a7aaf64 Merge pull request #2 from S0urceror/master
MultiComp works now with Images and UART
2021-01-13 10:32:59 -05:00
S0urceror
3521a480de Updated SD to support writes on virtual SDcard 2020-12-29 12:05:06 +01:00
S0urceror
2eb56fa2db lower wait time 2020-12-23 21:01:37 +01:00
S0urceror
22525e6668 SPI USB support + wait in SD code 2020-12-23 14:26:20 +01:00
Mario Smit
fc0792fba1 updated README 2020-11-21 21:44:24 +01:00
Mario Smit
4da3af2feb fixed serial via uart 2020-11-21 21:28:30 +01:00
Mario Smit
5df985e5c1 Removed old IP and new sys and configuration 2020-11-16 16:26:03 +01:00
honupata
49f42e4b83 Update MicrocomputerZ80CPM.vhd
Fix N_RESET (upper case)
2018-07-05 10:16:31 -04:00
honupata
ca967a4c72 Update README.md 2018-06-29 19:10:58 -04:00
Cyril Venditti
6a60a64c44 V1.1 Add 6502 Basic and 6802 Basic
Add 6502 Basic and 6802 Basic accessible by the OSD MiSTer menu.
2018-06-29 19:09:23 -04:00
Cyril Venditti
2d48a3905c Fix issue in MultiComp.sv and MultiComp.qsf 2018-06-25 09:05:31 -04:00
Cyril Venditti
a8139f32d0 Initial Commit
Initial Commit  of the MuliComp. MuliComp is a port of Grant Searle's MultiComp to the MiSTer
2018-06-24 13:03:53 -04:00