HDD (or flash) instead of a CD, questions...
HDD (or flash) instead of a CD, questions...
I am wondering if this is possible:
1) physicaly attaching a HDD into SCD.
2) modifying the BIOS to access HDD instead CD while playing games.
The BIOS is the only code wich access to CD at low level?
or there are games that run CD directly? or do it all of
them?
Any other problem?
1) physicaly attaching a HDD into SCD.
2) modifying the BIOS to access HDD instead CD while playing games.
The BIOS is the only code wich access to CD at low level?
or there are games that run CD directly? or do it all of
them?
Any other problem?
-
- Very interested
- Posts: 2443
- Joined: Tue Dec 05, 2006 1:37 pm
- Location: Estonia, Rapla City
- Contact:
You can do it, since games are supposed to use BIOS for accessing the CD drive. If some game doesn't then that game will not work.
However you got one problem : CDDA. You need an additional microcontroller setup to facilitate it and if you go that route, you might aswell just emulate the CD drive and have no need ot mess with the BIOS itself.
However you got one problem : CDDA. You need an additional microcontroller setup to facilitate it and if you go that route, you might aswell just emulate the CD drive and have no need ot mess with the BIOS itself.
Mida sa loed ? Nagunii aru ei saa
http://www.tmeeco.eu
Files of all broken links and images of mine are found here : http://www.tmeeco.eu/FileDen
http://www.tmeeco.eu
Files of all broken links and images of mine are found here : http://www.tmeeco.eu/FileDen
-
- Very interested
- Posts: 159
- Joined: Sat Feb 24, 2007 11:35 pm
- Location: San Antonio, TX
Replacing the BIOS to make that work would be a lot of trouble, especially because of the problem with CDDA audio. Also, the Sega CD is not an IDE device. I think the Xbox was the first console to use an IDE interface for optical drive / hard disk.
It would be much less trouble to make a RAM cartridge that can read from an SD card.
Unless of course your point is to run "backups", in which case get a proper backups unit. Or better yet, get a chipped/softmodded Xbox or PSP and run an emulator.
It would be much less trouble to make a RAM cartridge that can read from an SD card.
Unless of course your point is to run "backups", in which case get a proper backups unit. Or better yet, get a chipped/softmodded Xbox or PSP and run an emulator.
I'm personnaly interested in this topic for a simple reason : MegaCD lifetime.
The CD drive (lens...) won't live forever and don't know how long we will be able to find replacement part....
So something like a HDLoader would be very interesting...
I started to think about it 2 months ago...but, as you said, I don't see (yet?) how to handle CDDA....perhaps a dedicated MP3 decoder connected to SR/L2 ?
The CD drive (lens...) won't live forever and don't know how long we will be able to find replacement part....
So something like a HDLoader would be very interesting...
I started to think about it 2 months ago...but, as you said, I don't see (yet?) how to handle CDDA....perhaps a dedicated MP3 decoder connected to SR/L2 ?
-
- Very interested
- Posts: 749
- Joined: Sat Dec 15, 2007 7:49 am
- Location: Kazakhstan, Pavlodar
-
- Very interested
- Posts: 749
- Joined: Sat Dec 15, 2007 7:49 am
- Location: Kazakhstan, Pavlodar
I think, virtual CD drive is more attractive because in case of flash using it will be quiet, less power and enough fast (and for image replace too!). To able play CD-DA, we need DAC, some fast controller (AVR or something, I don't know, must think about it) and big enough CPLD/FPGA. It's all possible, if required doc's are available. Is there any?KanedaFr wrote:I don't know what the best approach :
'virtual' CD drive or alternative CD drive ?
-
- Very interested
- Posts: 749
- Joined: Sat Dec 15, 2007 7:49 am
- Location: Kazakhstan, Pavlodar
There *should* be a datasheet on Eidolons-Inn that covers the CD controller IC (LC89510). It's a datasheet of a hardware compatible controller (the first 16 or so registers are the ones if interrest). I've uploaded it a long time ago and is way better then the other LC89510 sheets floating around the web.
almost the same that the one available at http://www.4shared.com/get/REMknPft/Aju ... -240A.htmlHardWareMan wrote:Can you show it?KanedaFr wrote:KSS240a is harder, the only one I have is a pinout sheet...in russian
there is a datasheet package uploaded by PabloGerrie wrote: There *should* be a datasheet on Eidolons-Inn that covers the CD controller IC (LC89510). It's a datasheet of a hardware compatible controller (the first 16 or so registers are the ones if interrest). I've uploaded it a long time ago and is way better then the other LC89510 sheets floating around the web.
I think you talk about the datasheet about the SAA7380 with a very interesting feature LC89510 compatible with ATAPI interface (make it possible to use a standard CD Drive ?!)
I recently found an interesting linkabout CD emulation.
It's about emulating a CD from an ISO on a SD Card...
It's about emulating a CD from an ISO on a SD Card...
-
- Very interested
- Posts: 2984
- Joined: Fri Aug 17, 2007 9:33 pm
Yeah, like that, but with an old fashioned interface, not a USB interface.KanedaFr wrote:I recently found an interesting linkabout CD emulation.
It's about emulating a CD from an ISO on a SD Card...