|
ForumsSega Master System / Mark III / Game GearSG-1000 / SC-3000 / SF-7000 / OMV |
Home - Forums - Games - Scans - Maps - Cheats - Credits Music - Videos - Development - Hacks - Translations - Homebrew |
Goto page Previous 1, 2, 3, 4, 5, 6, 7 Next |
Author | Message |
---|---|
|
Posted: Mon Nov 21, 2022 9:06 am |
Yes, the fact that the SMS VDP does not allow changing vertical scrolling mid frame can be a bummer, sometimes. |
|
|
Posted: Tue Nov 22, 2022 9:15 am |
Haroldo look to this game from 7800: It seems to use the same technique from Rad Racer with segmented road. Would be possible our SMS have a similar game? Poderia o nosso Master rodar um jogo de corrida similar? |
|
|
Posted: Tue Nov 22, 2022 11:06 am |
Most horizon-chasing games on the Master System use per-line scrolling for making the horizontal bends. Making hills is trickier, since its VDP does not allow changing the vertical scrolling midframe. | |
|
Posted: Thu Nov 24, 2022 8:32 am |
MSX tile editor + tutorial:
At least it could help in create coleco/SG-1000 sprites. Download here: https://www.electricadventures.net/Pages/Category/24 |
|
|
Posted: Mon Dec 05, 2022 9:36 pm |
Sprig's built-in editor does give me a few ideas...
https://sprig.hackclub.com/gallery |
|
|
Posted: Sat Dec 10, 2022 12:25 pm |
Here, I'm trying to teach "ChatGPT" to generate code for some random programming language, in this case, "choice4genesis"; normally, it you tried to do it in english, it will return a "Sorry, Dave" canned answer, but if you teach it in Portuguese first, then ask the questions in english, it works okay.
|
|
|
Posted: Tue Dec 13, 2022 1:20 pm |
This interesting project uses an infrared camera to emulate various light guns:
https://github.com/radioation/Devastar |
|
|
Posted: Sat Dec 17, 2022 11:37 pm |
Interesting turn based strategy for the SMS:
|
|
|
PCE 3375 color mode
Posted: Fri Dec 23, 2022 5:59 am
|
PC-Engine "3375" color mode slide show
|
|
|
Posted: Tue Dec 27, 2022 9:57 pm |
Interesting; I didn't know Borgman was actually a Zillion spinnof:
|
|
|
Posted: Mon Feb 27, 2023 9:44 am |
I like in put NES development videos here because is a system next to SMS with some concept that could be useful for dev here.
First a golf game with explanations about calculations used: Now a amazing demo achieved in NES: and other: |
|
|
Posted: Mon Feb 27, 2023 5:43 pm |
A very, very polished c64 homebrew that could inspire SMS coders:
A Pig Quest for C64 (what tags do I use to embed a YT video?) |
|
|
Posted: Fri Mar 03, 2023 9:46 am |
Stumbling aroung Github, I found this promising project by bolon667, SGDK Platformer Studio.
|
|
|
Posted: Fri Mar 31, 2023 1:21 am |
Interesting 3D effect on the NES:
Seems to just be using the good old pallete change per scanline when walking, some limited tilemap animation when turning around, plus sprites for the spheres. Still, the overall result is better than one would expect. |
|
|
Posted: Fri Mar 31, 2023 3:32 am |
The NES is obnoxious and makes it really difficult to change palettes in the middle of the screen, so I believe that's not what's happening in that video. Instead, that's almost certainly just X scroll changes.
The game "The 3-D Adventures of World Runner" uses almost the exact same effect. |
|
|
UgBASIC
Posted: Sat Jun 17, 2023 2:28 pm
|
https://ugbasic.iwashere.eu/
ugBASIC seems to support SG1000 |
|
|
Posted: Sun Jun 18, 2023 12:04 pm |
Confirmed: https://ugbasic.iwashere.eu/targets |
|
|
Posted: Sat Jul 08, 2023 10:10 pm |
Pretty interesting tunnel effect by kakalakola:
Source on github: https://github.com/kakalakola/RetroDev/tree/master/SEGA/Master%20System/Tunnel%2... So far, I have only taken a cursory look at the source; it seems to be updating 11 palette colors every 2 lines; it seems to be a similar trick to the one used on Mickey Mania for the Sega Genesis: |
|
|
x86 to Z80 assembly translation
Posted: Fri Jul 14, 2023 4:02 pm
|
https://github.com/janwilmans/x86-to-z80
It seems far from useful yet but it's a great idea. |
|
|
Posted: Fri Jul 14, 2023 7:06 pm |
https://www.youtube.com/watch?v=iZF4sickrI4&ab_channel=Geppo%27sMSXAdventure
Nice MSX Turrican WIP. |
|
|
Posted: Wed Jul 19, 2023 9:11 am |
This demo was developed by Trirosmos and team. Was in plans of authors a SMS version. Too bad dont have it complet.
|
|
|
Posted: Mon Jul 31, 2023 9:00 am |
Interesting documentary about old Amiga diskmags:
|
|
|
Posted: Sat Aug 19, 2023 5:18 pm |
Well ...
I dont know how much inspiring It can be, but I wanted to share with everyone here the video of a game which Will be available here in smspower soon, in its dedicated thread. Regards https://m.youtube.com/watch?v=e6-dERyF-oA&feature=share |
|
|
Posted: Sat Aug 19, 2023 8:50 pm |
What! Journey to Silius for Master System? Fantastic graphics, awesome music, superb story, marvelous framerate. A true electronic dream. |
|
|
Posted: Sun Aug 27, 2023 12:45 pm |
This can help sms new developers?
I hope so https://github.com/NesHacker/PlatformerMovement |
|
|
Posted: Sun Aug 27, 2023 1:35 pm |
Nice video, I like this guy's stuff. | |
|
Posted: Sat Oct 14, 2023 11:38 pm |
Interesting demake of Super Star Soldier for the Sega Mark III:
|
|
|
Posted: Sun Oct 15, 2023 11:44 am |
I wouldn't call it a demake. It's actually a surprisingly accurate recreation of SSS's caravan mode. I love how he changed a few things subtly to get around the 8 sprites per line limit, like reworking the ring enemy or changing the score items from 16 x 16 spheres to 8 x 16 diamonds.
If I'm not mistaken, this is from the same guy who coded GG Aleste 3, so he clearly knows what he's doing. |
|
|
Posted: Mon Oct 16, 2023 5:49 pm |
There is a parallax effect with a shadow cast on top of it. | |
|
Posted: Mon Oct 16, 2023 5:54 pm |
Perfectly feasible with animated backgrounds; it just requires more tiles. |
|
|
Posted: Tue Oct 17, 2023 8:16 pm |
Interesting explanation on how Yoshi's Island does its graphics:
|
|
|
Posted: Wed Oct 25, 2023 7:14 am |
“It doesn’t have to make sense. Don’t think! Just feel! Embrace the mystery!” Very inspirational advice. |
|
|
Posted: Fri Oct 27, 2023 8:20 pm |
Interesting 3D effect on the MSX:
|
|
|
Posted: Fri Oct 27, 2023 10:01 pm |
Unfortunately it turns out that demo video was recorded on an emulator running at MSX TurboR CPU speeds... so even though Xelden Ring can run on just MSX1 spec, the frames are rather slow | |
|
Posted: Fri Oct 27, 2023 10:26 pm |
I see... thanks for the info |
|
|
Posted: Thu Nov 02, 2023 2:30 pm |
Interesting visual explanation of a few simple maze generating algorithms:
|
|
|
Posted: Sun Nov 12, 2023 6:13 pm |
This interesting tool allows one to make Apple II games using a Bitsy-like editor:
https://spindleyq.itch.io/8-bitsy |
|
|
Sega Neptune builds in 2023
Posted: Mon Dec 11, 2023 3:01 am
|
People are building their own Sega Neptune based on photos in print media the time. People are awesome.
https://www.youtube.com/watch?v=oz_8-sqxLjs |
|
|
Posted: Thu Dec 14, 2023 9:20 am |
Complex code and bomb colisions fixed. |
|
|
Posted: Thu Feb 29, 2024 1:46 am |
This AI can generate a simple game from a single image:
|
|
|
Posted: Sun Mar 03, 2024 9:28 am |
Multiplexed sprites on Genesis.
|
|
|
Posted: Fri Mar 08, 2024 7:00 pm |
Other video that explore techniques for minimal use of memory
|
|
|
Posted: Tue Mar 12, 2024 9:51 am |
This could happen to SMS too?
Or the method in Sega 8bit is more elegant? |
|
|
Posted: Thu Mar 14, 2024 12:55 am |
Hard to say. I watched the video a few days ago, so don't remember exactly about the crash, but I imagine it would be similar, since it involves a jump from an address stored in RAM. But for the glitched colours, I think it's less likely that that problem would happen on the SMS. IIRC, the problem was that they used a BMI (branch if minus) instead of BCC (branch if carry clear....it works backwards on a 6502 when subtracting/comparing). BCC would only take the branch if the subtraction caused it to roll below 0. But BMI could cause it to branch because the number was too high after the subtraction. Since those instructions on the 6502 take up the same number of cycles and bytes, it's probably a matter of preference if you can guarantee that the number won't be too high. They thought they could, but never anticipated anyone getting past level 29. |
|
|
Posted: Sun Mar 17, 2024 9:47 pm |
Well, considering that Z80 is a different processor i was thinking that no way in happen the same bug but you have better knowledge about both systems so... |
|
|
Posted: Mon Mar 18, 2024 6:17 am |
Well, maybe about the 6502! Don't sell yourself short on your prowess over the Z80 and the Master System! But yeah, the colours glitch boils down to the fact that there is no penalty for branching based on sign flags vs carry flags on the 6502. On the Z80, it's more likely the carry flag is used since it works for relative jumps. For the crash part, I think it had to do with a jump with a direct, not immediate, address. On the Z80, this would be a JP (HL), and would require an extra step of loading HL with whatever. On the 6502, it can simply jump to an address stored in memory. You give it the address of the low byte, and it uses the next byte as the high byte, and goes there. If the bytes on a game console are in RAM, and you hit unpredicted levels, the offsets go beyond what the developers predicted, and the jump goes to execute bytes not meant to be code, and it breaks the game. Really, it's a different cause, but not much different a result from what happens if you mess up the stack in a subroutine. If you have a branching jump routine based on a task number in RAM, and somehow an unpredicted value that's longer than your task list goes into RAM, you're usually in trouble. |
|
|
Posted: Mon Mar 18, 2024 9:02 am |
The crash bug is just an interrupt handler that mutates memory (specifically two zero page entries) being used elsewhere, so it's a general class of fault that pretty much any processor of the era would encounter. The 6502 is perhaps more susceptible because it only has three registers and so uses zero page RAM extensively for temporary storage. In the Z80 it's more likely that the CPU's registers would have been used, and it's conventional to push used registers to the stack inside an interrupt routine, which would have mitigated a problem like this.
I don't know the code for this game, but it seems likely to me that there would have been other zero page slots free for the NMI handler to use for working data, so I would guess that this bus was entirely avoidable! |
|
|
Posted: Tue Mar 19, 2024 3:40 am |
Yeah. I don't know the code terribly well either, but a few videos came out about it that described what causes the issues. The main problem simply boils down to the game designers assuming that level 29 was unbeatable, so $1d was the maximum assumed offset for anything that used the level number as an offset. I still maintain that it would have been less likely to occur on the Z80, just because the carry flag would be used instead of the sign flag, since you can't do a relative jump with the latter. I do agree, though, that the common practice of pushing registers onto the stack on the Z80 would help too. Didn't even think of that. |
|
|
Posted: Tue Mar 19, 2024 8:45 am |
Well, if I understand correctly, the crash doesn't really happen because of bugs but because the score calculation happens to eat too many CPU cycles later on.
In other words, even with all the bugs still present, if one replaces the current code that handles the score with something that performs in a (safe) fixed amount of time - which is totally possible - then the resulting ROM will be still bugged but won't crash. Am I wrong? :| |
|
|
Posted: Tue Mar 19, 2024 9:10 am |
Perhaps a philosophical question of "what is a bug?", but yeah I think you're right - it's the combination of the score calculation taking more than a frame and the fact that the ISR isn't safe that create an issue here. If you were to fix either of those problems then I think the crash wouldn't happen. If you only fixed the ISR not being safe then the score would still presumably cause a slow down, either once as it ticked past 99999 or whatever, or every frame thereafter I'm not sure. If you only fixed the score calculation performance then I think everything would work fine, except I guess the score would still read a weird value. |
|
Goto page Previous 1, 2, 3, 4, 5, 6, 7 Next |