Search found 44 matches

by coredump
Tue May 12, 2009 4:19 pm
Forum: Programming
Topic: Assembler Routines for the 6502
Replies: 3
Views: 3645

I bought a copy of this book last year from AbeBooks:

http://www.abebooks.co.uk/

But it seems that they don't have another one for sale at the moment.

Was it just a page or two that you're interesed in? Or do you need the whole book?
by coredump
Fri May 25, 2007 8:43 am
Forum: Hardware
Topic: Winbond: the ultimate videogame chip
Replies: 12
Views: 10409

Looks like a nice chip! But what package is it in? The data sheet doesn't seem to say. Or should we start looking for TV games in the shops, that contain this chip so that we can open up the game and get hold of the chip that way?
by coredump
Fri May 25, 2007 8:39 am
Forum: Hardware
Topic: Looking for sound generation suggestions
Replies: 17
Views: 17415

Here's a web page with lots of information about the 8-bit sound chips:

http://www.srcf.ucam.org/~rga24/computer/music/

But, the data sheets all give me a 403 (permission denied) error. Hopefully that'll get fixed soon.
by coredump
Wed Nov 22, 2006 2:03 pm
Forum: Nostalgia
Topic: SYM-1 AY-3-8910/8912 Demonstrator
Replies: 5
Views: 11909

Well done for rescuing and fixing up that SYM-1! I have one here, too, that was used in education -- but wasn't used for soldering practice.

As for the AY-3-8912, there's an AY sound chip home page here:

http://bulba.at.kz/main_e.htm

maybe there's a circuit on that site?

John Honniball
by coredump
Wed Oct 04, 2006 1:19 pm
Forum: Hardware
Topic: Looking for sound generation suggestions
Replies: 17
Views: 17415

I like the suggestion to connect up an AY-3-8910 Programmable Sound Generator. But there are other choices: how about connecting a SID chip from a junked Commodore 64? Or you could use the TI sound chip, the SN76477:

http://www.mkv.mh.se/staff/per/diy/76477/

A similar chip, the SN76489, was used ...
by coredump
Tue Oct 03, 2006 2:17 pm
Forum: Hardware
Topic: Building a 6502 based computer
Replies: 8
Views: 6649

Also, does anyone know of a compact, easy to use, 6502 compatible keyboard and the best way to supply five volts of power from a battery, thanks.

If you add an 8-bit output port, and an 8-bit input port, you can design a software-polled keyboard. That'll allow you to use any matrix layout you ...
by coredump
Tue Apr 18, 2006 9:49 pm
Forum: Nostalgia
Topic: Sym-1 Nostalgia...
Replies: 5
Views: 6609

Yes, I still have a SYM-1! And a KIM-1, and a UK101. But the Acorn System 1 has been upgraded (by the original owner) to an Acorn System 3.
by coredump
Wed Mar 29, 2006 8:51 pm
Forum: Programming
Topic: Hello,every body,can u help me ?
Replies: 16
Views: 9940

The Commodore 64 did something like this, they took 9VAC from the power supply and ran it through a schmitt trigger to create 60Hz clock pulses for the 6526 TOD counter.

Which is fine until you run your code on a Commodore 64 in Europe and the interrupts come in at 50Hz. Did the C64 ROM correct ...
by coredump
Wed Mar 29, 2006 8:46 pm
Forum: General Discussions
Topic: Questions
Replies: 31
Views: 14679

Surely $FF is an invalid BCD number to begin with? Which means that adding one to it is undefined, and can vary from one 6502 (or 6502-like) chip to another.

What happens if you load the accumulator with, say, $42 and add one?
by coredump
Wed Mar 22, 2006 9:51 pm
Forum: General Discussions
Topic: Problem with nesasm.exe
Replies: 6
Views: 5415

I havn't used 'nesasm.exe' myself, but it looks like it's a console application, not a GUI application. This means you'll have to run it from a command prompt window. Open a command prompt, then use 'cd' to navigate to the directory where 'nesasm.exe' is located, then type 'nesasm' and see what ...
by coredump
Thu Oct 20, 2005 9:01 am
Forum: Hardware
Topic: 6551 internal clock osc won't tick
Replies: 4
Views: 2982

The power supply switch-on transient can affect crystal oscillator start-up. I've seen a crystal oscillator circuit that would start up just fine on one type of PSU, but refuse to work at all on another. There was a modified circuit that had to be used in that case.

Have you tried the 6551 on a ...
by coredump
Sun Oct 02, 2005 9:13 pm
Forum: General Discussions
Topic: APPLE ][[
Replies: 3
Views: 3848

Just a minor detail, but the board you've shown is from an Apple ///, the succesor to the Apple ][. Both were based on the 6502 chip. The Apple Lisa was a much more powerful machine based on the 68000 chip, and with a bit-mapped display and a mouse.

Shame to hear that your friend scrapped the ...
by coredump
Fri Aug 19, 2005 9:30 am
Forum: Programming
Topic: A programming contest
Replies: 10
Views: 5263

You didn't say in your original post that the 6522 must be programmed to generate the IRQ. I'd assumed that external logic did that.

But, as far as I know, the 6522 can't generate interrupts when the bits of a port change state. I know that the BBC Micro, for instance, has a NAND gate that ...
by coredump
Fri Jul 15, 2005 11:41 am
Forum: Hardware
Topic: Backplane Design...
Replies: 9
Views: 5371

For a really simple bus, how about the S50 bus that was used in many SWTPC 6800 and 6809 computers in the early 1980s? Just wish I could find a reference to it on the web! There's an SWTPC web site here:

http://www.swtpc.com/mholley/index.html

Ah! got it:

http://retro.co.za/6809/documents/ct ...
by coredump
Fri Jul 15, 2005 11:31 am
Forum: Hardware
Topic: ASCII keyboards
Replies: 2
Views: 2426

Well, if it's an Apple ][ style keyboard that you need, why not get an old Apple ][ and use the keyboard? Apple][s are quite common, so I understand, and you wouldn't even need a complete or fully-working one.