Project

General

Profile

Statistics
| Revision:

# Date Author Comment
173 08/26/2014 10:23 PM markw

Making a start on 5200 support. GTIA needs to expose full consol output for this. So far just removed chips from custom top level and made address decoder adjustments.

172 08/25/2014 10:25 PM markw

Added reset to noise filter (helps for sim), fixed inversion on poly5.

171 08/25/2014 10:03 PM markw

Remove inversion

167 08/23/2014 11:48 PM markw

Match more closely to schematic - delay/inversion

166 08/23/2014 11:43 PM markw

noise delay between channels. Apply force break to two tone.

164 08/21/2014 12:07 AM markw

It is important when we sample and when we toggle. Fixes "clarinet".

147 07/29/2014 11:51 PM markw

Changes for Aeon lite - notably 1MB ram support and ise build warnings fixed

146 07/29/2014 10:59 PM markw

Merged aeon lite 1MB memory support

142 07/21/2014 10:45 PM markw

Fixed length

138 07/21/2014 10:19 PM markw

switch to signed samples - which replay and sigma delta want!

127 07/18/2014 10:06 PM markw

Added scanlines support

123 07/17/2014 10:22 PM markw

Added chameleon version

119 07/14/2014 10:20 PM markw

Added generic for Aeon_lite. vars need setting up though.

118 07/14/2014 10:02 PM markw

Fixed throttle...

117 07/14/2014 10:02 PM markw

Cleaned up main, so only 1 copy of core bits. Created aeon lite rom

111 07/01/2014 10:00 PM markw

Mix covox and gtia as if they were pokey channels. Increase precision to allow 8-bit covox channels. Its not clear how gtia and covox really clip with pokey channels - that would need research. For now this improves volume.

106 06/29/2014 01:27 PM markw

Added option for OSB internally

82 06/19/2014 09:26 PM markw

tb tweaks

81 06/19/2014 09:26 PM markw

Added DE1 ROM

80 06/19/2014 09:25 PM markw

Allow more than 4 bits of precision

79 06/19/2014 09:25 PM markw

Not 100% sure why but this change from a while ago breaks the mist and de1 sdram versions. Need to investigate futher but reverting for now.

74 06/08/2014 08:26 PM markw

Added 32-byte write support to ROM area! For MIST external sector buffer. TODO: Smarter method...

73 06/08/2014 08:25 PM markw

Remove stale files - creates output directly where needed...

67 06/01/2014 09:17 PM markw

Added simple dma for faster sd card reading

66 06/01/2014 09:16 PM markw

Use F5-F8 for Help,start,select,option. Use F1-F4 for F1-F4!

65 06/01/2014 09:15 PM markw

Fix memory_data_in missing from sensitivity list

61 05/21/2014 10:37 PM markw

Add start of antic testbench

60 05/21/2014 10:37 PM markw

Make more resilient to slow ram accesses. Needs more work/testcases etc for this really.

57 05/17/2014 09:10 PM markw

Allow SPI clock speed to be set by generic. It was running at half speed for 28MHz platforms vs 58MHz platforms. Need to improve spi speed since byte wise writing is too slow loading roms - 8 seconds on startup!

56 05/17/2014 09:08 PM markw

Antic refresh always takes one original cycle - this fixes turbo mode up to 4x on mcc

50 05/13/2014 09:35 PM markw

Added fkeys

44 05/07/2014 08:58 PM markw

Added missing spi component! Fix pokey instantiation. Fix pause.

43 05/07/2014 08:57 PM markw

Connect up snoop to allow ZPU to see the data it requested

42 05/07/2014 08:56 PM markw

Always complete sram request if we have no sram

40 05/03/2014 10:36 AM markw

Fixed turbo

39 05/03/2014 10:34 AM markw

No need for mmu to deal with refresh at all

34 04/26/2014 07:46 PM markw

Add an additional internal rom option - internal_rom=2, which for now just loops reading/writing 4 bytes. e.g. for testing new RAM setups

31 04/22/2014 08:37 PM markw

Re-connected SDRAM to DE1

30 04/16/2014 10:19 PM markw

Pass through video bigs

25 04/16/2014 10:09 PM markw

Added video bits to generic, since I am having to adjust this everywhere.

21 04/15/2014 08:11 PM markw

to_01 silenced sim, but caused build issues on Xilinx. If its invalid use 0

20 04/15/2014 08:11 PM markw

to_01 silenced sim, but caused build issues. If its invalid use 0.

19 04/15/2014 08:10 PM markw

Pass through some PBI signals needed for SDRAM

13 04/13/2014 08:32 PM markw

Expose pots, lightpen. Fix joystick bit ordering comments.

12 04/13/2014 08:30 PM markw

added ps2_keys_reg to sensitivity list (was missing)

11 04/13/2014 08:30 PM markw

Split ROM into its own process, to make it easier for Quartus to infer

10 04/13/2014 08:29 PM markw

Split up into 2 sections. Quartus will not infer the ram block with it mixed

9 04/13/2014 08:29 PM markw

Clock pause by pokey enable, so its a fixed speed even if system clock 28MHz,57MHz or otherwise

8 04/05/2014 10:01 PM markw

Renamed poly_* to pokey_poly_* since it is part of pokey

7 04/05/2014 09:54 PM markw

Cleaned up ZPU into slightly more generic form, though still clearly atari core targetted. Added inital tb, though needs rom to verify more. MIST sector side removed, but should be possible with external changes. Now ZPU instead has lots of GPIO.

6 04/05/2014 10:03 AM markw

Allow palette selection - with one option GTIA direct to allow external scandouble (with less memory)

5 04/05/2014 09:53 AM markw

Renamed sim script to match

4 04/05/2014 09:52 AM markw

Compiled/ran helloworld in sim. Appears fine...

3 04/03/2014 09:50 PM markw

First cut at simple toplevel for the atari800xl - needs checking with isim...

2 03/23/2014 09:49 PM markw

Make these generic to support Replay (28MHz) and the rest (57MHz)

1 03/23/2014 07:15 PM markw

Current unmerged vhdl for my Atari800 core and start at merging them into one tree with a common core