Jump to content

8bit-Dude

Members
  • Content Count

    181
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by 8bit-Dude


  1. Sound awesome!

    Wanted to understand from you the SDK capabilities in C

    Will it support :

    1.DLI? Multiple DLIs?

    2. Screen fine Scrolling ?

    3. Hi res mode ?

    4. Was this written in CC65?

     

    Keep up the good work

     

    You can write a DLI and DLIST in C if you want, but the aim of the SDK is prevent people from having to learn the specifics of each system.

    So the SDK takes care of things wherever possible. For instance, I implemented VBIs for RMT playback, and DLI for 5th sprite flicker.

    • Like 1

  2. Hey guyz,


    Last month I released 8bit-Slicks for the C64, Atari XL and Apple//e. It is the first cross-platform online game for 8bit era computers.


    While developping the game, I organized my project into a "game" part, and a "SDK" part, for future re-use. It then occured to me that other people would benefit from this base for development of cross-platform 8bit games.


    So I am announcing the planned release of 8bit-Unity in the second quarter of 2019. The SDK will contain everything to let you create simple online 8bit games in C code once, and deploy on all supported platforms easily (C64, Atari XL, Apple//e, and more in future!).


    So they tuned!!!


    banner-original.png

    • Like 8

  3. Yup, and the adventure carries on with a port to the Oric Atmos next!

     

    As there exist no Ethernet Adaptor for this platform, I am in the process of making a universal "Arduino Ethernet" that plugs into any 8bit joystick port.
    The flipside is that this will give an alternative for people who do not own a DragonCart.

     

    See the unfolding story here: http://forum.defence-force.org/viewtopic.php?f=23&t=1249&start=15#p18551

    • Like 2

  4. It was 18 months in the making... but finally I am pleased to announce the release of 8bit-Slicks for the Apple//e, Atari XL, and C64, just in time for the Xmas holiday!

     

    The game supports up-to 4 players, local or online (using the Uthernet, DragonCart or RR-Net).

     

    13 games servers are available, and results are recorded for competitive Ranking.

     

    So make sure to download the game and join us for some racing fun this holiday season!

     

    Cheers, Tony (aka 8bit-Dude)

     

    P.S: Feel free to repost this news and spread the word, the more players online the merrier!!!

     

     

    screenies.jpg

    • Like 10

  5. This discussion was started in the wrong section, so I am creating a new thread here.

     

    @Oli: So I would like to use an Arduino with Ethernet Module to interface with IP65 on the Oric Atmos.

     

    On the Atmos side, I found that I/O register #0301 corresponds to a byte on the printer interface (see p229 of this manual: http://www.defence-force.org/computing/oric/library/lib_manual_oric/files/manual_atmos.pdf)

    Question 1: Is 1 registers enough??? (i.e: by adding a small layer that sends/fetches data from the printer port and maps it ready for IP65)
    Question 2: Can you give me a list of registers needed by IP65, and their function?

     

    On the Arduino side, I found this library which implements the basics of an ethernet layer: https://www.arduino.cc/en/Reference/Ethernet

    Question 3: Can you take a quick look and tell me if all the functions needed by IP65 are implemented in this arduino lib?

     

    Many thanks in advance!!!


  6. @Oli: A CS8900A or W5100 or LAN91C96 with its registers mapped straight to some 6502 memory mapped I/O locations.

    OK, that's a very concrete answer.

    I am thinking of using an arduino with LAN module to prototype the hardware side, so I will investigate if I can get the same ethernet layer as hardware you listed
    I assume that once the hardware is mapping these registers to a continuous memory block, then it is a simple matter of giving the start address to IP65.

    Onto the next question then: Do you have a short list of those registers needed by IP65?


  7. Oli, I have a question: *IF* someone decided to make ethernet hardware for the Oric Atmos, BBC Micro/Electron, or hell... even the NES or Atari 7800, what would be the requirements in order to easily interface with IP65?

    I am thinking of the next targets for my game...

    • Like 1

  8. I spent a little more time polishing the game ahead of the testing session this week-end (see attached disks).

    List of mods:

    - All platforms: Can now select from a list of 13 servers (0-9 / A-D)

    - Atari: Further improved the new GFX with the help of Phil. He is a tough guy to please, from I am glad to say he gave me the green light!

    - Apple: Improved sprites drawing performance by 20%, Implemented support for game-paddles (cycle through the controls list to see them).

    If you are planning to join the testing session this weekend, please leave a message here: http://8bit-slicks.com/?topic=testing-session-6-20181215-16

    The game will only be as good as the feedback I get from testers!!!

    • Like 2

  9. I have got some exciting news: I completed both the C64 and Atari versions after a long hiatus (doing some final testing this coming week-end).

    I am trying to finish debugging the Apple version, but that is somewhat more difficult (the platform has no hardware sprites).

     

    In ANY CASE, I will release the game shortly before Xmas, so we can all enjoy a winter break of online racing with our old C64s and Ataris!!!

     

    You can see currently registered users here:http://8bit-slicks.com/?page_id=207

    Now is the time to register your 4 letter username!!!

    • Like 4

  10. For the past 12 months I have been developping an online top-down racer called "8bit-Slicks" for the Apple/Atari/C64.

    I will be releasing the Atari/C64 version next month, and already released a promo video on YouTube

     

    The game has 10 online servers for up-to 4 players each, and ranking on the website: Ranking

     

    The Apple IIe version is progressing very well, and I hope to release in 2 months from now.

    The game requires an 80 column card for Double-Hires GFX, and Uthernet and LanceGS card to play online.

    It is also compatible with AppleWin, which emulates the Uthernet card!

     

    I am dropping some screenshots down here to give you an idea of where I am now.

    post-53448-0-57325200-1517150808.png

    post-53448-0-83189800-1517150816.png

    • Like 6
×
×
  • Create New...