It’s probably me, but I can find how to change the LCD size in main.asm anywhere. Can somebody please explain? Im trying to adapt the SID V2 beta firmware for a 16x2 LCD, 4 select buttons, 1 menu, 1 shift, and 1 encoder.
Also, as soon as I can edit the asm files, how do I upload the code to the midibox?
I just had a quick look into the README.txt file, it seems that TK left a note to the users which might be important to know - but I don’t understand what he is saying… could somebody please translate?
Some precompiled setups are part of this package:
o setup_6581.hex (MBSID stuffed with 6581)
o setup_8580.hex (MBSID stuffed with 8580)
o setup_tk.hex (TK's Setup)
o setup_wilba.hex (Wilba's Setup)
The required application upload procedure is described
under http://www.ucapps.de/mios_bootstrap_newbies.html
Infos for customization:
o note that a main.asm file doesn't exist, instead, main.inc is
included from the setup_*.asm files. main.inc doesn't need to be touched!
o do your setup in setup_8580.asm or setup_6581.asm
MIDIbox SID slaves will be detected automatically depending on the
MIOS device ID
The setup_tk.asm file is intented for TK's own setup and partly requires special
hardware
The http://www.ucapps.de/howto_tools_mpasm.html page describes, how
to build a new .hex file
[/code]
I’m a noob to programming, but 've searched for a day and a half on ucapps and the forum for that info, never occurred to me that there would be a simple readme file.
As long as you guru’s are not offended by my n00bish questions I’ll keep on posting them, so other people can find those answers on the forum and don’t have to post the same questions again (and suffer the embarrasment )