Schrijver
| .bin to cassete convertion.
|
edulg msx friend Berichten: 3 | Geplaatst: 14 Januari 2008, 02:27   |
Hello fellows,i need to convert my .bin msx games to real cassete sound to load on my MSX without drive.
Is there any way to find the start,end and execution address to let me bsave"cas:" them to wave format?
Or is there any MSX Software or PC software to converte .bin files to cassete sound?
I need to convert , at least, .bin to .cas and them i can convert .cas to wave.
Thanks ...
 |
|
manuel msx guru Berichten: 3277 | Geplaatst: 14 Januari 2008, 11:56   |
In openMSX you can save the file with bsave"cas:", which will give you a wav file. See the manual.
But, yes, you need to know the addresses. They are in the first few bytes of the bin file: http://www.faq.msxnet.org/suffix.html#BIN |
|
edulg msx friend Berichten: 3 | Geplaatst: 14 Januari 2008, 14:44   |
Thanks.The file headers information that exactly what i need.
I need some information about how do i bsave video memory.How can i use video memory addresses in bsave command?
Thanks
|
|
cax online
 msx professional Berichten: 977 | Geplaatst: 14 Januari 2008, 15:09   |
Did you try MicroWAVer ?
|
|
pitpan msx master Berichten: 1300 | Geplaatst: 14 Januari 2008, 15:25   |
Or even MSXWAV, that was bundled with asMSX distribution. Cast MSXWAV FOO.BIN in order to get FOO.BIN.WAV, ready to load in your real MSX using the cassette interface.
|
|
decicoder msx friend Berichten: 15 | Geplaatst: 15 Januari 2008, 21:13   |
|
|
SLotman msx addict Berichten: 479 | Geplaatst: 15 Januari 2008, 22:58   |
Quote:
| I need some information about how do i bsave video memory.How can i use video memory addresses in bsave command?
|
To save VRAM contents, just use BSAVE"CAS:FILE.VRM",0,16384,S
This will save *everything*, from patterns/colors/sprites/etc. |
|
manuel msx guru Berichten: 3277 | Geplaatst: 16 Januari 2008, 09:48   |
According to the MSX2 Technical Databook, you can't use BSAVE ,S on cassette.
|
|
edulg msx friend Berichten: 3 | Geplaatst: 17 Januari 2008, 00:18   |
Manuel is right.,S only work with disk drive.
I made small basic program that read .bin screen file,transfers to RAM with start address at -30000 and them bsave the .bin to cassete.
To read,i must transfer from RAM to VRAM.Pretty slow,but worked.
A friend of mine has a MSX without Drives and id like to show the MSX Graphics with a digitized .jpg picture.
Thanks!
|
|
|
|
|