-
Content Count
6,606 -
Joined
-
Last visited
-
Days Won
1
arcadeshopper last won the day on February 24 2018
arcadeshopper had the most liked content!
Community Reputation
4,435 ExcellentAbout arcadeshopper

- Currently Viewing Topic: TIPI Usage and Support
-
Rank
Quadrunner
- Birthday 07/29/1968
Contact / Social Media
- Website
Profile Information
-
Gender
Male
-
Location
Carlton, Oregon USA
-
Interests
Arcade Games, Pinball, Console games, Handheld games, movies, 80's "culture" aircraft and midieval/renassance era
-
Currently Playing
ti-99/4a games or one of my pinballs
Recent Profile Visitors
33,647 profile views
-
I have both the pcboard and the assembled kit in my store at arcadeshopper.com https://www.arcadeshopper.com/wp/store/#!/Keyboards-and-adapters/c/23836460 also it's pretty much all in the FAQ too.. https://www.arcadeshopper.com/wp/ti-99-4a-faq/
-
curious why you didn't post this in the support forum topic?
-
Zoom-TI-99ers Pandemic 4A Club Online Virtual Meetup
arcadeshopper replied to jedimatt42's topic in TI-99/4A Computers
Today at 11pst Sent from my LM-V600 using Tapatalk -
Finalgrom Plato not working for me.
arcadeshopper replied to Diecrusher's topic in TI-99/4A Computers
Nope it only works on a real disk or gotek or nano so far.. what are you using Sent from my LM-V600 using Tapatalk -
http://quixotic.adamantyr.com/roa.htm
-
I'm going to try and build a PCB for this that will plug in to the sidecar memory card/TIPI 44 pin stack Greg
-
new products at arcadeshopper.com
arcadeshopper replied to arcadeshopper's topic in TI-99/4A Computers
All TIPI models are now in stock.. combo 32k/tipi, sidecar and PEB also restocked SAMS PEB cards .. working on more sidecars -
http://www.mainbyte.com/ti99/hardware/ti_specs_2.html has a nice picture and description.. basically if you add 4k from minimemory, 32k expansion and 16kvdp ram=52k Later we had the 8k superspace module making it 56k..
-
Cool! Sent from my LM-V600 using Tapatalk
-
Geneve OS development discussion
arcadeshopper replied to InsaneMultitasker's topic in TI-99/4A Development
Sent from my LM-V600 using Tapatalk -
No Sent from my LM-V600 using Tapatalk
-
So you need to rename the files on the pc side using TIDIR .. that will rename both filenames the PC one and the internal filename in the file this is stored in either the v9t9 header or tifiles header on each file when you save it to the PC drive.. this is due to pc filename rules, HDX only looks at the filename in the header, which is why changing the pc filename does nothing. also you can copy directly to the CF card using tidir as well..
-
https://youtu.be/M64voQEIY9k Sent from my LM-V600 using Tapatalk
-
i saw this video on youtube https://www.youtube.com/watch?v=0yKwJJw6Abs and i thought, i can totally do that on the TI.. so.. 10 D$="FF" :: FOR D=65 TO 65+8 :: D$="00"&D$ :: CALL CHAR(D,D$) :: NEXT D :: FOR B=1 TO 10 :: PRINT "F";"E";"D";"C";"B";"A";"A";"B";"C";"D";"E";"F";"G"; :: B=1 :: NEXT B i had to print each character individually to get the required screen movement.. Here's xbasic, and compiled.. WAVE is normal extended basic, -X is compiled but loads in extended basic, and -E is EA5 load. looks pretty slick compiled some small screen glitches likely because I'm running classic99 in Wine on a linux pc.. WAVE-X WAVE-E WAVE
- 7 replies
-
- basic
- extended basic
- (and 4 more)