courtesi96
Members-
Content Count
91 -
Joined
-
Last visited
Content Type
Profiles
Member Map
Forums
Blogs
Gallery
Calendar
Store
Everything posted by courtesi96
-
I did a search for 6809 Disassemblers and a whole bunch (5-6?) popped up. Can anyone vouch for one of them? I have a BIN of a 32k CoCo game (Time Bandit) that I want to disassemble to not only figure out how it works but also pick up some 6809 along the way. In a perfect world the disassembly would easily be reassembled; but more important than that is examining all the object/map data. If possible this would be compatible with Windows 10.
-
What is the easiest way to extract a .BIN file from a .DSK image?
courtesi96 replied to courtesi96's topic in Tandy Computers
I tried CoCoDisk-0.7 and after installing the requisite fdraw it still didn't work. Also, I tried wimgtool but was told it couldn't recognize the DSK format. I don't know if Windows 10 is the culprit but that's what I'm using. Thanks for the link. I think it's working great now! I think I may need to build a Linux box as most of these open source projects are written for that. -
What is the easiest way to extract a .BIN file from a .DSK image?
courtesi96 replied to courtesi96's topic in Tandy Computers
Sorry, I should have been more specific. This is for the TRS-80 Color Computer. -
How fast is Turbo Forth compared to Assembler?
courtesi96 replied to courtesi96's topic in TI-99/4A Development
I think as a first project I'm going to try and convert this over to TF. First obviously I need to learn TF which I am currently doing. But also, I'm going to put this game through a disassembler to get the 6809 code and comment it up a bit to figure out how it crams all those screens into 32k. Probably too aggressive to finish this year but may be ready to show off in 2018. -
I downloaded Classic99 last night and started messing with Forth. Very interesting! Although I agree using a PC Editor to enter code and then copy/paste is probably a good way to go - I think in the beginning it's better to stick to interactive mode to get a feel for the language. I suppose the hardest part of Forth for someone like myself with no experience is how you create a full application with it. I understand the need to "pay your dues" with learning how the stack works; but taking all of that and building an application that uses words, takes input, etc. is the baffling part to me right now. I'm sure in time it will come.
-
How fast is Turbo Forth compared to Assembler?
courtesi96 replied to courtesi96's topic in TI-99/4A Development
I forgot to ask - do you see anything in that game requiring a F18A? -
I don't know how many people out there are like me but I'm interested in getting involved with the TI/99/4A but have no idea what hardware to buy or what to look for when buying hardware. In the Developer sub-forum there is a pinned topic for languages but I've seen nothing (yet) for hardware. So can someone help me out? I'm looking at this purely for Turbo Forth development but may include some assembly language if needed. So here is what I "think" I need: A TV/Monitor capable of taking Composite. TI/99/4A computer w/ Composite and Power cables. 32K "side upgrade" - I think it's a card that sits on the side. A TurboForth cartridge. Things I need help with: Monitor: Any recommendations on something thin and around 17-19" (not too big.) Data storage: What is the best medium for saving the programs? And how could I get those on the PC to pass on the Internet? Joysticks: I hear the originals are not ... that good. Are there options for connecting Atari or Sega ones? External keyboard: Blasphemy? Is there a way to connect an external PS/2 keyboard or such? I see pictures of a big box which I guess is for expansion I would really like to avoid that if possible and keep the setup as lean as possible. Anything to look out for when buying things from ebay?
-
I am from the US. I'm less hesitant to buy TI hardware as the prices are lower, systems are more plentiful, and they seem to be more reliable than say a Commodore 64. Do you have any favorite Forth books for getting started? Do you have a favorite emulator / editor?
-
I would like to see a video on the basics of making a video game. It doesn't need to be very complex - even something like Pong would do. But basically how you build the sprites and then the basic engine of moving the ball and taking inputs. So I can give a little context for my situation I had grown up with the TRS-80 Color Computer and recently decided to get back into it; however for that system because of the high prices of everything I'm thinking of sticking with Emulators for that and purchasing the physical TI/99/4A hardware instead since (currently) it seems more reasonable. I just need time to figure out all of what I need to buy. I've been keeping an eye on Ebay for TurboForth cartridges but haven't seen any recently. My primary motivation would be for learning Forth and developing games for personal enrichment - not necessarily to use the TI as a game playing device if that makes any sense.
-
How fast is Turbo Forth compared to Assembler?
courtesi96 replied to courtesi96's topic in TI-99/4A Development
Do you think TurboForth could handle something like this? This is a TRS-80 CoCo game: -
I just had a thought this morning. The prices for Retro stuff is getting out of hand (for me.) But can you imagine for a moment if emulation didn't exist at all - and the only way to play this stuff is through owning the physical items? Suddenly everything would become bars of gold!
-
Would this have been possible in Turbo Forth?
-
After a few years of watching others bask in glory I think I want to try my hand at a CoCo project to show off at the next CoCo fest. The thing is I have zero hardware and the prices are getting out of hand - not just CoCo - but most other Vintage systems as well. The worst I've seen so far is the Atari Falcon which goes for $$$ cha-ching $$$. Is this blasphemy?
-
I see a demo of Super Mario Bros floating around; could this have been done in 100% Turbo Forth? If not, how does someone decide whether or not a port may or may not work under TF?
-
In theory could an Odyssey 2 emulator run on a CoCo?
courtesi96 replied to courtesi96's topic in Tandy Computers
Thank you for all your comments. I thought it might have been more realistic than say compared to an Atari 2600. -
In theory could an Odyssey 2 emulator run on a CoCo?
courtesi96 replied to courtesi96's topic in Tandy Computers
I looked at the CP/M emulator videos and my thoughts are: Some percentage of slow down could be due to it running under NitrOS9. I don't know the percentage but obviously this would probably run faster under RS-DOS. Because it's under NitrOS9 and the fact that writing emulators in 100% Assembly Language would be a pain I'd be curious to find out if the emulator itself is written in Assembler or more likely C - which wouldn't be as fast. I've never written an emulator but the way I was imagining it is behind the scenes there would be much more complexity with CP/M due to how complex it is vs. the O^2. Yes the O^2 has unique chips but these should be (in theory) a fraction of the complexity than an operating system. -
In theory could an Odyssey 2 emulator run on a CoCo?
courtesi96 replied to courtesi96's topic in Tandy Computers
Would a 6309 be enough? As far as I know the O^2 only has 16 colors so a CoCo 3 should have that down. -
Is this the real life? Is this fantasy? Could a emulator like O2EM be ported to the CoCo? It would have to be in Assembly no doubt, but the Odyssey 2 is probably one of the simplest console architectures available. Thoughts?
-
Pick my next computer! TI-99/4A or Tandy CoCo 3
courtesi96 replied to Grimakis's topic in Classic Computing Discussion
I grew up on the CoCo but even I have to admit the recent Ti Super Mario Brothers and upcoming Legend of Zelda port are having me take a second look. -
Does anyone have a manual for the CoCo 3 game "Overlord"?
courtesi96 replied to courtesi96's topic in Tandy Computers
I think I'm slowly figuring out this little by little. The one thing I am having a hard time figuring out is once a factory is set to produce a certain necessity how you can tell the factory to make something else after you have plenty of tanks/etc. Currently it suggests that once you make your initial choice you are stuck with it until you take over another factory. Also it is very difficult to play a game with high difficulty (assigning the computer a higher production yield) without everything coming to a screeching halt. Sometimes I've witnessed the CoCo "thinking" for around 30 seconds. An earlier statement by the author suggests they weren't entirely happy with the AI algorithms used - not to say it's slower but not as effective. The DistantSystems site is down so I don't know how to get a hold of the author. It would be interesting if this game could have the AI routine improved, with Cartridge/6309 support thrown in to help speed it up. -
What was the first video game you ever played?
courtesi96 replied to BillyHW's topic in Classic Console Discussion
Sears Pong around early 80's. Little did I know it would end up being more entertaining than a lot of games 30 years later. After that played a lot of games on friends 2600 and INTV/Coleco (Loved the graphics, hated both controllers.) We ended up with a Magnavox Odyssey 2 as the families first console.
