Search the web
Sign In
New User? Sign Up
zxgate · ZX-Gate
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 46 - 80 of 188   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
46
"kvd_wallner" - could you mail me your VHDL for your PS/2 code to matrix converter? I've had a look at the PS/2 kbd code I have and I'd like to have a go at ...
Keith
keith@...
Send Email
Jan 4, 2002
1:28 am
47
... matrix ... You can download it from the sourceforge cvs tree: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/zxgate/zx/ext/...
kvd_wallner
Offline Send Email
Jan 4, 2002
6:08 pm
48
I've made some progress with this, having modified some VHDL code from the web and ported it to the BurchED board. I can view the FIFO data and addresses on...
Keith
keith@...
Send Email
Jan 14, 2002
1:33 am
49
Hi, I'm looking to produce my own FPGA dev board. The intention id to make it simular to the Burched board, but to use a bigger FPGA and to include things...
d_mills
Offline Send Email
Jan 16, 2002
2:30 pm
50
I am looking for (or will make my own) board to take a large FPGA out to .1" connectors so it can be used as a daughter board for simpler prototyping. I am...
andrewmuck
Offline Send Email
Jan 25, 2002
7:28 am
52
Due to a project at work that was supposed to be finished in december but lasted until february I haven't been able to make the progress I was hoping to, but...
kvd_wallner
Offline Send Email
Feb 25, 2002
9:10 pm
53
Hi Daniel, great to see some progress, hope I can pick up the pace a bit and release some good news soon... cya, Andrew... ... december ... soon. ... <snip>...
andrewmuck
Offline Send Email
Feb 28, 2002
3:15 am
54
Hi Daniel, It is an impressive effort to create a Z80 core and make it publically available. Well done! I'm sure that you've put a lot of work into it. I was...
tantaubax
tantaubax@...
Send Email
Mar 1, 2002
11:06 am
55
Hi Daniel, I'm sure I can answer some of your Z80 opcode questions, if you specify them more verbose ;-) But surely there are other "gurus" out here who know...
Bodo Wenzel
bodowenzel@...
Send Email
Mar 1, 2002
6:38 pm
56
... When I know everything works, I will be impressed to :) Actually, writing a small low performace CPU core isn't that much work, except for one thing, the...
kvd_wallner
Offline Send Email
Mar 5, 2002
10:52 pm
57
... Actually, what I wanted to know was if the zx81 needs exact instruction timing in order to work, the interrupt cycles and the IX/IY offset fetch does...
kvd_wallner
Offline Send Email
Mar 5, 2002
11:25 pm
58
... Only for the opcodes that are executed while rendering the screen. But you don't know what opcodes are used by HRG programmers, sometimes they use strange...
Bodo Wenzel
bodowenzel@...
Send Email
Mar 10, 2002
9:05 am
59
Now I have fixed some more bugs in my z80 and as the halt, the interrupts and the refresh address now seems correct I hope I will find the rest of the bugs...
kvd_wallner
Offline Send Email
Mar 13, 2002
12:19 pm
60
Hi, on the 2002 meeting of the german ZX-Team (did anyone of you watch the chat or the webcam?) we looked for a bug with Kai Fischer's new ZX2000 (see ...
Bodo Wenzel
bodowenzel@...
Send Email
Mar 18, 2002
4:28 pm
61
Now I have gotten my Z80 core to run in hardware. I tested the core with a NoICE monitor and 4k RAM on the BurchED board and I have been able to run the zex...
kvd_wallner
Offline Send Email
Apr 5, 2002
3:28 am
62
... This is in my old source code: video <= '0' when i_n_sync='0' else 'Z' when i_video='0' else '1'; The output generates '0' for sync pulses, and 'Z' and '1'...
Bodo Wenzel
bodowenzel@...
Send Email
Apr 7, 2002
5:23 pm
63
The single chip zx81 is now up and running. I have not verified everything yet but I have been able to run BASIC programs on it. I'm not sure what the problem...
kvd_wallner
Offline Send Email
Apr 11, 2002
10:25 am
64
... I'm ... of ... support ... Excellent news! Would there be any problems with hooking up the standard expansion port? ... Go for it! I imagine BurchED...
andrewmuck
Offline Send Email
Apr 12, 2002
3:33 am
65
... My measurements of the original ULA show the inactive hsync, too. You may simply xor it in... I don't know if it has an influence on saving programs....
Bodo Wenzel
bodowenzel@...
Send Email
Apr 14, 2002
8:22 am
66
I have released the edif netlist for zx01, added the trs80 files and also added a Jupiter ACE implementation to sourceforge. I'm not sure about the copyright...
kvd_wallner
Offline Send Email
Apr 14, 2002
10:21 pm
68
Having some problems, is it just me? cya, Andrew......
andrewmuck
Offline Send Email
Aug 6, 2002
1:42 pm
72
Hi, If you have visited zxgates's sourceforge project page lately you may have noticed some updates. If not, here's what I have done: I have updated the home...
Daniel Wallner
kvd_wallner
Offline Send Email
Oct 3, 2002
6:33 pm
73
Hello, I don't know much about fpgas or vhdl - but whats the smallest, most economical fpga to fit the spectrum ULA in? - I don't need the ROM, RAM or...
Anthony
doubledutchd...
Offline Send Email
Nov 10, 2002
1:26 pm
74
... That depends on what you want to do. The ULA itself is very small, it would probably fit in the smallest FPGA you can find. But then you would need to use...
Daniel Wallner
kvd_wallner
Offline Send Email
Nov 12, 2002
1:43 pm
75
Have you worked on any of this? I'm mostly interested in the TRS80 since it's what I learned to program on. I am also interested in adding 64180...
James Diffendaffer
jdiffendaffer
Offline Send Email
Jul 30, 2003
6:16 pm
76
MMU and serial ports are likely a lot simpler than the instruction set. I am into Z180's so I'll probably try to do something there but I am not so...
Andrew McMeikan
andrewmuck
Offline Send Email
Jul 31, 2003
4:56 am
77
Actually, after looking at the code I thought most of the instructions wouldn't be that difficult. SLEEP would require a little work to fully implement but...
James Diffendaffer
jdiffendaffer
Offline Send Email
Jul 31, 2003
4:07 pm
78
The instruction timing is different. It could be done, it would take a lot of work. I guess if it was slowly migrated it would be handy, some of my z180 code ...
Andrew McMeikan
andrewmuck
Offline Send Email
Aug 1, 2003
4:52 am
79
If you run the processor at a faster speed code like that would break anyway. There's only one piece of code I've written that would work that that way that I...
James Diffendaffer
jdiffendaffer
Offline Send Email
Aug 2, 2003
2:50 pm
80
Is there anyone on this list who is into z80 vhdl and crypto? I am looking at porting pgp onto a z80 with some hardware acelleration for the crypto. I am good...
Andrew McMeikan
andrewmuck
Offline Send Email
Nov 5, 2003
2:44 am
Messages 46 - 80 of 188   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help