Jump to content

CrazyBoss

Members
  • Posts

    476
  • Joined

  • Last visited

1 Follower

About CrazyBoss

  • Birthday 08/14/1973

Contact / Social Media

Profile Information

  • Gender
    Male
  • Location
    Skåne, Sweden
  • Interests
    Converting games, Memotech MTX, ColecoVision, MSX, SEGA SG-1000 and SORD M5. Programming new games for Intellivision.

Recent Profile Visitors

11,607 profile views

CrazyBoss's Achievements

Dragonstomper

Dragonstomper (6/9)

312

Reputation

  1. Some one told me some IN HOUSE diagnostics cartrigdes for the ADAM can test the KEYBOARD. But I think they did something to swap in and out the memory or something. I did not try to disassemble to see whats going on.
  2. yes that was Andy Key, who made an PS2 expension card, even with loop, so you can use it together with e.g Super Game Module at the ColecoVision I dont know if its possible to make any more, maybe the components get hard to get. I have one myself by the way.
  3. Hi. I want to use the Adam keyboard from a Colecovision cartrigde, it should be possible but not easy I guess, any one have some sample code ?
  4. Hi. I want to develop something using CP/M at the ADAM. Do anyone have information where the VDP NMI address is ? the hook to jump to my NMI code?
  5. Hi. Check this youtube video (Warning you will never get those 35seconds back, they are totally wasted!) Information for @Rev (no snow level for this one) @cmart604 I plan to release it on cartridge, in 20 different colors, so you can buy all of them xmasstar.rom
  6. Hi there In some progamming groups at facebook, there was a challenge, how to write a program to display a xmas star. Mostly using text modes, but some people used graphics. Here is the Inty Basic version If anyone, want to put the romfile to a cartrigde and have there intellivision show a glowing star they are welcome rem Xmas Star for Inty Basic. rem Program by Claus Baekkel - www.mtxworld.dk rem rem Inty basic is a modern Basic Compiler rem For the Intellivision game console. rem rem (c) Copyright 2014-2022 Oscar Toledo G. nanochess.org rem DEF FN screen_off(row, col) = (row * 20 + col) mode 1 wait define 0,1,star wait Print at screen_off(11,1),"M.XMAS INTYBASIC" mainloop: for c=0 to 5 print color coldata(c) gosub printstars next goto mainloop coldata: data $1400,$0600,$2400,$2600,$2400,$0600 printstars: procedure for a=0 to 2 print at screen_off(a,6):for b=0 to a:print"\256":next print at screen_off(a,(12-a)):for b=0 to a:print"\256":next print at screen_off((a+3),(a+3)):for b=0 to 5:print"\256":next print at screen_off((a+3),(9-a)):for b=0 to 6:print"\256":next print at screen_off((7-a),(a+3)):for b=0 to 5:print"\256":next print at screen_off((7-a),(9-a)):for b=0 to 6:print"\256":next print at screen_off((10-a),6):for b=0 to a:print"\256":next print at screen_off((10-a),(12-a)):for b=0 to a:print"\256":next next wait:wait:wait:wait return end star: bitmap".XX.XX.X" bitmap"X.X.X.XX" bitmap"XX...XXX" bitmap".......X" bitmap"XX...XXX" bitmap"X.X.X.XX" bitmap".XX.XX.X" bitmap"XXXXXXXX" xmasstar.rom
  7. Have anyone tried to replace the Cartrigde connector, and if so, any good sources for quality parts ?
  8. and also remember to (re)listen the "In Memoriam Keith Episode" of the Intellivisionaies podcast http://intellivisionaries.com/in-memoriam-keith-robinson/
  9. Hi Working on my 13th game (ports) for the ColecoVision and since the game I am working on is very time sensitive, I search for a PAL Colecovision. I would also be interested its defective. Please send me a PM if you have anything you want to part with.
  10. Some homebrew at my "store", some free, and demo versions too. http://romstore.mtxworld.dk/
  11. actually i have a wip (for many years now) to convert Star Commander (from Memotech MTX) to the ColecoVision, its might be a clone of star raiders. It seems like its hard to find a video of the game, maybe i will upload one to youtube later. Its a quite hard game. All the function can be fitted into the keypad, like call the map, hyperdrive etc. so its possible. Originally i wanted the game to be a part of the Memotech MTX Vol.2 but then it was not ready and I needed to put in Astro-Pac (the 2nd version).
  12. I always use the $6000 cause its easier when using emulators to debug code. I think somewhere it was even discovered that games could write to $6000-$3fff, and later in the code use $7000, maybe it was done by another programmer, but might be quite confusing I will also make it incompatible with the adam, cause $6000-$7fff, is not mirrored at the Adam.
  13. Hello. Anyone have any information about how to upgrade an Amiga 500 rev.6a to 1mb, there are space for extra memory at the board, but all the videos/blogs about the subject dont use them but use trapdoor memory, I like to see if anyone actually make the mod to the mainboard without using the trapdoor.
  14. any experts around knows about glftpd server ?

     

×
×
  • Create New...