Thread: Dizzy!!!!

  1. #1
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688

    Dizzy!!!!

    Does any retro gamers remember a game called treasure island dizzy on the amiga? I do! lol it was great! Anyway, am I right in saying it was programed in Java? Because C was not around then im talking 1980's here... do any of you guys know if I am correct? As far as I knew, Java is not used for games, maybe it was written in Basic?

  2. #2
    *this
    Join Date
    Mar 2005
    Posts
    498
    Well C and C++ came before java if im not mistaken, then again I dont know that much about history.
    Last edited by JoshR; 06-09-2005 at 01:36 AM.

  3. #3
    Registered User
    Join Date
    Apr 2003
    Posts
    2,663
    Anyway, am I right in saying it was programed in Java? Because C was not around then im talking 1980's here
    Java is of a comparatively recent vintage compared to C.
    Last edited by 7stud; 06-09-2005 at 01:48 AM.

  4. #4
    VA National Guard The Brain's Avatar
    Join Date
    May 2004
    Location
    Manassas, VA USA
    Posts
    903
    Didn't program specifically for the Amiga.. but I was around for the C64.. you could get ok quality games using BASIC.. but I remember programming games with cool graphics and stuff using MLX.. or machine language.. which was just a bunch of lines of numbers, probably in hex.. too young to remember.. just copied code out of a book
    Last edited by The Brain; 06-09-2005 at 02:27 AM.
    • "Problem Solving C++, The Object of Programming" -Walter Savitch
    • "Data Structures and Other Objects using C++" -Walter Savitch
    • "Assembly Language for Intel-Based Computers" -Kip Irvine
    • "Programming Windows, 5th edition" -Charles Petzold
    • "Visual C++ MFC Programming by Example" -John E. Swanke
    • "Network Programming Windows" -Jones/Ohlund
    • "Sams Teach Yourself Game Programming in 24 Hours" -Michael Morrison
    • "Mathmatics for 3D Game Programming & Computer Graphics" -Eric Lengyel

  5. #5
    Shibby willc0de4food's Avatar
    Join Date
    Mar 2005
    Location
    MI
    Posts
    378
    I hate to burst bubbles, but C's been around since the early 70's.. 72 / 74. around there.
    C++ - 1985.
    Java - i BELIEVE about 1990.

    so it definitely wasn't java.. lol
    Registered Linux User #380033. Be counted: http://counter.li.org

  6. #6
    Skunkmeister Stoned_Coder's Avatar
    Join Date
    Aug 2001
    Posts
    2,572
    99% chance it was written in asm. There were many dizzy games written for the spectrum all were written in z80 asm. Many of these were ported to other architectures but in those days asm was the only way to get good speed. I believe amigas were around the 14MHz-50MHz mark. Very fast!!! There is a slim chance that it was written in C but even then large parts would almost certainly be in inline asm.
    Free the weed!! Class B to class C is not good enough!!
    And the FAQ is here :- http://faq.cprogramming.com/cgi-bin/smartfaq.cgi

  7. #7
    Registered User
    Join Date
    Apr 2003
    Posts
    2,663
    I was wondering: is Java written in C++?

  8. #8
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    I believe so.

  9. #9
    Registered /usr
    Join Date
    Aug 2001
    Location
    Newport, South Wales, UK
    Posts
    1,273
    Quote Originally Posted by Stoned_Coder
    I believe amigas were around the 14MHz-50MHz mark. Very fast!!!
    Whatever it is you're smoking in your avatar, I want some.

    Most Amigas ran at 8 MHz, as they were fisrt produced in the late 80s so the spec was maintained was to avoid problems and to be price competitive with consoles. The Atari ST also ran at that speed, but performed on average 110% faster than the Amiga (It needed it).

  10. #10
    Hardware Engineer
    Join Date
    Sep 2001
    Posts
    1,398
    Swgh,
    Guessing on this board is dangerous! 10 - 15 minutes of searching "history of programming" on the net would have told you NOT to guess Java!

    Unless you have the source code, you cannot tell what language was used for a program. Programs created with Visual BASIC or Java might have a "default look", but a good programmer can change this.

    Around that time, BASIC and C were both popular languages. Assembly has always been used in games, usually mixed with a high-level language. The pros seem to "look down" on BASIC, but a lot of commercial programs do use BASIC. (The inventory and accounting software where I work was written in BASIC.) The Amiga probably come with a BASIC compiler. My Commodore 64 had BASIC in its firmware... When you first powered it on, it booted to BASIC! If you typed-in a line of BASIC, it would execute it. (This was interpreted BASIC... no compiler!)

    And, Fortran was popular for scientific applications, COBOL was popular for business applications.

  11. #11
    Skunkmeister Stoned_Coder's Avatar
    Join Date
    Aug 2001
    Posts
    2,572
    The first amiga I wrote software for was the A2000 which im sure ran at 14 MHz.There were further models that followed this and I'm sure they at least matched 486's which ran at up to about 66 MHz. I'm just a tad young to have experienced the 8Mhz amigas. Was busy with my old tandy and spectrum then not to mention the absolutely awesome bbc master 128.
    Free the weed!! Class B to class C is not good enough!!
    And the FAQ is here :- http://faq.cprogramming.com/cgi-bin/smartfaq.cgi

  12. #12
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    It was most certainly written in assembly.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Re-code a dizzy clone
    By swgh in forum Game Programming
    Replies: 2
    Last Post: 04-18-2007, 10:29 AM