Morning, all. I was wondering if anyone could shed a little light into how the Inty handles the 8 bit value returned from the hand controller. I understand...
Fisher, Joseph
joseph.fisher@...
Apr 1, 2002 3:33 pm
1075
I don't know if this will help, but here's some source code from Bliss where I'm declaring all of the values for each button press and disc direction. The Exec...
More info on this. The controller is laid out such that you can either use the disc and action buttons OR the keypad. If you use both at once, the Exec will...
I didn't realize the Intellivision Roms were not freeware. I figured they were like the atari ones are. Since all I got was bashed in response I'm sorry I...
This part I understand. The thing is, my joystick driver is doing the work of the exec...ie, translating these values into joystick inputs so the Inty hand...
Fisher, Joseph
joseph.fisher@...
Apr 1, 2002 4:24 pm
1080
Oh, I see what you're asking. Just bitwise OR the values together. Certain combinations of input will indeed confuse the Exec, but that's the Exec's problem....
... Actually, the Atari ones are not either. Both will be covered by copyright and subject to civil liability for illegal copying (and maybe, with the DMCA,...
... Kyle, you have it backwards. He's writing a driver for the PC's OS, and needs to do the same work the EXEC is doing. Joe, Take a look at my Linux kernel...
All, As I've mentioned many times in the past, I've been working on a new game for the Intellivision. Well, I finally have something worth posting, so I...
All, I just found a new site w/ CP1600 data. Not a whole lot of new information, but still an interesting link to add to the collection of Intellivision- ...
Wait, I take it back. Obviously this guy knew that we - Intellivision programmers - are in dire need of credit. This is most certainly a case of "targetted"...
Hi there, I have recently received my Intellicart. First, let me give my compliments to those of you who developed this goody. It sure beats juggling around...
I downloaded a emulator "BlissJX" and it says I need to files to make it work, an EXEC and GROM file. Does anyone know how I can get these? Or can some kind...
Joe Z, you are an evil, evil man. I love it ;) hahahahahaha I had a bunch of the guys clustered around my office computer to see this new Inty port run on...
Fisher, Joseph
joseph.fisher@...
Apr 2, 2002 7:10 pm
1089
... Welcome to the programming club! [...] ... These were my earliest demos, and while they work in the Inty emulators, the do NOT work on the real hardware....
... Tee hee. Did you see the "movie" I eventually posted on the site? ... Isn't it more like: "Left more" *zzt* *boink* "Left more" *zzt* *boink* "Right more"...
Yea the sfx are crazy! They make you feel panicked ;) I guess that was the idea! -Joe ... From: Joseph Zbiciak [mailto:im14u2c@...] Sent: Tuesday,...
Fisher, Joseph
joseph.fisher@...
Apr 2, 2002 8:49 pm
1092
Hello, Downloaded the BlissJX161 emulator for windows but doesn't work. Got the exec.bin and grom.bin files. What else is needed? Or if someone knows of...
... original ... through ... commercial ... original console ... games. ... Kyle, I had the same problem with my controllers, so I took a look at ebay. I found...
I'm looking into exactly that now. Just today I got an Inty controller working through my serial port, so the leap to USB shouldn't be that great. I've just...
Fisher, Joseph
joseph.fisher@...
Apr 3, 2002 7:47 pm
1095
... Incidentally, if you hurry, you might be able to get some good controllers (and a small warehouse worth of other stuff) in this auction, if you have over...
... controllers ... *WHOA* .. I think my Visa card needs a *LOT* bigger limit .. :) OTOH: I allready have quite many 8bit computers and not space to keep them...
Joe, Wow, that's really cool. Does it work like a DirectX joystick or is it some sort of serial port polling (like the INTV2PC uses parallel port polling). Did...
It doesn't do anything useful yet ;) I'm trying (without much success, I might add) to figure out how to write a driver so it can be installed as a normal...
Fisher, Joseph
joseph.fisher@...
Apr 3, 2002 10:33 pm
1099
Thank you Joe for the quick help regarding my problem with creating .bin's that were working in the emulator, but not on the Intellicart. You're information...
Hi all, So I have been tinkering with Intellivision programming, and thanks to all of the great documentation that is available I'm starting to get a...
... Actually, these are very good questions. Allow me to dive right in. :-) ... It's an interesting document, but more for historical reasons. Its contents...
... You're probably best off just punching $0020 as one of the first instructions in your ISR. I discovered that STIC registers are only accessible for about...
... It occurs to me that I didn't explain why that NOP needed to be there. It has to do with how the STIC reads BACKTAB. 13 to 14 times a frame, the STIC asks...