MAMEWorld >> EmuChat
View all threads Index   Flat Mode Flat  

Matt Ownby
Daphne Creator
Reged: 09/12/08
Posts: 45
Loc: Western USA
Send PM
Re: STAR RIDER 19 FEB 2014 PROGRESS :)
02/21/14 07:09 PM


> In plain English: I think it's absolutely *possible* to decode NTSC better than many
> of the original players and monitors did. I said nothing about if it's desirable to
> do so in MAME. (I imagine we'd default to looking exactly as shitty as hardware,
> while Daphne will likely use the best possible decoder all the time).

Perhaps, perhaps

All this talk about capturing the raw voltage signal has got me thinking about my last (failed) attempt.

I bought a 12-bit 15 MHz analog->digital IC made by TI to get my feet wet, and tried to write this to an SD card using an FPGA. Making the FPGA talk to the SD card was quite a chore in and of itself although I was eventually successful. I even had it writing 512-byte blocks to the SD card. The blocking issue was that the SD card's sustained write speed was far too slow to handle the bandwidth I needed (in fairness, they are getting faster constantly).

Were I to attempt this again (and I intend to), I plan on using a 30 MHz ADC instead of a 15 MHz (since I think 15 is too slow to get the full resolution), still probably 12-bit samples, and still using an FPGA, but this time I want to output the data over ethernet to a desktop PC so that I don't have to worry about write bandwidth. (UPDATE: this would require 45 megabytes/s through-put)

I found a site that shows how to use an FPGA to transmit UDP packets which (in theory) would work. I know that UDP packets can be dropped but I am hoping (perhaps ignorantly) that I can contrive a situation where they never _would_ be dropped.

Thoughts on viability of this approach, or suggestions on a more reliable approach?

Edit : Looks like gigabit ethernet is theoretically fast enough, coupled with a solid state drive: http://www.tomshardware.com/reviews/gigabit-ethernet-bandwidth,2321-7.html

Edited by Matt Ownby (02/21/14 07:46 PM)







Entire thread
Subject Posted by Posted on
* Star Rider VideoGraphicGenerator timers finally solved after many hours :) Matt Ownby 02/10/14 07:03 AM
. * Re: Star Rider's steering mechanism casm  02/21/14 03:11 AM
. * Re: Star Rider's steering mechanism drewcifer  02/21/14 10:57 AM
. * Re: Star Rider's steering mechanism StilettoAdministrator  02/21/14 11:15 AM
. * STAR RIDER 19 FEB 2014 PROGRESS :) Matt Ownby  02/19/14 06:51 PM
. * Re: STAR RIDER 19 FEB 2014 PROGRESS :) Quantum Leaper  02/20/14 07:29 AM
. * Re: STAR RIDER 19 FEB 2014 PROGRESS gregf  02/20/14 12:20 AM
. * Re: STAR RIDER 19 FEB 2014 PROGRESS :) casm  02/19/14 10:09 PM
. * Re: STAR RIDER 19 FEB 2014 PROGRESS :) Antny  02/19/14 09:47 PM
. * Re: STAR RIDER 19 FEB 2014 PROGRESS :) Matt Ownby  02/20/14 12:14 AM
. * Re: STAR RIDER 19 FEB 2014 PROGRESS :) Ramirez  02/20/14 02:46 AM
. * Re: STAR RIDER 19 FEB 2014 PROGRESS :) Anonymous  02/20/14 02:56 AM
. * Re: STAR RIDER 19 FEB 2014 PROGRESS :) StilettoAdministrator  02/20/14 01:07 AM
. * Re: STAR RIDER 19 FEB 2014 PROGRESS :) Anonymous  02/20/14 03:23 AM
. * Re: STAR RIDER 19 FEB 2014 PROGRESS :) R. Belmont  02/20/14 11:21 PM
. * Re: STAR RIDER 19 FEB 2014 PROGRESS :) Anonymous  02/21/14 11:55 AM
. * Re: STAR RIDER 19 FEB 2014 PROGRESS :) R. Belmont  02/21/14 06:28 PM
. * Re: STAR RIDER 19 FEB 2014 PROGRESS :) Anonymous  02/21/14 08:29 PM
. * Re: STAR RIDER 19 FEB 2014 PROGRESS :) WarrenO  02/21/14 08:46 PM
. * Re: STAR RIDER 19 FEB 2014 PROGRESS :) Anonymous  02/21/14 09:23 PM
. * Re: STAR RIDER 19 FEB 2014 PROGRESS :) Matt Ownby  02/21/14 07:09 PM
. * Re: STAR RIDER 19 FEB 2014 PROGRESS :) WarrenO  02/21/14 08:10 PM
. * Re: STAR RIDER 19 FEB 2014 PROGRESS :) Anonymous  02/21/14 08:32 PM
. * Re: STAR RIDER 19 FEB 2014 PROGRESS :) R. Belmont  02/21/14 10:44 PM
. * Re: STAR RIDER 19 FEB 2014 PROGRESS :) Anonymous  02/22/14 01:50 AM
. * Re: STAR RIDER 19 FEB 2014 PROGRESS :) Matt Ownby  02/22/14 02:31 AM
. * Re: STAR RIDER 19 FEB 2014 PROGRESS :) Anonymous  02/22/14 02:44 AM
. * Re: STAR RIDER 19 FEB 2014 PROGRESS :) Matt Ownby  02/23/14 10:41 PM
. * Re: STAR RIDER 19 FEB 2014 PROGRESS :) Anonymous  02/23/14 11:33 PM
. * Re: STAR RIDER 19 FEB 2014 PROGRESS :) SmitdoggAdministrator  02/21/14 06:35 PM
. * Re: STAR RIDER 19 FEB 2014 PROGRESS :) Olivier Galibert  02/21/14 01:09 PM
. * Re: STAR RIDER 19 FEB 2014 PROGRESS :) Anonymous  02/21/14 09:16 PM
. * Re: STAR RIDER 19 FEB 2014 PROGRESS :) drewcifer  02/21/14 12:00 PM
. * Re: STAR RIDER 19 FEB 2014 PROGRESS :) Matt Ownby  02/21/14 12:09 AM
. * Re: STAR RIDER 19 FEB 2014 PROGRESS :) R. Belmont  02/21/14 03:01 PM
. * Re: STAR RIDER 19 FEB 2014 PROGRESS :) remax  02/22/14 11:28 AM
. * Re: STAR RIDER 19 FEB 2014 PROGRESS :) Ramirez  02/19/14 09:31 PM
. * Re: STAR RIDER 19 FEB 2014 PROGRESS :) StilettoAdministrator  02/19/14 08:36 PM
. * Re: STAR RIDER 19 FEB 2014 PROGRESS :) Pernod  02/19/14 07:43 PM
. * Re: Star Rider VideoGraphicGenerator timers finally solved after many hours :) Rygar9  02/11/14 01:18 AM
. * Re: Star Rider VideoGraphicGenerator timers finally solved after many hours :) Matt Ownby  02/11/14 01:27 AM
. * Re: Star Rider VideoGraphicGenerator timers finally solved after many hours :) R. Belmont  02/11/14 06:18 PM
. * Re: Star Rider VideoGraphicGenerator timers finally solved after many hours :) Matt Ownby  02/12/14 08:08 AM
. * Re: Star Rider VideoGraphicGenerator timers finally solved after many hours :) Rygar9  02/12/14 01:55 AM
. * Re: Star Rider VideoGraphicGenerator timers finally solved after many hours :) Matt Ownby  02/12/14 08:16 AM
. * Re: Star Rider VideoGraphicGenerator timers finally solved after many hours :) casm  02/14/14 01:00 AM
. * Re: Star Rider VideoGraphicGenerator timers finally solved after many hours :) Matt Ownby  02/14/14 06:28 PM
. * Re: Star Rider VideoGraphicGenerator timers finally solved after many hours :) casm  02/14/14 07:52 PM
. * Re: Star Rider VideoGraphicGenerator timers finally solved after many hours :) Matt Ownby  02/14/14 09:30 PM
. * Re: Star Rider VideoGraphicGenerator timers finally solved after many hours :) Antny  02/15/14 03:06 AM
. * Re: Star Rider VideoGraphicGenerator timers finally solved after many hours :) Anonymous  02/15/14 05:36 PM
. * Re: Star Rider VideoGraphicGenerator timers finally solved after many hours :) casm  02/14/14 10:27 PM

Extra information Permissions
Moderator:  Robbbert, Tafoid 
0 registered and 21 anonymous users are browsing this forum.
You cannot start new topics
You cannot reply to topics
HTML is enabled
UBBCode is enabled
Thread views: 4173