Project

General

Profile

Statistics
| Revision:

# Date Author Comment
690 04/15/2018 07:07 PM markw

Updated readme now it works...

689 04/14/2018 02:26 PM markw

Add missing vhdl file. Remove weird binary project file.

688 04/14/2018 02:21 PM markw

Need to reset veronica regs when 65816 is reset

687 04/14/2018 01:18 PM markw

Veronica should be able to change the semaphore too.

686 04/13/2018 10:11 PM markw

Disable err_i, with that high cpu freezes on rdy dropped. Re-reading example it was held low there.

685 04/13/2018 09:39 PM markw

Latest 65816 changes from Robs github

684 04/13/2018 09:14 PM markw

Board has CE2, not CE_N connected to this pin. So need to use 1 to enable sram.

683 04/13/2018 09:13 PM markw

Back off by 2 cycles, make it more reliable (was missing some eclairexl writes)

453 04/28/2016 10:35 PM markw

Plugged in the sram model to check timings

452 04/28/2016 10:34 PM markw

Need to review further, but these changes seem to bring the 65816 core to life somewhat

451 04/23/2016 03:28 PM markw

Added testbenches. Do not respond to bus cycles that do not target the cart

450 04/22/2016 11:11 PM markw

sram model for tb

449 04/22/2016 10:28 PM markw

Moved memory timing bridge inside slave_timing, its an internal detail really

448 04/21/2016 11:02 PM markw

Adjusted delays and verified in sim

447 04/21/2016 10:02 PM markw

Trivial but important fixes, thanks to quartus warnings

446 04/21/2016 09:55 PM markw

70ns accuracy is not enough for reliable Atari bus sampling, use faster clock we are already using for sram

445 04/19/2016 11:13 PM markw

Register bus_data before we write it

444 04/19/2016 11:13 PM markw

Fixed c0 decode and made more explicit

443 04/18/2016 10:33 PM markw

Simulated and repaired 6502 bus and sram bus

442 04/16/2016 04:31 PM markw

constraint all cart input/outputs - 1.79MHz so not a problem. Improve sram constraints - including adding a bit of hold time.

441 04/16/2016 04:29 PM markw

register output data

440 04/16/2016 04:28 PM markw

Missed commit

439 04/16/2016 03:27 PM markw

Simulated/corrected sram back-back write timings

438 04/16/2016 12:33 PM markw

First cut implementation of veronica clone for ultimate cart - does not work yet, but getting close. Project to try out Rob Finchs 65816 core.