|
|
|
|
|
Re: New 65816 SBC [message #9106 is a reply to message #9105] |
Mon, 06 September 2021 08:31   |
danwerner
Messages: 50 Registered: October 2015
|
Member |
|
|
A 65816 variant of the MSX is exactly what I was going for. . . . and by using IEC devices, I avoided the need for a "DOS" since that is all built into the devices. I did add disk commands into BASIC, like "directory", but they are fairly simple since the heavy lifting is done by the device. I also spent time with EhBasic to replicate some of the features of MSX basic. A simple program like:
10 SCREEN 1
20 SPRDEF 0,255,0,255,0,255,0,255,0
30 SPRSIZE 0
40 FOR I = 0 TO 255
50 SPRITE 0,0,I,40,3,0
60 NEXT I
70 GOTO 40
is all it takes to move a sprite around the screen.
Once I get a case printed up for it, it should be a pretty complete, classic 1980s system.
Dan
|
|
|
|
|
|
|
|
Re: New 65816 SBC [message #9419 is a reply to message #9414] |
Thu, 25 November 2021 05:12   |
floobydust
Messages: 9 Registered: September 2020 Location: Boynton Beach, FL
|
Junior Member |
|
|
Hi Andrew,
I have just about everything current for DOS/65 from Richard earlier this year. All current 2.x and 3.x releases. I posted in response to Bill's post there stating what I've got and what I've done.
(apparently I can't put a link here until I've made more than 1 post... who knew)
If you send me an email, I can forward Rich's original sources to you, as Rich said he was fine with me sharing the files with others who are interested in using DOS/65.
email: kemaier2-at-bellsouth-dot-net ;-)
Regards, KM
Regards, KM
https://github.com/floobydust
|
|
|
|
|
|
Re: New 65816 SBC [message #9442 is a reply to message #9100] |
Wed, 01 December 2021 06:13  |
quarterturn
Messages: 86 Registered: April 2018
|
Member |
|
|
I like this but would love to see you use a V9985 so there could be an 80-column text/graphics mode. I know vintage chips of all sorts are getting hard to find and avoid fakes, so also consider the Xosera project - it uses a cheap FPGA to provide port-mapped VGA video for vintage systems.
|
|
|