Search found 122 matches
- 06 Oct 2017 12:55
- Forum: MEMOFEST 2017
- Topic: What to DO at Memofest 2017
- Replies: 17
- Views: 9014
Re: What to DO at Memofest 2017
I'd like to see Charlie's Einstein magic SD card system ;) Mark OK, well in that case I will have to bring the Tattie itself, as a ROM is needed (which is currently fitted to mine). Gosh, have not played with that for years. Can't remember how to use the darned thing... it's called "EinSDien" I thi...
- 06 Oct 2017 09:11
- Forum: MEMOFEST 2017
- Topic: What to DO at Memofest 2017
- Replies: 17
- Views: 9014
Re: What to DO at Memofest 2017
Martin, I have gazillions of disks for the Tattie. Including Elite (which is copy protected, unfortunately). Most of them contain productivity software, but I have some games too. I also have a prototype SD card device that emulates a FDD, fits to the 50 way expansion port and has a ROM. It was made...
- 05 Oct 2017 10:29
- Forum: TRADING AND COLLECTING
- Topic: Wanted: Faulty DRAM chips wanted!
- Replies: 6
- Views: 4600
Re: Wanted: Faulty DRAM chips wanted!
I have a bag of the buggers. Suspect 4116s that is. I could bring 'em to the 'fest next week if you like. However.. not sure if they really are toast or not - you know how impulsive I am with swapping out chips unnecessarily.. So if you find any good 'uns, I could use 'em back.. 

- 02 Oct 2017 10:23
- Forum: TRADING AND COLLECTING
- Topic: Wanted: Faulty DRAM chips wanted!
- Replies: 6
- Views: 4600
Re: Wanted: Faulty DRAM chips wanted!
Mark, are you planning on building a DRAM tester? That'd be pretty cool!
- 02 Oct 2017 10:17
- Forum: MEMOFEST 2017
- Topic: What to DO at Memofest 2017
- Replies: 17
- Views: 9014
Re: What to DO at Memofest 2017
As Memofest is in Hastings (reasonably nearby) I think attendance might be on the cards (pending permission from the Boss!).. I'd like to bring something, but what? As I haven't really done anything with it of note with my MTX, maybe I could bring something else of interest? Some suggestions: A TRS-...
- 19 Oct 2016 21:38
- Forum: CP/M
- Topic: Help request: Patching a CF card driver in CP/M 2.2
- Replies: 4
- Views: 3497
Re: Help request: Patching a CF card driver in CP/M 2.2
Thanks Martin
What I'm after is a bit of general CP/M 2.2 disk driver writing advice. I think I have done it right according to the CPM Alteration Guide, but as I said it ain't working. I wonder how you debug the BDOS..?
What I'm after is a bit of general CP/M 2.2 disk driver writing advice. I think I have done it right according to the CPM Alteration Guide, but as I said it ain't working. I wonder how you debug the BDOS..?
- 19 Oct 2016 16:35
- Forum: CP/M
- Topic: Help request: Patching a CF card driver in CP/M 2.2
- Replies: 4
- Views: 3497
Help request: Patching a CF card driver in CP/M 2.2
One for the CP/M hard core guys... and apologies if you read the same question elsewhere! I'm writing a CF adapter driver for a vanilla CP/M 2.2 implementation. The read and write routines are already written and working on a different CP/M device. They use a non standard interface because they're p...
- 08 May 2016 11:11
- Forum: OFF TOPIC
- Topic: Yet another ZX Spectrum !!
- Replies: 4
- Views: 2628
Re: Yet another ZX Spectrum !!
Hi Lez Looks real enough.. there was much discussion about over at VCF, although I'm pretty cynical about it myself as I have several of the real things right here, so don't really need it. Another option was mooted ( http://www.cnx-software.com/2016/02/08/k3-wintel-keyboard-pc-specs-unboxing-and-te...
- 01 Jan 2016 18:08
- Forum: PROGRAMMING
- Topic: C & Assembler conundrum
- Replies: 6
- Views: 4839
Re: C & Assembler conundrum
I did wonder. I suppose I wanted it working first! Yes, 3 t-states with HL vs BC..Bill B wrote:Indirect addressing on Z80 is most efficient using HL.
(edit:seems to be broken again. I think it is psect areas conflicting)
- 01 Jan 2016 18:06
- Forum: PROGRAMMING
- Topic: C & Assembler conundrum
- Replies: 6
- Views: 4839
Re: C & Assembler conundrum
This is the problem. I am developing it on CP/M with Hi-Tech C 3.09 and there is some corruption going on. Unfortunately the manual, while detailed, doesn't give much guidance on embedding assembler inline in a C program (which this is - and I'm trying to optimise it). It seems to be stable with the...