Project

General

Profile

Statistics
| Revision:

# Date Author Comment
286 12/11/2014 10:36 PM markw

MCC controller custom mapping

285 12/11/2014 10:36 PM markw

Share the USB PS2 override logic. Wire up USB to controllers on the MCC216

284 12/07/2014 11:28 PM markw

Missing entry in process sensitivity list

283 12/07/2014 11:27 PM markw

Capture SIO commands using a hardware state machine - too time critical to easily merge with USB polling otherwise (without much code refactoring...). Now drive emulation works on MCCTV with USB:)

282 12/01/2014 08:19 PM markw

Removed old usb hardware

281 12/01/2014 08:18 PM markw

Removed old usb pll

280 12/01/2014 08:18 PM markw

TODO: make ps2_to_atari800 support direct feed, not via ps2

279 12/01/2014 08:17 PM markw

start of USB support - ram timing issue fixed

278 12/01/2014 08:17 PM markw

start of USB support - ram timing issue fixed

277 12/01/2014 08:16 PM markw

USB support - larger rom/ram support

276 12/01/2014 08:15 PM markw

mcctv/mcc216 larger rom for usb

275 12/01/2014 08:13 PM markw

USB now working, feeding events to core. Still some bugs remaining - such as clash with drive emulation.

274 11/22/2014 11:20 PM markw

Fixed warning

273 11/22/2014 11:20 PM markw

New mode for full OS and no basic rom

272 11/22/2014 11:20 PM markw

Fixed warning

271 11/22/2014 11:19 PM markw

Fixed warning

270 11/09/2014 11:04 PM markw

Fixes to make this build into ZPU firmware

269 11/09/2014 10:38 PM markw

Untested support for usbhostslave from opencores. Based on working usb code in mist.

268 11/09/2014 09:35 AM markw

Ditto

267 11/09/2014 09:32 AM markw

Typo

266 11/09/2014 12:05 AM markw

Instantiate USB host. Next need to wire to ZPU, then make ZPU firmware talk to some USB devices via this...

265 11/09/2014 12:02 AM markw

Added keyboard control of menu

264 11/09/2014 12:02 AM markw

USB host from opencores - lgpl

263 11/08/2014 11:23 PM markw

key control in menu (if connected in core...)

262 11/08/2014 11:23 PM markw

key control in menu. escape to exit

261 11/08/2014 11:22 PM markw

Press windows key to toggle paddle mode. Press alt to toggle scanlines.

260 11/08/2014 11:21 PM markw

Output the next key state, so I can easily trigger on random keypresses

259 11/08/2014 11:21 PM markw

Reverse pot direction

258 11/08/2014 11:20 PM markw

Added reverse option. Yes, pots are a different direction from cx52!! 2600daptor vs 5200daptor

257 11/08/2014 11:20 PM markw

Working on high-res fixes - not yet complete, but still passes acid

256 11/03/2014 10:44 PM markw

Fix shift. I hope this is correct now for both platforms... the pokey.pdf misses some details.

255 11/03/2014 10:42 PM markw

Do not clear 2nd pokey - we only have one so this wipes that out...

254 11/02/2014 10:56 PM markw

Removed delay

253 11/02/2014 10:50 PM markw

Added file to project

252 11/02/2014 10:49 PM markw

Better support for cartridges on 5200

251 11/02/2014 10:49 PM markw

Better cartridge support for 5200

250 11/01/2014 10:49 PM markw

Fix pitfall. Was only getting 2/3 values for keycode... My previous implementation seems to match the pokey datasheet but I guess not...

249 11/01/2014 10:15 PM markw

Changed from pullup to pulldown on unused bus locations on 5200

248 11/01/2014 09:56 PM markw

Only hold break, shift or control when those keys are being scanned

247 11/01/2014 03:03 PM markw

Connected PAL signal to scandoubler to allow NTSC palette

246 11/01/2014 03:00 PM markw

Connect pal siganl to scandoubler - to allow ntsc palette

245 11/01/2014 02:55 PM markw

Connect pal signal to scandoubler - to allow ntsc palette

244 11/01/2014 02:54 PM markw

Paddle on mist a800. Added NTSC palette. Added support for 4k and 8k roms to 5200 - need to wire up to cartlogic really...

243 10/31/2014 07:59 PM markw

Fixed build error

242 10/31/2014 07:58 PM markw

Fixed build error

241 10/31/2014 07:46 PM markw

Firmware changed from using atari5200 to atar5200 - only have 8 characters!

240 10/31/2014 06:19 PM markw

sd emulation fix - thanks Till

239 10/30/2014 11:04 PM markw

use atari5200 as directory

238 10/30/2014 11:04 PM markw

Use atari5200 as sd card directory

237 10/29/2014 10:38 PM markw

Corrected device. Now complaining about one of the spi pins

236 10/29/2014 10:04 PM markw

Applying a few interface/file changes

235 10/29/2014 09:50 PM markw

Make sures its named 5200 throughout

234 10/29/2014 09:47 PM markw

New one stable now pll fixed - deleting old interface version

233 10/29/2014 09:45 PM markw

Made sure its 5200 throughout

232 10/29/2014 09:42 PM markw

Made the sdcard one the main one - should be stable now with pll fix

231 10/29/2014 09:39 PM markw

Fixed pll - its important that the ps2 clock is in sync - i.e. integral factor - with the system clock...

230 10/28/2014 10:57 PM markw

Fix button mappings

229 10/28/2014 10:53 PM markw

Some 5200 fixes, reverted to data_io mist interface

228 10/28/2014 10:51 PM markw

svn doing stupid stuff

227 10/28/2014 10:50 PM markw

sd card version - not working, reverting main version to data_io

226 10/27/2014 10:50 PM markw

Changed to some empirical values that work better with 5200 daptor...

225 10/26/2014 10:27 PM markw

First 5200 stick now working - at least joystick + keypad

224 10/22/2014 09:21 PM markw

SD card fixes, due to how spi_master released cs_n during command. Thanks Till!

223 10/20/2014 10:45 PM markw

Pass s4_n,s5_n and cctl_n through 6502 timing adaptor. Only accept request at start of cycle.

222 10/19/2014 10:49 PM markw

Started to connect up 5200 joystick. On mist this will work with keyboard + analog stick, or 5200daptor

221 10/19/2014 08:57 PM markw

Patches from Hias. Fix timing to allow The!Cart to work. Start of PBI work.

220 10/18/2014 10:47 PM markw

Switched mist_5200 to use sd card emulation. NB SD cart emulation does not work yet with this core, but problem identified and Till will be fixing. Thanks Till!

219 10/18/2014 10:46 PM markw

Switched to new mmc code a while back, removing old

218 10/18/2014 10:42 PM markw

Add a newline, in case there is not a newline at the end of the file

217 10/17/2014 11:01 PM markw

These were cross connected - no idea why it was building. SD init gets further now, but still no dice.

216 10/17/2014 08:12 AM markw

As discussed with Till - these were taken under Lesser

215 10/17/2014 08:08 AM markw

Changed mist to use simulated sd card, rather than the custom protocol

214 10/16/2014 09:43 PM markw

Upgraded to latest version of Peter Wendrichs core. Thanks Peter!

213 10/12/2014 10:17 PM markw

Fix replay build

212 10/11/2014 11:34 AM markw

Fix PIA store. Checked freezer source, it expects it

211 10/11/2014 10:56 AM markw

Allow delete or scroll lock. I found scroll lock did not work on my mist - perhaps my kb

210 10/11/2014 09:55 AM markw

Merged turbo freezer support from Hias. Working pretty well. PIA freezing not working yet though, so no joystick after freeze. Scoll lock to freeze.

209 10/08/2014 08:34 PM markw

Added some glue to talk to 6502 style bus with phi1/phi2 etc. Connected to GPIO including phi2 out. VBXE carts not running more reliably. In theory other carts such as The!Cart etc should work now, need to test...

208 10/08/2014 08:33 PM markw

Added mcctv notes

207 10/06/2014 08:58 PM markw

Smaller firmware, thanks to Hias

206 10/06/2014 08:56 PM markw

Applied patches form Hias - mostly make the firmware smaller. 0001-firmware-read-cartridge-data-in-a-single-chunk. 0002-firmware-get-rid-of-regs.c-this-saves-some-300-bytes 0003-firmware-get-rid-of-libgcc-for-a800-firmware-build

205 10/06/2014 08:51 PM markw

To LGPL as discussed

204 10/06/2014 08:51 PM markw

Needs some updates, but made a start...

203 10/06/2014 08:41 PM markw

Remove extra copyright files

202 10/06/2014 08:40 PM markw

Added cartridge instructions

201 10/05/2014 10:19 PM markw

Missing .. for 5200 build

200 10/05/2014 10:13 PM markw

Point cartridges at user dir, rather than os rom dir

199 10/05/2014 08:07 PM markw

Added mcctv and 5200 builds

198 10/05/2014 03:18 PM markw

Merged in first cut cartridge emulation support from Hias. Excellent:-)

197 10/05/2014 02:04 PM markw

Ooops... Accidentally commented cart loading on commit!

196 10/05/2014 01:31 PM markw

Init fil type properly on real hardware. Static init does not work with linker setup.

195 10/05/2014 11:18 AM markw

Merged in cartridge support from Hias. To make space some space improvements were done to freeze and drive emulator. Lots of scope for more

194 10/03/2014 09:43 PM markw

Added missing files from 5200 merge

193 10/03/2014 12:06 AM markw

Updated firmware

192 10/03/2014 12:02 AM markw

Merged into main firmware dir

191 10/02/2014 11:59 PM markw

Upgraded to v3 of petit fat fs. Should fix 64k file size limit.

190 10/02/2014 11:38 PM markw

Fixed 5200 rom addresses and memory clear. On 5200 ROM is currently in base ram area! Also install all zpu roms

189 10/02/2014 11:31 PM markw

Started merging in 5200 firmware changes. A800 firmware tested working. 5200 firmware not working, but likely a small fix...

188 09/28/2014 11:01 PM markw

Reconnected the cartrige adaptor - frogger works, nothing else tested!

187 09/28/2014 11:01 PM markw

Reconnected the cartrige adaptor - frogger works, nothing else tested!