Search found 4460 matches

by Dbug
Thu Dec 19, 2013 10:02 pm
Forum: Technical questions
Topic: pravetz and sxc floppy emulator.
Replies: 3
Views: 8449

Re: pravetz and sxc floppy emulator.

If I am not mistaken, Pravetz already has a disk controller, however that's Apple ][ compatible controller. So, is it possible to use hxc floppy emulator with Pravetz without having extra disk controller? The Pravetz 8D is an exact copy of the Atmos, it does not have a built-in controller. The only...
by Dbug
Mon Dec 16, 2013 11:12 pm
Forum: Hardware hacks and extensions
Topic: Microdisc replacement project
Replies: 183
Views: 198044

Re: Microdisc replacement project

I'm not familiar with the programming of these things, but some questions: Are we sure that the size of the files are multiple of 64 bytes? If I understand correctly, erase_program_verify_page, is the routine that writes data from a 64 bytes buffer to some particular address in 'rom' and then return...
by Dbug
Mon Dec 16, 2013 7:44 pm
Forum: Mags and books
Topic: Programming the 6502 - Rodnay Zaks
Replies: 20
Views: 36356

Re: Programming the 6502 - Rodnay Zaks

Personnally, i've learned 6502 code with "Leventhal's 6502 programming" I've got later zak's books. There're both good. I have both :) The Leventhal's is a good source for already made programs/snippets of code, but I don't used it much as a reference. So basically in summary: - Leventhal...
by Dbug
Mon Dec 16, 2013 6:18 pm
Forum: Mags and books
Topic: Programming the 6502 - Rodnay Zaks
Replies: 20
Views: 36356

Re: Programming the 6502 - Rodnay Zaks

It's my main 6502 reference.

Zaks books are very standardized, he wrote the same book for Z80 and bunch of other processors, so they all have the same structure with some information about boolean and logic, addressing modes, then instructions and some tables.

Fortunately the books are good :)
by Dbug
Fri Dec 13, 2013 6:16 pm
Forum: Hardware hacks and extensions
Topic: What does everyone think of this?
Replies: 15
Views: 23864

Re: What does everyone think of this?

@barnsey123: That's actually not a bad idea.
Not sure how doable it is, but definitely not stupid.
by Dbug
Thu Dec 12, 2013 9:23 pm
Forum: General Discussion
Topic: Cumulus Preorder Thread
Replies: 272
Views: 426856

Re: Cumulus Preorder Thread

So my current status is that I'm trying to track down a local PICKit2 that I can use to debug the firmware/bootloader issues - and as soon as I have this, and have been able to build a firmware/bootloader image, I can get stuck into debugging it. However this will take me a couple more days yet - t...
by Dbug
Wed Dec 11, 2013 10:28 pm
Forum: Tape and floppy disk converters
Topic: FloppyBuilder
Replies: 1
Views: 10053

FloppyBuilder

I'm not far of having a clean version of the FloppyBuilder we used in the Defence Force demos. Most of the code has been rewritten, the description file syntax is now totally different as wells as both the loader and exported floppy layout information. The biggest achievement so far is that in emula...
by Dbug
Wed Dec 11, 2013 8:14 pm
Forum: Games
Topic: The Return of Viking Chess (Hnefatafl)
Replies: 268
Views: 317136

Re: The Return of Viking Chess (Hnefatafl)

You can help debugging by using the printer output, that's practical do dump information to a text file for later review :)
by Dbug
Tue Dec 10, 2013 2:18 pm
Forum: Hardware hacks and extensions
Topic: What does everyone think of this?
Replies: 15
Views: 23864

Re: What does everyone think of this?

While Cumulus is an excellent and compact solution, the physical Drive + HxC has the advantage of allowing things like ripping out old real floppies in a reliable way - something that readdsk on a pc is not always able to do anymore.
by Dbug
Tue Dec 10, 2013 12:53 pm
Forum: 6502 assembly coding
Topic: Sprites
Replies: 23
Views: 39358

Re: Sprites

Looks cute :)
by Dbug
Tue Dec 10, 2013 8:47 am
Forum: General Discussion
Topic: Cumulus Preorder Thread
Replies: 272
Views: 426856

Re: Cumulus Preorder Thread

any idea of time line for production. And method of payment preferred. The production of the hardware has already started some time ago, the delivery will start after the units have been 'flashed' with a reliable boostrap firmware. Boris said he was fine with either bank transfer or Paypal for paym...
by Dbug
Mon Dec 09, 2013 9:51 pm
Forum: General Discussion
Topic: Cumulus Preorder Thread
Replies: 272
Views: 426856

Re: Cumulus Preorder Thread

Hello everybody, the price for Cumulus is now known: 70 euros, including the red and black case. So the status from now one: - Boris is still busy soldering the units - the actual payment/expedition will start when he receives the fully debugged version of the bootloader. This bootloader is what goe...
by Dbug
Sat Dec 07, 2013 10:18 am
Forum: Games
Topic: The Return of Viking Chess (Hnefatafl)
Replies: 268
Views: 317136

Re: The Return of Viking Chess (Hnefatafl)

I understand. The standard charset still gets copied when we enter hires but if I don't use the std chars I can use that memory for something else. Got it (just have to ensure i print attribute 9). You have two ways of doing it: - Write to the TEXT location of charsets, and switch to hires after (t...
by Dbug
Fri Dec 06, 2013 10:18 pm
Forum: Games
Topic: The Return of Viking Chess (Hnefatafl)
Replies: 268
Views: 317136

Re: The Return of Viking Chess (Hnefatafl)

By the way, if you are interested there's an easy way to get almost 1 kilobyte of free memory: Instead of using standard text, use alternate text, and overwrite the standard text with whatever you want :) Deffo interested but how would that work? I still have to load the new font data of size X. Pr...
by Dbug
Fri Dec 06, 2013 8:25 pm
Forum: Games
Topic: The Return of Viking Chess (Hnefatafl)
Replies: 268
Views: 317136

Re: The Return of Viking Chess (Hnefatafl)

Also, if you change SET OSDKADDR=$500 to say $400 in your osdk_config.bat, you get 256 more bytes available.