Results 1 to 3 of 3

Thread: Noob need help by Dev-C++

                  
   
  1. #1
    DCEmu Newbie
    Join Date
    Mar 2006
    Posts
    2
    Rep Power
    0

    Default Noob need help by Dev-C++

    Hello boys and girls.
    Hear i am.
    And i have a problem.

    where can i download the program to scramble DC-data ?

    I have download the Dev-c++ 4.9.9.0 and choose it like the tut of Dcemu.
    dc-tool and the rest is downloaded too.
    But where is the program to scramble ?

    and what do i have to write into the makfile if i donīt want use the coders-cable ?
    i have try do compile the dc-test, but it donīt funct.

  2. #2
    DCEmu Coder SiZiOUS's Avatar
    Join Date
    Aug 2004
    Location
    France
    Age
    39
    Posts
    558
    Rep Power
    74

    Default

    You can get the scramble utility here. The syntax to use it's : scramble mybinary.bin 1ST_READ.BIN (usually).

    If you don't want to use the coders cable just comments this line in your makefile (if you are using a sample or a makefile you haven't written) :
    #dc-tool -x $(BIN) ...
    If you are writing your makefile just ignore to put dc-tool in

  3. #3
    DCEmu Newbie
    Join Date
    Mar 2006
    Posts
    2
    Rep Power
    0

    Default

    Ok, new problem.
    A Compiler-problem.
    I use the coders cable and following Makfile:


    romdisk.img:
    genromfs -f romdisk.img -d romdisk -v

    romdisk.o: romdisk.img
    bin2o romdisk.img romdisk romdisk.o

    all-before: romdisk.o


    all-after :
    dc-tool -t COM1 -b 115200 -x $(BIN)



    and i get following mistake:

    linker input file unused because linking not done.
    i have try to remove Com1 to Com2 but nothing is happening.
    My Computer have just 1 Com.

    Do i anything wrong or is the cable broken ? or both ?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •