Search found 538 matches

by sorchard
Thu Dec 30, 2021 12:07 pm
Forum: For Sale
Topic: Blockdown cartridges for sale
Replies: 2
Views: 11917

Re: Blockdown cartridges for sale

Love the artwork! Brilliant :)
by sorchard
Sat Dec 11, 2021 5:32 pm
Forum: Hints and Tips
Topic: Some useful short 6809 routines
Replies: 2
Views: 13244

Re: Some useful short 6809 routines

Cool. Thanks for sharing :) There is an old trick for converting a binary digit to ascii hex that is fewer bytes than the branching version: adda #$90 daa adca #$40 daa Also, I wonder how the long multiplication compares with a version that uses 6809 MUL (8x8) to generate the partial products.
by sorchard
Fri Dec 03, 2021 8:58 pm
Forum: Dragon Hardware
Topic: Dragon 64 internal DS1315 RTC board
Replies: 10
Views: 12470

Re: Dragon 64 internal DS1315 RTC board

Doesn't RTI spit a dead cycle at the end though?! It does, but the beautiful thing is that it emits the stack pointer during that cycle rather than FFFF :ugeek: Something similar happens to allow say LDA ,X to work. It runs for four cycles: First two cycles are opcode and postbyte, then there is a ...
by sorchard
Fri Dec 03, 2021 6:33 pm
Forum: Dragon Hardware
Topic: Dragon 64 internal DS1315 RTC board
Replies: 10
Views: 12470

Re: Dragon 64 internal DS1315 RTC board

Not quite sure where this lies on the filthometer, but one code trick I'm fond of is using rts with a preloaded stack as a fast loop counter or sequencer. A similar thing can be done with puls regs,pc to quickly make a series of function calls with parameters. This approach is nicer because it respe...
by sorchard
Thu Dec 02, 2021 4:40 pm
Forum: Dragon Hardware
Topic: Dragon 64 internal DS1315 RTC board
Replies: 10
Views: 12470

Re: Dragon 64 internal DS1315 RTC board

Just some proof of concept code to access the rtc without switching roms.

Should help with getting one of these working in a Dragon 32.
by sorchard
Wed Dec 01, 2021 8:55 pm
Forum: Dragon Hardware
Topic: Dragon 64 internal DS1315 RTC board
Replies: 10
Views: 12470

Re: Dragon 64 internal DS1315 RTC board

That's some pretty tenacious coding you've pulled off there to access the rtc :)
by sorchard
Tue Nov 23, 2021 9:04 pm
Forum: Dragon General
Topic: Project 2
Replies: 56
Views: 86816

Re: Project 2

The hi score table looks great, and I don't even need to add the qualifier 'for the Dragon'! It definitely captures the arcade feel :D
by sorchard
Fri Nov 19, 2021 4:54 pm
Forum: Dragon General
Topic: XRoar 1.0 released
Replies: 49
Views: 110348

Re: XRoar 1.0 released

can you point me to the download link. i can't find it. sixxie only had time during his lunch break to push a source update, which I was able to build and can confirm it fixes my issue: So cheers @sixxie for that :) Also @sixxie Many thanks for the updated manual. Very nice. One thing with the buil...
by sorchard
Fri Nov 19, 2021 1:54 pm
Forum: Dragon General
Topic: XRoar 1.0 released
Replies: 49
Views: 110348

Re: XRoar 1.0 released

Sorry for drip feeding you bits of info. I should have said I tried -machine-cart on the command line.

So in my case:

-machine-cart on the command line does not work with -run
machine-cart in .conf also does not work with -run on the command line
but
-cart on the command line *does* work with -run
by sorchard
Fri Nov 19, 2021 11:28 am
Forum: Dragon General
Topic: XRoar 1.0 released
Replies: 49
Views: 110348

Re: XRoar 1.0 released

I've just noticed that specifying both cart and binary on the command line doesn't work either. The loading of the cart is suppressed by the presence of the binary. The only workaround I've found is to put nothing on the command line and load the file from within xroar.