@GTV reviews the Cosmic Fantasy 1-2 Switch collection by Edia, provides examples of the poor English editing/localization work. It's much worse for CF1. Rated "D" for disappointment, finding that TurboGrafx CF2 is better & while CF1's the real draw, Edia screwed it up...
Main Menu

RT2A on SGX

Started by touko, 03/18/2016, 11:26 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

touko

Hi all .

You can test the adaptation of my little bonus shmup present in the revival chase CD for the SGX .

dropbox.com/s/3xla03bhdcr0sof/Rt2A_SGX.sgx?dl=0

MNKyDeth

Downloaded, will try it out later today.

touko

#2
QuoteAww... Doesn't work in the emulator on my phone. Will have to try it on a computer later tonight.
Works fine on mednafen .

QuoteDid I mention how awesome it is that you make SGX homebrews?
Thanks  :wink:

EDIT: Raaah i forgot to reactivate the countdown sequence in this build  :shock:

The next build will fix the some persistant bugs present on true hardware .

elmer

Quote from: touko on 03/18/2016, 12:53 PM
QuoteAww... Doesn't work in the emulator on my phone. Will have to try it on a computer later tonight.
Works fine on mednafen .
FYI, it's not working for me, either, and I'm using Mednafen.

Dicer

"WELCOME!"

works on real hardware , all those layers...

if you hit select to get back to the main menu that has gfx glitches but otherwise works.

Neat-o

touko

#5
Have you activated the sgx suport on mednafen ?

@dicer:arf this was tested only on emulator, and of course it works fine,thanks for reporting that.

EDIT:@dicer, my bad, there is effectively a bug when returning to menu,it will be corrected with the next release .  8)

elmer

Quote from: touko on 03/18/2016, 03:29 PMHave you activated the sgx suport on mednafen ?
Whoops ... my bad!

Yes, it works, I just had to rename it to a ".sgx" instead of a ".pce".  :oops:

Nice!

touko

Yes but if you put pce.forcesgx 1 in your mednafen .cfg,it works even with a .pce .

elmer

Quote from: touko on 03/18/2016, 03:55 PMYes but if you put pce.forcesgx 1 in your mednafen .cfg,it works even with a .pce .
That's fine for me as a developer ... but a lot of folks don't just randomly edit mednafen.cfg.

And if they do that, then they'll be bitten by the titles that don't work on a SuperGrafx without disabling VDC2.

May I suggest that you just rename it to a ".sgx" so that Mednafen can automatically detect what it is rather than expecting people to know that they've got to edit mednafen.cfg in order for it to work?

touko

#9
QuoteThat's fine for me as a developer ... but a lot of folks don't just randomly edit mednafen.cfg.
Yes, and to be true, i forgot that only by changing extension,this is solving the problem   :P

QuoteMay I suggest that you just rename it to a ".sgx" so that Mednafen can automatically detect what it is rather than expecting people to know that they've got to edit mednafen.cfg in order for it to work?
yes of course  :wink:

EDIT:link is updated with a .sgx .

MNKyDeth

I tested it on my Ted in my SuperGrafx. I use a framemiester XRGB-mini and the screen will go in and out like it loses the picture or like when a game changes resolution the framemiester has to re-sync itself.

I can watch the End of game screen without issue and the start screen. But the game it self I can kill about 3-4 enemies before the screen goes black then comes back on the end of game screen.

touko

#11
QuoteI tested it on my Ted in my SuperGrafx. I use a framemiester XRGB-mini and the screen will go in and out like it loses the picture or like when a game changes resolution the framemiester has to re-sync itself.
Yes, it's because i switch to HIRES/LOWRES in vblank to speedup all dma transferts, but something is wrong with the true hardware(wrong with my code of course), i'll desactivate this switch in the next release  :wink:

QuoteI can watch the End of game screen without issue and the start screen. But the game it self I can kill about 3-4 enemies before the screen goes black then comes back on the end of game screen.
Strange, i tested again with my sgx, and i don't have this problem .

MNKyDeth

Well, it's the framemiester re-syncing. The screen goes black. I die, once I see the screen again it is on the end game screen. So I think it's the same issue for me.

Flappy bird works great :D

Also, is there a location we can peruse for all your projects? The link in your sig seems to be dead...

touko

#13
QuoteAlso, is there a location we can peruse for all your projects? The link in your sig seems to be dead...
No,my blog is down, and except on youtube, i have no place for now .

QuoteFlappy bird works great :D
No DMA routine in vblank  :mrgreen:

elmer

Quote from: touko on 03/18/2016, 04:48 PMYes, it's because i switch to HIRES/LOWRES in vblank to speedup all dma transferts, but something is wrong with the true hardware(wrong with my code of course), i'll desactivate this switch in the next release  :wink:
It's a Friday, and nearly drinking-time, so I'm going to paraphrase the immortal Inigo Montoya once more ...

"I do not think that optimization does what you think it does."  :wink:

Just one brilliant-idea too far ... and every good programmer has made that mistake before!  :)

touko

#15
Quote"I do not think that optimization does what you think it does."  :wink:
:lol:

In evidence no, it's the counterpart when you code exclusively with emulator .

QuoteJust one brilliant-idea too far ... and every good programmer has made that mistake before!  :)
But for now i have no idea what's wrong with it,may be a synchro problem with VSR/VDR/VCR when i switch between 5 and 10 mhz ..

elmer

Quote from: touko on 03/19/2016, 04:13 AMBut for now i have no idea what's wrong with it,may be a synchro problem with VSR/VDR/VCR when i switch between 5 and 10 mhz ..
You are messing with the clock that controls the TV signal. CRT TV's don't like unstable signals.

You may be able to fix things by changing HSR and HDR at the same time ... but it all depends upon when the VDC chip latches those values, and you're still going to introduce a few cycles of "glitch".

Are there any examples of shipping games that have split-screens in different resolutions?

SamIAm

Quote from: elmer on 03/20/2016, 08:35 AMAre there any examples of shipping games that have split-screens in different resolutions?
I could be totally wrong about this, but I think some Super Famicom RPGs switched into a high resolution for the text boxes so the fonts could be more detailed.

elmer

#18
Quote from: SamIAm on 03/20/2016, 09:28 AMI could be totally wrong about this, but I think some Super Famicom RPGs switched into a high resolution for the text boxes so the fonts could be more detailed.
Ahhh ... I wasn't quite specific-enough. I'm only asking about the PCE.

Resolution-switching mid-screen is a "hardware" issue. Some systems are definitely designed for it (I did it on the Amstrad CPC in all my games, but that was a color-depth-vs-resolution switch, and not a different-clock-signal switch).

I can't remember if the capability was built-in to the SNES ... but I wouldn't be at-all-surprised.

With the way that the PCE splits the TV's timing between the VCE and the VDC, with multiple registers controlling different aspects of the signal, and with the VDC tending to only update certain settings at the start of a vblank, then I'm not-at-all-sure if it can handle a mid-screen resolution change ... which is effectively what Touko is trying to do with his 10MHz-in-vblank trick.

But I've not done any experiments ... so I wonder if anyone knows of a PCE game that does it, because that would be instant-proof that it's capable.  :wink:

SamIAm

Gotcha.  :D

Does this count?

Mednafen

#20
IIRC, the VDC behaves strangely(output image is positioned inconsistently horizontally compared to 5MHz and 7MHz modes, and wait-stating is inconsistent too) when running with the 10MHz pixel clock from the VCE.  I think it's probably because the lines(hsync to hsync) are "too" long, although I never got around to digging into it.

FWIW, Mednafen doesn't emulate this properly.

touko

#21
QuoteYou may be able to fix things by changing HSR and HDR at the same time
yes,i already did it but seems to be not sufficient(or it's done too late ??)

QuoteAre there any examples of shipping games that have split-screens in different resolutions?
the chris covell's split resolution demo doing this on active display .

elmer

Quote from: touko on 03/20/2016, 01:25 PMthe chris covell's split resolution demo doing this on active display .
Cool! Sounds like you've got some code-hacking to do, or maybe Chris can just tell us his secret.  :wink:

touko

QuoteCool! Sounds like you've got some code-hacking to do, or maybe Chris can just tell us his secret.  :wink:
Chris posted also the source code,and he changed only HDR/HSR if i remember correctly . :-k

ccovell

The VDC was quite malleable when changing resolutions mid-field.  There was a line of sprite glitching, but that might not be the case if you time your writes a bit better than I did.

Plus, there was no problem with my TV, but modern LCD TVs might be a different story...   :-k

Mednafen

You can even change the pixel clock mid-scanline to something else and back, if you're careful with the timing, to get a wavy effect:

sarsie.fobby.net/junk/wavy1.png

I wasn't careful enough with the timing in that proof-of-concept demo I wrote 8 years ago, as the glitching can attest to. ;)

touko

#26
The download link is updated with the new version .

The mednafen example make me think that may be my code change the VDC reg mid scanline sometimes, and cause a sort of out of synch ??, because even if i am doing it in vblank,i don't care about if i am at a start of scanline or not .

MNKyDeth

Besides a couple of graphical glitches on my SuperGrafx. Everything seemed to work just fine going through my XRGB-mini this time. My screen never blacked out and it never tried to resync.

touko

#28
QuoteMy screen never blacked out and it never tried to resync.
Cool, i deleted the resolution switch on vblank .  :wink:

QuoteBesides a couple of graphical glitches on my SuperGrafx
Where have you those glitches exactly ??
If you can test directly on your tv(and not through your XRGB-mini) to see if the glitches have disappeared.

MNKyDeth

There is one, when I die I become a white or grey object. It seems to be a random color. Hard to describe really. I see the flame animation and then my ship becomes the squares or square type objects before going to the End Of Game screen.

Sometimes when I kill the missile coming at me it becomes two black bars in the location that I killed it.

Those seem to be the only two I have seen so far. I havn't gotten very far into the game yet.

touko

#30
QuoteI see the flame animation and then my ship becomes the squares or square type objects before going to the End Of Game screen.
Ok I see, normally this bug is fixed(but seems not entirely) , i'll do more testing on my SGX to see how it happens.

QuoteSometimes when I kill the missile coming at me it becomes two black bars in the location that I killed it.
This one, i have not had yet .

MNKyDeth

I am heading to bed here shortly, but if I have time over the next couple of days I will try to get a video of the game play and show what I get for the missile one.

I do use a Super CD-Rom 2 attachment with a RGB mod in it if that matters at all. I have no idea if it does but figured I would mention it just in case.

touko

#32
QuoteI am heading to bed here shortly, but if I have time over the next couple of days I will try to get a video of the game play and show what I get for the missile one.
Thanks, this help me a lot .  :wink:

QuoteI do use a Super CD-Rom 2 attachment with a RGB mod in it if that matters at all. I have no idea if it does but figured I would mention it just in case.
hum, i know some problems can occur when you have the AC plugged,but nothing with your configuration .

EDIT: May be i have an idea what's going on, i'll post a new rom tomorrow,even with my tries, i am not be able to reproduce the glitches you have mentionned, but i 've had other in the same vain .
i think the problem come from my sprite routines to show/hide sprites .

touko

#33
hi,new rom available .

EDIT:Another rom uploaded, some bugs corrected .

elmer

Quote from: ccovell on 03/20/2016, 07:36 PMThe VDC was quite malleable when changing resolutions mid-field.  There was a line of sprite glitching, but that might not be the case if you time your writes a bit better than I did.

Plus, there was no problem with my TV, but modern LCD TVs might be a different story...  :-k
Thanks Chris, I just saw your demo at chrismcovell.com/splitres.html
That's so darned cool!  :D

So the PCE can do it ... it's just a question of getting the timing right.  :-k

touko: Thanks for the suggestion of using this trick to transfer more data to VRAM during vblank ... I'm definitely going to have to play with that.  :wink:

MNKyDeth

I grabbed the latest version. But will have to get to it tomorrow most likely.

touko

#36
Quote from: MNKyDeth on 03/24/2016, 01:13 PMI grabbed the latest version. But will have to get to it tomorrow most likely.
No problems, the feedbacks are always welcome.

@elmer: may be you will come to solve my resolution switch problem  :wink:

SmokeMonster

Incredible work, touko. Have you had a chance to make any more updates to this since your last post?

touko

#38
Quote from: SmokeMonster on 05/20/2017, 07:17 PMIncredible work, touko. Have you had a chance to make any more updates to this since your last post?
thanks for your interest  :wink:

Quote from: SmokeMonster on 05/20/2017, 07:17 PMHave you had a chance to make any more updates to this since your last post?
Unfortunately no,because it was designed to be a simple caravan shooter,and adding something would require too many work .
But i started a shmup :

Galad

That looks awesome  =D>

touko

Thanks, but it's fragmare's pixel arts that look great .

esteban

Quote from: touko on 05/23/2017, 06:07 AMThanks, but it's fragmare's pixel arts that look great .
The setting is inspired by Aeroblasters/Air Buster.

:)
IMGIMG IMG  |  IMG  |  IMG IMG

touko

Yes, and the X68000 too  :mrgreen:

ccovell

I like your graphics and gameplay, and the music might be quite good too, except it is totally drowned out by the non-stop annoying laser shooting sounds that make my hair stand up on end.  Rayxanber II is not a good model to take sound effect cues from.  Could I perhaps suggest the satisfying "ploop ploop" shot sounds from Gate of Thunder?

touko

#44
Yes in this demo the sfx are a bit awfull,and volume level is too hight.
They are all redone , and the result is way better now,the problem is the volume difference between mednafen and the hardware and it's hard to find the good compromise.

QuoteCould I perhaps suggest the satisfying "ploop ploop" shot sounds from Gate of Thunder?
i don't think that they are particularly good,except adpcm ones,in most cdrom titles the PSG sfx are often really poor and bad .
In GoT i can pick some ones,but they are better sfx to rip in hucard(sorry but i'm not good at making sfx from scratch) .

shubibiman

It's not a problme as back in the time, developers could access to an SFX library. There's nothing wrong with picking sfx from existing games :)
Self proclamed Aldynes World Champion

touko

Quote from: shubibiman on 05/26/2017, 06:11 AMIt's not a problme as back in the time, developers could access to an SFX library. There's nothing wrong with picking sfx from existing games :)
thanks shubi for this information, i was a bit (morally speaking) embarrassed to rip some sfx from other games .

SmokeMonster

Quote from: touko on 05/22/2017, 01:09 PMBut i started a shmup :
Oh, wow! That looks incredible. I'm happy to live in a world where there could be a new SFX shooter released one day.

touko

#48
Thanks, i must redoing the pods rotation because it is not really rounded,and i want to  add a shield effect .

esteban

Quote from: touko on 05/29/2017, 04:50 AMThanks, i must redoing the pods rotation to be a little bit because it is not really rounded,and i want to  add a shield effect .
I want MOAR of the music. I love how it starts PSG and then goes FULLMUSICMODEDELUXE.

MOAR music.

Thank you in advance.

:)
IMGIMG IMG  |  IMG  |  IMG IMG