Dear visitor, welcome to Forum64. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Allerdings sind die ROM Images 130 Block groß und meines Wissens passen doch nur 128 Block in ein 27256 Eprom?
Mache ich da etwas falsch?
Allerdings sind die ROM Images 130 Block groß und meines Wissens passen doch nur 128 Block in ein 27256 Eprom?
Mache ich da etwas falsch?
Das liegt daran das die Images die 2 Byte Ladeadresse beinhalten. Du musst also mit nem Hexeditor
jeweils die ersten beiden Bytes wegschneiden. Dann sind die Images auch exakt 32k gross.
|
|
Source code |
1 2 |
$ cartconv | grep fox pf Pagefox .crt file |
|
|
Source code |
1 2 3 4 |
logax@logax-desktop:~/c64/pagefox/Pagefox-ROMs$ cartconv -t pf -i pagefox.bin -o pagefox.crt Error: Input file size (32768) doesn't match Pagefox requirements logax@logax-desktop:~/c64/pagefox/Pagefox-ROMs$ cartconv | grep fox pf Pagefox .crt file |
This post has been edited 1 times, last edit by "H.T.W" (Dec 8th 2012, 8:47am)
Forum Software: Burning Board® 3.1.7, developed by WoltLab® GmbH