Jump to content

Stigmata

Members
  • Posts

    178
  • Joined

  • Last visited

Everything posted by Stigmata

  1. Thanks! Working just fine!! ;D Christoffer
  2. Hi! Can someone please tell me how to change the main.asm.. Want to change the 8580 filter to the 6581 to see if work better....( ;; set this to '1' to enable the filter software workaround for the 8580 SID #define CBM8580_FILTER_FIX 0 ) And when I press te F10 (MAKE) is this error message: Executing: "F:\ucapps\microchip\MPLAB IDE\MCHIP_Tools\mpasmwin.exe" /q /p18F452 "main.asm" /l"main.lst" /e"main.err" Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_IO_TABLES.INC) Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_ENC_TABLE.INC) Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_BUTTONS.INC) Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_MATRIX.INC) Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_TIMER.INC) Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_P2R_R2P.INC) Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_PRINT.INC) Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_TABLES.INC) Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_TABLES_STRUCT.INC) Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_CC_TABLE.INC) Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MATH_MUL16_16.INC) Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\SID_SYSEX_TABLE.INC) Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\SID_FRQ_TABLE.INC) Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\SID_ENV_TABLE.INC) Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\SID_LFO_TABLE.INC) Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\SID_SIN_TABLE.INC) Halting build on first failure as requested. BUILD FAILED: Sun Sep 14 22:26:26 2003 Help me I´m new on this... Christoffer
  3. Hi! Can someone please tell me how to change the main.asm.. Want to change the 8580 filter to the 6581 to see if work better....( ;; set this to '1' to enable the filter software workaround for the 8580 SID #define CBM8580_FILTER_FIX 0 ) And when I press te F10 (MAKE) is this error message: Executing: "F:\ucapps\microchip\MPLAB IDE\MCHIP_Tools\mpasmwin.exe" /q /p18F452 "main.asm" /l"main.lst" /e"main.err" Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_IO_TABLES.INC) Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_ENC_TABLE.INC) Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_BUTTONS.INC) Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_MATRIX.INC) Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_TIMER.INC) Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_P2R_R2P.INC) Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_PRINT.INC) Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_TABLES.INC) Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_TABLES_STRUCT.INC) Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_CC_TABLE.INC) Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MATH_MUL16_16.INC) Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\SID_SYSEX_TABLE.INC) Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\SID_FRQ_TABLE.INC) Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\SID_ENV_TABLE.INC) Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\SID_LFO_TABLE.INC) Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\SID_SIN_TABLE.INC) Halting build on first failure as requested. BUILD FAILED: Sun Sep 14 22:26:26 2003 Help me I´m new on this... Christoffer
  4. Hi there! Just fund a problem with my sid 6581.. When I put on the LP filter on osc1 I only can hear the note from C1 to C4 and when a play note C4 and above I can´t hear anything, it works when i turn off the filter......Strange or... Christoffer
  5. Hi there! Just fund a problem with my sid 6581.. When I put on the LP filter on osc1 I only can hear the note from C1 to C4 and when a play note C4 and above I can´t hear anything, it works when i turn off the filter......Strange or... Christoffer
  6. Hi there! How can I sync the Wavetable Sequencer/Arpeggiator, LFOs and Envelopes to midi clock?? I use logic 5.5.1 . Yesterday tried but it didn´t work.... :-/ Can someone please tell me how... Christoffer
  7. Hi there! The link to the Jsynth doesen´t work! Christoffer
  8. Hej! Köpte 100mm alps från farnell eller rs kommer inte riktigt ihåg..... ;) Tog det på mitt jobb så det var aldrig nått problem med faktureringen. Christoffer
  9. Hi there! I´m should start too build the control sid c soon but in meantime i go with the step A.with 16*2 display one encoder and 5 buttons...... Can I go with the new v1.5b 18f stepC? I want the MIDI sync and the new sounds..... Now you all wonder why I don´t try this ;) But I have my studio all packed down in boxes, starting to get all in place but it take a while.... :-/ Christoffer
  10. Just remember.. I´m using Win XP Christoffer
  11. I need a new Midi interface.... :( (Booring stuff to buy) Just wondering: Is the MIDIMAN USB MIDISPORT 4x4 a good choice? Anyone got any experience?? Thanks Christoffer
  12. Can´t wait to start build again! To make things clear to me:Can I have two 6581 and two 8580 in the same box and use the C64 PSU?? Should I make the slave CORE with the PIC16F or the 18F or does it matters? (for the future)..... Thanks Christoffer
  13. Stockholm, Sweden
  14. Hi there! To SmashTV:Whats the difference in your PCB layouts and the original from Thorsten´s layout?? Are you going to put the PCB layout for the public or?? Best regards Christoffer
  15. Can´t wait to start build again... Right now i´m middle of changing flat so everything are in boxes..(Not midiboxes) ;) But now I have something to look forward to. ;D Christoffer
  16. Seems like the JSynth download isn´t there anymore I got error 404.... Best regards Christoffer
  17. Great! ;D
  18. Sorry sorry sorry!!! :-[ Seems like an bad soldering (AGAIN!) on the bankstick itseelf the E2 wasn´t connect to the Vd properly.. Sorry Christoffer
  19. Hi there! I have problems again with my SID :( When I leave it on like for 5 min the SID restart itself and I read "Loading from Bankstick"and then right after that It´s said:"Loading from internal"and all I got is Patch:<empty> And when I restart it the SID refuse to load the bankstick. I then reload the MIOS SID and then it found the Bankstick!.. Best regards Christoffer
  20. Hi there! How does the arpeggiator works? Can I sync it to the external MIDI clock? If not, is it planned in the future?... ;) Christoffer
  21. Looking great!! Christoffer
  22. Looking great!! Christoffer
  23. Sorry!! Working now! ;D Bootstrip it again for like 2 times and now it´s rocking!!! Again:Thank´s for all this Thorsten!!! ;D Christoffer
  24. Great! Small problems... When I turn my encoder the I can see the sound just nice, but after program 12 the display start showing strange symbols and I cant go back...and I must turn off the power... Best regards Christoffer
  25. Hmmm.. Is it an 8*8 midi interface?? ??? or is it an midi merger or?? Christoffer
×
×
  • Create New...