Search found 10 matches
- Mon Apr 13, 2015 2:37 am
- Forum: Newbies
- Topic: Possible project - portable 6502 Forth computer
- Replies: 17
- Views: 3143
Re: Possible project - portable 6502 Forth computer
Never mind about /IORD and /IOWR - those are the only read and write IDE control lines. I had been looking at the CF pinouts. I'll stick to IDE pinouts (40 pin). Whoops! 
- Mon Apr 13, 2015 1:24 am
- Forum: Newbies
- Topic: Possible project - portable 6502 Forth computer
- Replies: 17
- Views: 3143
Re: Possible project - portable 6502 Forth computer
Thanks, Scot! I'm going to stick with FIG Forth for now. I'll make sure to incorporate the UM/MOD fix (http://6502.org/source/integers/ummodfix/ummodfix.htm). I will be getting back to this project soon. I've begun arranging components on my board.
Quick question - does anyone know if I could use ...
Quick question - does anyone know if I could use ...
- Thu Jan 08, 2015 9:14 pm
- Forum: Newbies
- Topic: Possible project - portable 6502 Forth computer
- Replies: 17
- Views: 3143
Re: Possible project - portable 6502 Forth computer
Absolutely. There's a circuit diagram in the "circuit potpourri" section for doing it, along with sample 6502 code linked. If you're thinking of power consumption though, ditch the NMOS 6502 and 6522 and use CMOS only. CMOS gives a lot of advantages besides just lower power; like more instructions ...
- Thu Jan 08, 2015 9:04 pm
- Forum: Newbies
- Topic: Possible project - portable 6502 Forth computer
- Replies: 17
- Views: 3143
Re: Possible project - portable 6502 Forth computer
Hi Scot,
I'm really not the person you want to be asking about hardware -- don't tell anybody, but occasionally I have to remind myself what the red and what the black wire do ...
No worries! Long, long ago I thought I'd need a 35V power supply to drive seven 5V chips :?
But that's in the ...
I'm really not the person you want to be asking about hardware -- don't tell anybody, but occasionally I have to remind myself what the red and what the black wire do ...
No worries! Long, long ago I thought I'd need a 35V power supply to drive seven 5V chips :?
But that's in the ...
- Thu Jan 08, 2015 8:48 pm
- Forum: Newbies
- Topic: Possible project - portable 6502 Forth computer
- Replies: 17
- Views: 3143
Re: Possible project - portable 6502 Forth computer
6502inside wrote:
Welcome!
- Thu Jan 08, 2015 8:48 pm
- Forum: Newbies
- Topic: Possible project - portable 6502 Forth computer
- Replies: 17
- Views: 3143
Re: Possible project - portable 6502 Forth computer
Everything you want to do is possible. Note that the high-density flash ICs are 3.3V, not 5V, so you'll need voltage translators, and serial ones (SPI, SD card, etc.) have very few lines to deal with, and to make it even better, each one is unidirectional, making the job easier. CF OTOH has a ton ...
- Thu Jan 08, 2015 4:12 pm
- Forum: Newbies
- Topic: Possible project - portable 6502 Forth computer
- Replies: 17
- Views: 3143
Re: Possible project - portable 6502 Forth computer
OK, that sounds good! I'll definitely add a heatsink to my 7805. I'm also going to invest in a ZIF socket for the EEPROM ;)
A few other questions: Is it possible to use some sort of permanent storage with FORTH (e.g., a CF drive)? I'd just be interested in storing new words (the updated dictionary ...
A few other questions: Is it possible to use some sort of permanent storage with FORTH (e.g., a CF drive)? I'd just be interested in storing new words (the updated dictionary ...
- Wed Jan 07, 2015 8:17 pm
- Forum: Newbies
- Topic: Possible project - portable 6502 Forth computer
- Replies: 17
- Views: 3143
Re: Possible project - portable 6502 Forth computer
Thank you for the primer! Indeed, I have bookmarked that page 
- Wed Jan 07, 2015 7:15 pm
- Forum: Newbies
- Topic: Possible project - portable 6502 Forth computer
- Replies: 17
- Views: 3143
Re: Possible project - portable 6502 Forth computer
Hi Scot,
Thank you very much for your response! Good to hear that my idea is quite plausible :)
Also great to hear that 6502 assembly is easy to understand! I see the big difference between the 1802 and the 6502 is the "lack" of registers in the 6502 (use of the zero page instead as well as X/Y ...
Thank you very much for your response! Good to hear that my idea is quite plausible :)
Also great to hear that 6502 assembly is easy to understand! I see the big difference between the 1802 and the 6502 is the "lack" of registers in the 6502 (use of the zero page instead as well as X/Y ...
- Wed Jan 07, 2015 5:05 pm
- Forum: Newbies
- Topic: Possible project - portable 6502 Forth computer
- Replies: 17
- Views: 3143
Possible project - portable 6502 Forth computer
Hi everyone! This is my first post in the 6502.org forum.
I got my start in homebuilt computers through the famous 1802-based COSMAC ELF. I've added RS-232, a hex keypad, and a 16x16 LED display to my ELF so far. Eventually, I plan to add a 128x64 LCD so I can play CHIP-8 games :-)
Pictures of my ...
I got my start in homebuilt computers through the famous 1802-based COSMAC ELF. I've added RS-232, a hex keypad, and a 16x16 LED display to my ELF so far. Eventually, I plan to add a 128x64 LCD so I can play CHIP-8 games :-)
Pictures of my ...