Hi,
Tried out the 65c02 experiment core but nothing was seen on the Teraterm terminal. Any key presses will lit the led.
I also added the full path to the rom.init file and processed the project under Gowin Ide. The Gowin nano 9k uart examples all verified to be working.
Search found 14 matches
- Fri Dec 13, 2024 12:51 pm
- Forum: Programmable Logic
- Topic: Tang Nano 9K - a (n almost) perfect 65(x)xx platform
- Replies: 54
- Views: 17572
- Wed Mar 04, 2020 3:49 am
- Forum: Hardware
- Topic: Announce: Complete UK101 on a very cheap FPGA board online
- Replies: 41
- Views: 9926
Re: Announce: Complete UK101 on a very cheap FPGA board onli
Thanks for keeping it alive.
A valuable resource like no other.
A valuable resource like no other.
- Sat Apr 25, 2015 2:17 pm
- Forum: General Discussions
- Topic: WDC Tools Free download!
- Replies: 25
- Views: 3965
Re: WDC Tools Free download!
Yes I did download the "free" tools in Jan 2015.
Only the assemblers and debugger worked. (WinXP and Win7).
TIDE seems to give error upon closing and weird project management.
Anyone downloaded their free tools and the C compilers (command line) able to compile stuff without license key?
Only the assemblers and debugger worked. (WinXP and Win7).
TIDE seems to give error upon closing and weird project management.
Anyone downloaded their free tools and the C compilers (command line) able to compile stuff without license key?
- Fri Apr 24, 2015 12:36 pm
- Forum: General Discussions
- Topic: WDC Tools Free download!
- Replies: 25
- Views: 3965
Re: WDC Tools Free download!
Hi,
The WDC Tools suite is not free after all.
I should have bought it when it was US$40. :cry:
I have bought 5 pieces of WDC65C816 for evaluation with FPGAs.
Does that count as using their technology?
================================
Dear Yong Lak,
Thank you for contacting us and for your ...
The WDC Tools suite is not free after all.
I should have bought it when it was US$40. :cry:
I have bought 5 pieces of WDC65C816 for evaluation with FPGAs.
Does that count as using their technology?
================================
Dear Yong Lak,
Thank you for contacting us and for your ...
- Sun Feb 01, 2015 1:36 pm
- Forum: General Discussions
- Topic: WDC Tools Free download!
- Replies: 25
- Views: 3965
Re: WDC Tools Free download!
Not winning any fans over to the W65816 with their tools if it continue to be like that.
Seems like WDC is comfortable where they are now.
People usually learn some high level language first then go down to assembler. Thus
tools should have a C/pascal/basic compiler eg Programmer's notepad and ...
Seems like WDC is comfortable where they are now.
People usually learn some high level language first then go down to assembler. Thus
tools should have a C/pascal/basic compiler eg Programmer's notepad and ...
- Sun Feb 01, 2015 7:18 am
- Forum: General Discussions
- Topic: WDC Tools Free download!
- Replies: 25
- Views: 3965
Re: WDC Tools Free download!
wdc816cc.exe and wdc02cc.ex license error even on command line (Win7 home 64 bit).
Can I still purchase the license though its free?
Can I still purchase the license though its free?
- Sat Jan 10, 2015 2:53 am
- Forum: General Discussions
- Topic: WDC Tools Free download!
- Replies: 25
- Views: 3965
Re: WDC Tools Free download!
Downloaded WDC Tools on 28-12-2014
Looks like only the assembler and linker tools are activated.
The C compiler still requires a valid license.
Or that I'm missing something?
thanks.
Looks like only the assembler and linker tools are activated.
The C compiler still requires a valid license.
Or that I'm missing something?
thanks.
- Tue Jul 22, 2014 1:21 pm
- Forum: Programmable Logic
- Topic: FPGA NES
- Replies: 2
- Views: 2303
Re: FPGA NES
Yes, that's the glitch. No glitch on the De0_Nano version.
- Sat Jul 19, 2014 2:24 am
- Forum: Programmable Logic
- Topic: FPGA NES
- Replies: 2
- Views: 2303
FPGA NES
Below are links to the NES fpga:
1) https://github.com/brianbennett/fpga_nes
Using Spartan 6 : Nexys 3
There is a glitch in one game that was discussed here:
http://forum.gadgetfactory.net/index.php?/topic/1762-nes-on-pipistrello/
2) https://sites.google.com/site/ece31289upb/laboratorios ...
1) https://github.com/brianbennett/fpga_nes
Using Spartan 6 : Nexys 3
There is a glitch in one game that was discussed here:
http://forum.gadgetfactory.net/index.php?/topic/1762-nes-on-pipistrello/
2) https://sites.google.com/site/ece31289upb/laboratorios ...
- Mon Jul 07, 2014 5:10 am
- Forum: Programmable Logic
- Topic: FPGA in PLCC68
- Replies: 7
- Views: 2377
FPGA in PLCC68
Perhaps members here have seen and used one ?
Seems convenient and useful like PSOC.
http://www2.hdl.co.jp/en/index.php/plcc ... -menu.html
..lak
Seems convenient and useful like PSOC.
http://www2.hdl.co.jp/en/index.php/plcc ... -menu.html
..lak
- Mon Jan 20, 2014 8:48 am
- Forum: Programmable Logic
- Topic: CHOCHI F - with USB power, USB-serial (maybe) and uSD card
- Replies: 26
- Views: 4671
Re: CHOCHI F - with USB power, USB-serial (maybe) and uSD ca
Hi enso,
The SBCOS source file still contains 2 instances of 65C02 codes.
The SBCOS bin file didn't work for eg.
5000: 55 (not written)
and
! ? (Help at mini-assemmbler)
The codes are sta (addrptr) and lda (addrptr) in the SBCOS src.
should be ldy #$00, sta (addrptr),y and lda (addrptr),y ...
The SBCOS source file still contains 2 instances of 65C02 codes.
The SBCOS bin file didn't work for eg.
5000: 55 (not written)
and
! ? (Help at mini-assemmbler)
The codes are sta (addrptr) and lda (addrptr) in the SBCOS src.
should be ldy #$00, sta (addrptr),y and lda (addrptr),y ...
- Thu Nov 28, 2013 5:50 am
- Forum: Programming
- Topic: SD Card interfacing
- Replies: 44
- Views: 10817
Re: SD Card interfacing
BDD, thanks for formatting the code.
I was in a hurry. Hope it's useful.
I was in a hurry. Hope it's useful.
- Thu Nov 28, 2013 1:59 am
- Forum: Programming
- Topic: SD Card interfacing
- Replies: 44
- Views: 10817
Re: SD Card interfacing
Hi,
I was using a SD card with FatFs on a Apple 2 with a VIA 6522 card.
The VIA shift register is used for sending a byte to the SD card, whereas a bit-bang routine (from some C64 group on the Net) was used for receive.
A low ohm resistor is placed between CB1 (SR clock for Send) and Port B0 (Bit ...
I was using a SD card with FatFs on a Apple 2 with a VIA 6522 card.
The VIA shift register is used for sending a byte to the SD card, whereas a bit-bang routine (from some C64 group on the Net) was used for receive.
A low ohm resistor is placed between CB1 (SR clock for Send) and Port B0 (Bit ...
- Sat Jan 26, 2013 11:07 am
- Forum: General Discussions
- Topic: Introduce yourself
- Replies: 716
- Views: 418464
Re: Introduce yourself
Hi,
I've visited this board many times and have just realized that I'm registered a year ago. I've enjoyed reading all messages, past and present, in the forums. I'm waiting to purchase a user-designed modern W65816 SBC preferably using W65xx peripherals, sd card with video graphics and decent ...
I've visited this board many times and have just realized that I'm registered a year ago. I've enjoyed reading all messages, past and present, in the forums. I'm waiting to purchase a user-designed modern W65816 SBC preferably using W65xx peripherals, sd card with video graphics and decent ...