Jump to content

nhaudio

Members
  • Posts

    12
  • Joined

  • Last visited

    Never

About nhaudio

  • Birthday 01/01/1

Profile Information

  • Gender
    Not Telling

nhaudio's Achievements

MIDIbox Newbie

MIDIbox Newbie (1/4)

0

Reputation

  1. Hi t-xen if you still have this board available we can trade. I have an extra 8580 that I won't use. let me know if you're still interested. Cheers, nicolas
  2. pm sent
  3. sorry I kind of forgot about this post, do you still have it for sale? if yes, is 120 euro + shipping a fair offer for you? cheers, Nicolas
  4. hi can you give me your location, and what would be the shipping cost for italy? cheers, nicolas
  5. as predicted no luck with jal, but at least I learned how to install from the terminal :) then I tried the script with the mios main.asm (not the sid), no luck either, that means the script does not work with osx as it is now. any suggestions?
  6. hey, I saw your other forum post: But there's one thing I couldn't get done on my mac: burning the PIC. There's no serial Port and all USB-Adaptors have never worked relyable and / or there were no drivers available. So after all, if you want to burn MIOS into a chip, you'll need a PC. (Don't know if this changes with MBHP-Burner, I used JDM). I saw this article, maybe you didn't know about it and I think it's related: http://www.mactech.com/articles/mactech/Vol.20/20.02/PICMicrocontroller/index.html do you think the jal could work for our purpose? I'm going to try anyway. cheers, Nicolas
  7. The top part I knew, though true that it's for mios and not sid app. ok I've checked one file, and at least in the main.asm there's no change before and after running the script. I need to check the oher files. So maybe the script doesn't work with os X? or with the sid application. I really don't know...but if it works with linux should it work with os x too? I guess you half answered the question already. If you have a clue of where to go from here, we can try and continue to work on it, but I understand that it might be time consuming for you. your call. It would be a great plus for os x users. in the short run I think the easiest way for me is to try to find a friend with a pc and do it at his house. while we can continue to try and find a script that works. again, thank you for your time, cheers, Nicolas
  8. well in theory it should work, it's from the wiki so I gess (i hope) people did try before me. no it wasn't me who tried to do the seq. I'll redo everything to see if it changes something. For what should I look in theory? thanks again nico
  9. >:( I still get this if I try to compile ~/Desktop/midibox_sid_v1_7303b/src] nicolash% gpasm main.asm sid_sin_table.inc:34:Error [103] syntax error main.asm:520:Error [103] syntax error cs_menu_io_tables.inc:35:Warning [202] Argument out of range. Least significant bits used. cs_menu_io_tables.inc:35:Warning [202] Argument out of range. Least significant bits used. cs_menu_io_tables.inc:35:Warning [202] Argument out of range. Least significant bits used. cs_menu_io_tables.inc:35:Warning [202] Argument out of range. Least significant bits used. cs_menu_io_tables.inc:35:Warning [202] Argument out of range. Least significant bits used. cs_menu_buttons.inc:100:Error [103] syntax error cs_menu_buttons.inc:102:Error [103] syntax error cs_menu_buttons.inc:104:Error [103] syntax error cs_menu_buttons.inc:106:Error [103] syntax error the syntax error goes on for a while
  10. got this, I think it's good... ~/Desktop/midibox_sid_v1_7303b] nicolash% ./fix-gpasm.sh + tr -d '\r' + sed -f replace-macros.sed + mv src/main.asm_ src/main.asm + tr -d '\r' + sed -f replace-macros.sed + mv src/setup_6581.asm_ src/setup_6581.asm + tr -d '\r' + sed -f replace-macros.sed + mv src/setup_6581_without_cs.asm_ src/setup_6581_without_cs.asm + tr -d '\r' + sed -f replace-macros.sed + mv src/setup_8580.asm_ src/setup_8580.asm + tr -d '\r' + sed -f replace-macros.sed + mv src/setup_8580_without_cs.asm_ src/setup_8580_without_cs.asm + tr -d '\r' + sed -f replace-macros.sed + mv src/app_defines.h_ src/app_defines.h + tr -d '\r' + sed -f replace-macros.sed + mv src/macros.h_ src/macros.h + tr -d '\r' + sed -f replace-macros.sed + mv src/mios.h_ src/mios.h + tr -d '\r' + sed -f replace-macros.sed + mv src/app_lcd.inc_ src/app_lcd.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/cs_menu.inc_ src/cs_menu.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/cs_menu_bank.inc_ src/cs_menu_bank.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/cs_menu_buttons.inc_ src/cs_menu_buttons.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/cs_menu_cc_table.inc_ src/cs_menu_cc_table.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/cs_menu_enc.inc_ src/cs_menu_enc.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/cs_menu_enc_table.inc_ src/cs_menu_enc_table.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/cs_menu_exec.inc_ src/cs_menu_exec.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/cs_menu_io_tables.inc_ src/cs_menu_io_tables.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/cs_menu_leds.inc_ src/cs_menu_leds.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/cs_menu_matrix.inc_ src/cs_menu_matrix.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/cs_menu_ms.inc_ src/cs_menu_ms.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/cs_menu_p2r_r2p.inc_ src/cs_menu_p2r_r2p.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/cs_menu_print.inc_ src/cs_menu_print.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/cs_menu_tables.inc_ src/cs_menu_tables.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/cs_menu_tables_struct.inc_ src/cs_menu_tables_struct.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/cs_menu_timer.inc_ src/cs_menu_timer.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/j5_dout.inc_ src/j5_dout.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/math_mul16_16.inc_ src/math_mul16_16.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/midi_rxtx.inc_ src/midi_rxtx.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/mios_tables.inc_ src/mios_tables.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/mios_vectors.inc_ src/mios_vectors.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/p18f452.inc_ src/p18f452.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/p18f4520.inc_ src/p18f4520.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/p18f4620.inc_ src/p18f4620.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/sid_aout.inc_ src/sid_aout.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/sid_aout_lc.inc_ src/sid_aout_lc.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/sid_bank.inc_ src/sid_bank.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/sid_cc_table.inc_ src/sid_cc_table.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/sid_ccin.inc_ src/sid_ccin.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/sid_ccout.inc_ src/sid_ccout.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/sid_depth_table.inc_ src/sid_depth_table.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/sid_env_table.inc_ src/sid_env_table.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/sid_frq_table.inc_ src/sid_frq_table.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/sid_lcd.inc_ src/sid_lcd.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/sid_lfo_table.inc_ src/sid_lfo_table.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/sid_midi.inc_ src/sid_midi.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/sid_note_table.inc_ src/sid_note_table.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/sid_patch.inc_ src/sid_patch.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/sid_presets.inc_ src/sid_presets.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/sid_sin_table.inc_ src/sid_sin_table.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/sid_sr.inc_ src/sid_sr.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/sid_sw.inc_ src/sid_sw.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/sid_sysex.inc_ src/sid_sysex.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/sid_sysex_table.inc_ src/sid_sysex_table.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/sid_tune.inc_ src/sid_tune.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/sid_wt.inc_ src/sid_wt.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/special_characters.inc_ src/special_characters.inc + tr -d '\r' + sed -f replace-macros.sed + mv src/user_vectors.inc_ src/user_vectors.inc
  11. well I think we're getting there... here is what I got: /Desktop/midibox_sid_v1_7303b] nicolash% ./fix-gpasm.sh + tr -d '\r' ./fix-gpasm.sh: line 4: *.asm: No such file or directory + sed -f replace-macros.sed + mv '*.asm_' '\*.asm_' main.asm_ setup_6581.asm_ setup_6581_without_cs.asm_ setup_8580.asm_ setup_8580_without_cs.asm_ main.asm setup_6581.asm setup_6581_without_cs.asm setup_8580.asm setup_8580_without_cs.asm usage: mv [-f | -i | -n] [-v] source target mv [-f | -i | -n] [-v] source ... directory + tr -d '\r' ./fix-gpasm.sh: line 4: *.h: No such file or directory + sed -f replace-macros.sed + mv '*.h_' '\*.h_' app_defines.h_ macros.h_ mios.h_ app_defines.h macros.h mios.h usage: mv [-f | -i | -n] [-v] source target mv [-f | -i | -n] [-v] source ... directory + tr -d '\r' ./fix-gpasm.sh: line 4: *.inc: No such file or directory + sed -f replace-macros.sed + mv '*.inc_' '\*.inc_' app_lcd.inc_ cs_menu.inc_ cs_menu_bank.inc_ cs_menu_buttons.inc_ cs_menu_cc_table.inc_ cs_menu_enc.inc_ cs_menu_enc_table.inc_ cs_menu_exec.inc_ cs_menu_io_tables.inc_ cs_menu_leds.inc_ cs_menu_matrix.inc_ cs_menu_ms.inc_ cs_menu_p2r_r2p.inc_ cs_menu_print.inc_ cs_menu_tables.inc_ cs_menu_tables_struct.inc_ cs_menu_timer.inc_ j5_dout.inc_ math_mul16_16.inc_ midi_rxtx.inc_ mios_tables.inc_ mios_vectors.inc_ p18f452.inc_ p18f4520.inc_ p18f4620.inc_ sid_aout.inc_ sid_aout_lc.inc_ sid_bank.inc_ sid_cc_table.inc_ sid_ccin.inc_ sid_ccout.inc_ sid_depth_table.inc_ sid_env_table.inc_ sid_frq_table.inc_ sid_lcd.inc_ sid_lfo_table.inc_ sid_midi.inc_ sid_note_table.inc_ sid_patch.inc_ sid_presets.inc_ sid_sin_table.inc_ sid_sr.inc_ sid_sw.inc_ sid_sysex.inc_ sid_sysex_table.inc_ sid_tune.inc_ sid_wt.inc_ special_characters.inc_ user_vectors.inc_ app_lcd.inc cs_menu.inc cs_menu_bank.inc cs_menu_buttons.inc cs_menu_cc_table.inc cs_menu_enc.inc cs_menu_enc_table.inc cs_menu_exec.inc cs_menu_io_tables.inc cs_menu_leds.inc cs_menu_matrix.inc cs_menu_ms.inc cs_menu_p2r_r2p.inc cs_menu_print.inc cs_menu_tables.inc cs_menu_tables_struct.inc cs_menu_timer.inc j5_dout.inc math_mul16_16.inc midi_rxtx.inc mios_tables.inc mios_vectors.inc p18f452.inc p18f4520.inc p18f4620.inc sid_aout.inc sid_aout_lc.inc sid_bank.inc sid_cc_table.inc sid_ccin.inc sid_ccout.inc sid_depth_table.inc sid_env_table.inc sid_frq_table.inc sid_lcd.inc sid_lfo_table.inc sid_midi.inc sid_note_table.inc sid_patch.inc sid_presets.inc sid_sin_table.inc sid_sr.inc sid_sw.inc sid_sysex.inc sid_sysex_table.inc sid_tune.inc sid_wt.inc special_characters.inc user_vectors.inc usage: mv [-f | -i | -n] [-v] source target mv [-f | -i | -n] [-v] source ... directory
  12. much respect 8) if you ever come to italy, I owe a couple of beer...at least
  13. :'(not yet ;) i did try a few things first like this: #!/bin/sh for i in \'*.inc' \'*.asm' \'*.h';do tr -d '\r' < $i|sed -f replace-macros.sed >${i}_ && mv ${i}_ $i done got that: ~/Desktop/midibox_sid_v1_7303b] nicolash% ./fix-gpasm.sh ./fix-gpasm.sh: line 4: unexpected EOF while looking for matching `'' ./fix-gpasm.sh: line 6: syntax error: unexpected end of file then like this #!/bin/sh for i in '\*.inc' '\*.asm' '\*.h';do tr -d '\r' < $i|sed -f replace-macros.sed >${i}_ && mv ${i}_ $i done and got that ~/Desktop/midibox_sid_v1_7303b] nicolash% ./fix-gpasm.sh ./fix-gpasm.sh: line 3: unexpected EOF while looking for matching `'' ./fix-gpasm.sh: line 5: syntax error: unexpected end of file then like this #!/bin/sh for i in '\*.inc' '\*.asm' '\*.h';do tr -d '\r' < $i|sed -f replace-macros.sed >${i}_ && mv ${i}_ $i done and got that ~/Desktop/midibox_sid_v1_7303b] nicolash% ./fix-gpasm.sh ./fix-gpasm.sh: line 3: \*.inc: No such file or directory sed: 1: replace-macros.sed: command i expects \ followed by text ./fix-gpasm.sh: line 3: \*.asm: No such file or directory sed: 1: replace-macros.sed: command i expects \ followed by text ./fix-gpasm.sh: line 3: \*.h: No such file or directory sed: 1: replace-macros.sed: command i expects \ followed by text then last one like this #!/bin/sh for i in \'*.inc' \'*.asm' \'*.h';do tr -d '\r' < $i|sed -f replace-macros.sed >${i}_ && mv ${i}_ $i done and got that: ~/Desktop/midibox_sid_v1_7303b] nicolash% ./fix-gpasm.sh ./fix-gpasm.sh: line 3: unexpected EOF while looking for matching `'' ./fix-gpasm.sh: line 5: syntax error: unexpected end of file thanks agan for the help, cheers, Nicolas
  14. hey michael I did a typo, I had only removed src/ so the fault is not coming from there...but...I feel a bit stupid but this time I don't get it. ;-( let me know when you have some spare time, cheers, nicolas
×
×
  • Create New...