Slashdot Mirror


Andre Lamothe Launches XGameStation

TheAdventurer writes "Andre Lamothe, author of many popular video game programming books, has released his XGameStation. The initial offering, the XGameStation Micro Edition, is a retro level hardware platform, similar to the old Atari and NES systems, designed to teach enthusiasts and students the elements of console hardware design and effective low level programming skills. The unit comes with an e-book written by Andre on how to develop on the platform using its assembly language IDE (included) and how to make your own extensions to the device. It is priced at $199."

15 of 173 comments (clear)

  1. Pretty cool by Grant29 · · Score: 4, Insightful

    This is a good way to get a new generation of engineers going. I know many of us probably got our start with games, computers, etc at an early age. It seems like it was easier back then because the systems weren't as complicated as they are now. Back then we had nice breadboards, through-hole components, eeproms, etc that made hardware hacking and learning easier. Now with all the SMT, it's hard to jump in and learn from scratch.

    A new device such as this with eduction in mind from the start surely sounds like a nice hobby experience.

    Buy your tech gear for much less.

    1. Re:Pretty cool by Trizor · · Score: 4, Insightful

      The best of the new generation of Engineers will not get started on games, but will begin with low level algorithm design and bottom up programming. An 80 MIP RISC doesn't have the power for abstraction layers. When I first began learning to program way back when, processors capable of this had just hit the market. I was taught, instead of writing the program directly in the language, to write tools for writing tools, then take those tools and write tools for solving a problem. You need to do this once, but there are people who are professional tool makers. This teaches you on a processor not powerful enough for that layerd abstraction that APIs bring, instead you must write directly in the language for speed reasons. It will not train the new generations of engineers, it will give good programmers a toy.

    2. Re:Pretty cool by SQL+Error · · Score: 4, Informative

      An 80 MIP RISC doesn't have the power for abstraction layers.

      Blup?

      As someone who started out on 0.25 MIPS CISC processors, I can comfortably say that you don't have the faintest idea what you are talking about. Abstraction layers appeared shortly after the stored-program architecture. 80 MIPS is serious, serious luxury.

  2. Take this with a grain of salt by Anonymous Coward · · Score: 5, Interesting

    A bit of background on Andre....

    I'm posting this AC because I know this will get modded down as flamebait.

    I've been working in the game industry as a programmer for 15 years, and have never regretting purchasing a single technical book (and I've bought hundreds) until, one day when I was at Barnes & Noble, buying six by Andre Lamothe thinking they might be useful.

    Not only are his books terribly tied to specific platforms (he wouldn't know how to program if sample code wasn't handed to him on a platter by Microsoft--most of his sample code is taken STRAIGHT out of Microsoft's examples), but he can't write a paragraph without factual errors to save his life.

    I remember a whole section where he was talking about 56 Kbps modems having a total of 56 Kbps of bandwidth split between incoming and outgoing data, and if you sent more, you could receive less. And another where he dismissed NAT because IP addresses on the internal network would conflict with those on the Internet and the idea would never catch on (he'd never heard of reserved netblocks, apparently).

    He has become just a name and a marketing tool; do NOT rely on him for actual game programming tips and information.

    1. Re:Take this with a grain of salt by oskillator · · Score: 4, Funny

      My favorite was when he suggested that it might be possible to speed up the putpixel calculation in mode 13h by using a two-dimensional lookup table to figure out what memory location in which to store the value.

  3. Re:interesting by duckpoopy · · Score: 4, Informative
    but modern consoles don't need such low level programming

    You haven't done much PS2 programming, have you? I have, and yes they do.

    --
    word.
  4. Good for pros too... by sm.arson · · Score: 4, Interesting

    The design of the xgamestation is almost *exactly* like the arcade hardware that we're using at work.

    This little bit of hardware might seem to be underpowered, but I can tell you from experience that this is the kind of stuff that a lot of professional game developers are using today.

    With the arcade business being what it is today, the challenge is to fit the most amount of game into the smallest (meaning cheapest) hardware. The game I'm working on right now runs on hardware (similar to the xgamestation) that only costs about $40 for each unit. It's basically a 66mhz Z80 cpu, 4mb of texture memory, and an fpga that is really good at moving around memory, and it's a childrens redemption piece (ticket spitter) that's going to sell like hotcakes.

    When I applied for my current job, I was one of the only guys who had any non-pc game development experience (through the sony net yaroze). This little box should open the door for a lot of aspiring game programmers.

    Between Torque and the XGameStation, young programmers have no excuse for not having a kick-ass game for their demo reels.

    --
    for great justice, this sig has been moved
    1. Re:Good for pros too... by sm.arson · · Score: 4, Interesting

      Opps. I did mean a 68000. Dragonball SZ to be exact.

      --
      for great justice, this sig has been moved
  5. Built in Programmer? by Anonymous Coward · · Score: 4, Funny

    The article says "built in programmer".
    I knew the Japanese people were small, but this is ridiculous.

  6. Want to learn to programs for "retro" systems? by poptones · · Score: 4, Insightful

    You can learn to program on DOZENS of the best "classic" arcade platforms (as well as more modern stuff like Dreamcast) and it won't cost a dime. Download MAME and an assembly language manual for the machine of choice and have at it.

  7. Re:News Flash by RTPMatt · · Score: 4, Insightful

    Spend $199 and hours of time to learn obsolete skills? Games aren't programmed in assembly anymore... things have changed in the last 20 years.

    It would appear you have completly missed the point here. First they do plan on making compilers for C and basic.

    second on of the main ideas here is to learn how to be a GOOD programmer, the limitations of the system will force you to code well. this wont be like a desktop where you can have super sloppy code, but Ghz of power to force it to run.

    Third, one of the things this is designed to teach is the hardware side of things. Its designed to be a completly open system to let you hack, tinker, and create. It comes with a book that teaches you the entire EE side of designing such a system. The idea being that if you dont like this system (or just think it might be fun) you can build your own system, and make it do whatever you want.

  8. Dreamcast Programming by ecliptik · · Score: 5, Informative

    200$ is a bit expensive for a hobby video game programming system. Why not just pick up a dreamcast for cheap and use it?

    There are plenty of resources for it and some good examples of homebrewed games and applications already out there.

    Not to mention it's a lot more modern and you can use some nice rendering hardware.

    Linkage:
    Dreamcast Programming
    Dreamcast Homebrew
    Dreamcast Emulation

  9. cool, but too expensive by TheLittleJetson · · Score: 4, Insightful

    i've always been interested in homebrew game development.... but $199? for that price, i could buy a gamecube, max-drive-pro, nintendo ethernet card, and datel keyboard. the ideal gc-linux setup, ready for all the low (or high) level programming you want. plus, the hardware's a lot more capable.

  10. Re:Point? by leabre · · Score: 4, Interesting

    In the near future the ARM version will be released. They wanted to have a "simple" system to start and work their way up to a more complex system.

    Thanks,
    Leabre

  11. Re:Its great to by vsync64 · · Score: 4, Interesting

    Too bad parent is erroneously marked offtopic... I think it's spot on.

    I've actually met André LaMothe. I was 14 or 15 at the time and living in Milpitas. I sent an email to the CompuServe account listed in the back of his book and he not only was kind enough to reply promptly, but explained several of the concepts I was having trouble with to me over the phone in more detail. He gave me a copy of what was at the time his newer book, as well as an older version of Watcom C/C++ that he wasn't using any more.

    I was used to always writing to an API (I wrote, as an exercise, my own mini-OS in assembly, but it still used the BIOS for everything) and coding to bare metal was a new thing to me. I knew of the dangers of C macros (multiple evaluation, etc) and so avoided them entirely, but he gave examples of where they could be used to great effect and how to avoid those dangers. I learned about how to implement preemptive multitasking from his books, about effective use of lookup tables, about how knowledge of higher math can be leveraged to write much more efficient code.

    His newer books ended up focusing on DirectX, and I lost my interest in game programming when I realized that without a full studio and millions of $ it would be near-impossible to compete with the Quakes and other established models that continually raised the bar. I now program in a business context (amusingly enough, using Lisp macros heavily, which put anything C macros can do to shame) but I'm grateful for everything I learned from his books.

    I think this XGameStation is a great idea. I may buy one. Something which can show inexperienced programmers through experience the difference between an effecient algorithm and an inefficient one is an idea I fully support, and this looks like it could end up being lots of fun besides.

    --
    TO BUY A NEW CAR WOULD MAKE YOU SEXUALLY ATTRACTIVE.