More actions
(Created page with "{{#seo: |title= (Computer) - GameBrew |title_mode=append |image=colognekuw2.png |image_alt=Unofficial Cologne }} {{Infobox GBA Homebrews |title=Unofficial Cologne |image=colog...") |
m (Text replacement - "Category:GBA homebrew emulators" to "") |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox GBA Homebrews | {{Infobox GBA Homebrews | ||
|title=Unofficial Cologne | |title=Unofficial Cologne | ||
|image= | |image=colognekuw02.png | ||
|description=Colecovision emulator based on Cologne. | |description=Colecovision emulator based on Cologne. | ||
|author=Kuwanger | |author=Kuwanger | ||
Line 14: | Line 8: | ||
|version=7.0 k2 | |version=7.0 k2 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/gbahomebrews/colognekuw.7z | |download=https://dlhb.gamebrew.org/gbahomebrews/colognekuw.7z?k33p0fil35 | ||
|website=http://kuwanger.net/gba/cologne/ | |website=http://kuwanger.net/gba/cologne/ | ||
}} | }} | ||
The Unofficial Cologne is a fork of [[Cologne]] with compression support. | {{#seo: | ||
|title= (Computer) - GameBrew | |||
|title_mode=append | |||
|image=colognekuw2.png | |||
|image_alt=Unofficial Cologne | |||
}} | |||
The Unofficial Cologne is a fork of [[Cologne GBA|Cologne]] with compression support. | |||
It is a Gameboy Advance emulator of the Colecovision, a system in many ways similar to the Sega Master System. Created before the great 80s video game crash, Colecovision for a time was a strong competetor to Atari's stronghold on home video gaming. | It is a Gameboy Advance emulator of the Colecovision, a system in many ways similar to the Sega Master System. Created before the great 80s video game crash, Colecovision for a time was a strong competetor to Atari's stronghold on home video gaming. | ||
== | ==Installation== | ||
The compression support is rather trivial, as Colecovision ROMs are very small (32KB or less). | The compression support is rather trivial, as Colecovision ROMs are very small (32KB or less). | ||
To compress a ROM you need Python installed and [https://www.ibsensoftware.com/products_aPACK.html apack.exe] in the same folder as cap.py. | To compress a ROM you need Python installed and [https://www.ibsensoftware.com/products_aPACK.html apack.exe] in the same folder as cap.py. | ||
Then use: cap.py rom.col rom.cap | Then use: <code>cap.py rom.col rom.cap</code> | ||
This form is usable with Pogoshell with the appropriate entry: | This form is usable with Pogoshell with the appropriate entry: | ||
*cap 1 cologne.bin 2 | *<code>cap 1 cologne.bin 2</code> | ||
*cap 1 cologne.mbz 2 | *<code>cap 1 cologne.mbz 2</code> | ||
To decompress cap files use: uncap.py rom.cap rom.col | To decompress cap files use: <code>uncap.py rom.cap rom.col</code> | ||
For older compressed cap files (from Kuwanger's v0.5 fork) use: uncap-old.py rom.cap rom.col | For older compressed cap files (from Kuwanger's v0.5 fork) use: <code>uncap-old.py rom.cap rom.col</code> | ||
'''Note:''' In order to run games, you must supply a BIOS when using the rom builder. | '''Note:''' In order to run games, you must supply a BIOS when using the rom builder. | ||
==Screenshots== | ==Screenshots== | ||
colognekuw5.png | https://dlhb.gamebrew.org/gbahomebrews/colognekuw5.png | ||
colognekuw3.png | https://dlhb.gamebrew.org/gbahomebrews/colognekuw3.png | ||
colognekuw4.png | https://dlhb.gamebrew.org/gbahomebrews/colognekuw4.png | ||
==Changelog== | ==Changelog== | ||
Line 54: | Line 53: | ||
==External links== | ==External links== | ||
* Author's website - [https://web.archive.org/web/20150430211128/http://kuwanger.net/gba/cologne/ http://kuwanger.net/gba/cologne/] (archived) | * Author's website - [https://web.archive.org/web/20150430211128/http://kuwanger.net/gba/cologne/ http://kuwanger.net/gba/cologne/] (archived) | ||
Latest revision as of 02:51, 10 Mayıs 2024
Unofficial Cologne | |
---|---|
General | |
Author | Kuwanger |
Type | Computer |
Version | 7.0 k2 |
License | Mixed |
Last Updated | 2006/11/28 |
Links | |
Download | |
Website | |
The Unofficial Cologne is a fork of Cologne with compression support.
It is a Gameboy Advance emulator of the Colecovision, a system in many ways similar to the Sega Master System. Created before the great 80s video game crash, Colecovision for a time was a strong competetor to Atari's stronghold on home video gaming.
Installation
The compression support is rather trivial, as Colecovision ROMs are very small (32KB or less).
To compress a ROM you need Python installed and apack.exe in the same folder as cap.py.
Then use: cap.py rom.col rom.cap
This form is usable with Pogoshell with the appropriate entry:
cap 1 cologne.bin 2
cap 1 cologne.mbz 2
To decompress cap files use: uncap.py rom.cap rom.col
For older compressed cap files (from Kuwanger's v0.5 fork) use: uncap-old.py rom.cap rom.col
Note: In order to run games, you must supply a BIOS when using the rom builder.
Screenshots
Changelog
V0.7k2 2006/11/27
- Fixed a bug with drawmenu().
V0.7k1 2006/09/07
- Ported compression support to new version.
External links
- Author's website - http://kuwanger.net/gba/cologne/ (archived)