1441
Other / Re: Google Glasses
« on: April 11, 2013, 03:44:31 am »
Soon they will join googles graveyard of products that didn't last.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to. 1441
Other / Re: Google Glasses« on: April 11, 2013, 03:44:31 am »
Soon they will join googles graveyard of products that didn't last.
1442
Other / Re: Homebrew z80 computer [KEONI-MK1]« on: April 09, 2013, 02:25:50 pm »
Got that z80 in the mail yet? Here are the schematics: http://kaput.homeunix.org/~thrashbarg/Z80SBC.png
I used two atmega chips for I/O operations and booting up from serial. 1443
Art / Re: General sprite requests« on: April 09, 2013, 02:18:52 pm »
Sure, no problem. I enjoyed making it anyway.
A little bit of a different approach this time. 1444
Art / Re: General sprite requests« on: April 09, 2013, 01:58:21 pm »
I made you one. You can remove the after-burnery bit if you don't need it.
1445
Other / Re: Homebrew z80 computer [KEONI-MK1]« on: April 08, 2013, 11:58:36 am »
I want to be able to run CP/M on it or something similar.
1446
Other / Re: Homebrew z80 computer [KEONI-MK1]« on: April 08, 2013, 07:18:39 am »
I got the serial I/O working. The z80 computer can now send characters over serial to a terminal, but it cannot read characters from I/O yet.
1447
Other / Re: SP-10 Computer [SP-Assembly!]« on: April 07, 2013, 09:49:25 am »
You should be able to archive programs in eeprom.
1448
Other / Re: SP-10 Computer [SP-Assembly!]« on: April 06, 2013, 03:34:55 am »
Nice, spyro! Will it look like a miniature version of the Altair 8800?
You are making a computer?!?!?!?I was first: http://ourl.ca/18613 1449
Miscellaneous / Re: What Does Your Voice Sound Like? (New Collection)« on: April 05, 2013, 02:31:50 pm »
I got a youtube account and most of you have already seen a video of mine. That is what I sound like.
1450
Other / Re: Ravensoft releases source code for Jedi Academy and Jedi Outcast« on: April 05, 2013, 02:39:06 am »
Did disney add those comments?
1451
Other / Re: Hardware project ideas« on: April 05, 2013, 02:35:40 am »
How about an RC monorail? That is easier because it can only go forward and backwards. It has weels!
![]() 1452
Other / Re: Your 83+'s display is too small?« on: April 04, 2013, 10:21:36 am »
Look what benryves made: http://benryves.com/products/tvdemonstrator. It outputs composite instead of vga though.
1453
Other / Re: PIC18F header?« on: April 04, 2013, 08:05:18 am »
Do you even need that header?
Edit: Ah I see it's for C. Never mind. 1454
Other / Re: Your 83+'s display is too small?« on: April 04, 2013, 07:50:40 am »
I really want one of those old 83+ with a z80 in it. Imagine the possibilities with hardware I/O. Hook up any resolution screen without having to worry about OS routines! To write a byte from ram to the screen just do:
ld a, (nn) out (n), a Only if the screen driver can keep up with the cpu though. Otherwise some additional circuitry might be required. 1455
Other / Re: Your 83+'s display is too small?« on: April 03, 2013, 03:55:23 pm »
Are there TI calculators with a regular z80 in them? I mean a stand alone processor and not inside an ASIC. That way you could just use I/O functions to drive a color screen which is much faster than driving it over the linkport.
|
|