Quote from: tubs74 on Yesterday at 20:59Onto CP/M on the 6128, it boots with 61k available - on my spectrum +3 and C/PM I then have an M drive, that is the rest of the RAM - does CP/M on the 6128 have full access to 128k of RAM in a similar way?61kB are in the second 64kB. In the first 64kB are CPM and screen.
Quote from: lightforce6128 on 01:24, 11 May 25We can send samples at 166 kHz. Should be enough ...
Quote from: BSC on 20:08, 11 May 25Is this supposed to be some kind of competition for the retro-computer sample-replay world-record?
Quote from: McArti0 on 21:52, 11 May 25you didn't take dithering into account
Quote from: Prodatron on Yesterday at 13:08Oh, thanks for the information. My informations were different. But one can learn every day something new.Quote from: GUNHED on 22:40, 11 May 25Its great Multitasking OSNo, in Rosanne there is no multitasking at all. There is not even "multi-programming".
As soon as you go back from the current program it has to store its document and shut down itself again before you can do anything else. When returning from a program and switch to another one, which was already running before it lost all its states and needs again to load an existing document or start a new one.
The UI concept is similiar to the NC100/200, nice designed, lot of easy to use keyboard shortcuts.
But Rosannes display routines are just terrible slow. The screen is 38K, but the CPU is 4x as fast as these of the CPC and NC, and you can watch, how it is plotting things from up to down line by line.
Maybe some like this because it gives some retro feelings, but with a 16MHz Z80 you can expect a lot more.
Quote from: Prodatron on Yesterday at 11:10Quote from: McArti0 on 00:59, 11 May 25No. Writing to register F6 is completely unnecessary.Really?
Would be funny, if we were all wrong in the past.
org #4000
di
call init
ld d,#F5
ld bc,#F400
loop
inc c
out (c),c
vsync1
ld a,d : in a,(0) : rra : jr nc,vsync1
vsync2
ld a,d : in a,(0) : rra : jr c,vsync2
jr loop
ret
init
ld bc,#F782 ;PC set PA as OUT
OUT (c),c
ld bc,#F407 ;PA has R sel (vol A channel)
OUT (c),c
ld bc,#F6C0 ;PC move PA to sel R
OUT (c),c
ld bc,#F600 ;PC dis AY
OUT (c),c
ld bc,#F43e ;PA set
OUT (c),c
ld bc,#F680 ;PC open AY and connect PA with Rsel
OUT (c),c
ld bc,#F600 ;PC dis AY
OUT (c),c
; R8
ld bc,#F408 ;PA has R sel (vol A channel)
OUT (c),c
ld bc,#F6C0 ;PC move PA to sel R
OUT (c),c
ld bc,#F600 ;PC dis AY
OUT (c),c
ld bc,#F409 ;PA set
OUT (c),c
ld bc,#F680 ;PC open AY and connect PA with Rsel
OUT (c),c
ld bc,#F600 ;PC dis AY
OUT (c),c
; R0
ld bc,#F400 ;PA has R sel (vol A channel)
OUT (c),c
ld bc,#F6C0 ;PC move PA to sel R
OUT (c),c
ld bc,#F600 ;PC dis AY
OUT (c),c
ld bc,#F400 ;PA set 0
OUT (c),c
ld bc,#F680 ;PC open AY and connect PA with Rsel
OUT (c),c
ret
Quote from: cwpab on Yesterday at 09:05After doing some more research, I found the PCW16 to be an excellent machine! (Despite the slowness while drawing the graphics, lack of Internet connection, etc.):
- A color monitor was not really needed for those purposes
- A hard drive was not necessary because files were 7KB and you could store hundreds of those in a 1.4MB floppy
- The machine could even start itself to remind you of some appointment!
- The UI is fantastic and perfect for non-IT people
- The system could backup itself in just a few minutes in a floppy disk
- The thing looks gorgeous
Quote from: Emu on Yesterday at 20:17Keyboard: Logitech K375s (bluetooth)Quote from: ikerkaz on Yesterday at 12:03The numeric keyboard works like a joystick or not, depending of the NUMLOCK status.
This is the way it should work.
What brand/type of keyboard do you have? Perhaps I find a similar one to test here.
Page created in 0.137 seconds with 17 queries.