Make a wish / What if : Genesis
Moderator: BigEvilCorporation
Make a wish / What if : Genesis
Reading the TF530 topic (viewtopic.php?f=13&t=2721), and just for fun, I thought about a make-a-wish / what if for the Genny. If you could have added one feature, just one, single, feature, what would have it been ?
A more-evolved CPU (think about 68010 cache mode) ?
Wider data bus ?
Some cache ?
A FPU ?
A faster CPU (think 16 MHz Freescale DragonBall) ?
More RAM ?
More VRAM ?
A rotatable/scalable layer (Mode 7 anyone) ?
A Frame Buffer (a la 32x) ?
I'll go first.
If I could have blessed the Megadrive/Genesis with one single more feature, it would have been ... 12-bits palette entries (RGB444).
Edit: come to that, 15-bits (RGB555) would have been fine too
A more-evolved CPU (think about 68010 cache mode) ?
Wider data bus ?
Some cache ?
A FPU ?
A faster CPU (think 16 MHz Freescale DragonBall) ?
More RAM ?
More VRAM ?
A rotatable/scalable layer (Mode 7 anyone) ?
A Frame Buffer (a la 32x) ?
I'll go first.
If I could have blessed the Megadrive/Genesis with one single more feature, it would have been ... 12-bits palette entries (RGB444).
Edit: come to that, 15-bits (RGB555) would have been fine too
Last edited by ob1 on Wed Oct 11, 2017 8:42 am, edited 1 time in total.
Re: Make a wish / What if : Genesis
More palettes.
-
- Very interested
- Posts: 3131
- Joined: Thu Nov 30, 2006 9:46 pm
- Location: France - Sevres
- Contact:
Re: Make a wish / What if : Genesis
In priority order :
- 4 palettes for sprite + 4 palettes for BG.
- RGB444 colors would have be neat too.
- Z80 having priority on BUS.
- 128 KB of VRAM just to make the VDP design more elegant (no weird hacked 8 bits VRAM access).
- very simple logic to transform TILE <--> BITMAP (a la SegaCD)
I think the rest of the hardware is already perfect :p
- 4 palettes for sprite + 4 palettes for BG.
- RGB444 colors would have be neat too.
- Z80 having priority on BUS.
- 128 KB of VRAM just to make the VDP design more elegant (no weird hacked 8 bits VRAM access).
- very simple logic to transform TILE <--> BITMAP (a la SegaCD)
I think the rest of the hardware is already perfect :p
Re: Make a wish / What if : Genesis
Pretty much what Stef said, and some kind of audio buffer to put PCM audio into, rather than the existing method of essentially banging the DAC.
It's a bit of a shame - I'm pretty sure a bit over half of what Stef described is what the hardware originally had!
EDIT: To clarify - I meant before the cost cutting during the hardware's design stage.
It's a bit of a shame - I'm pretty sure a bit over half of what Stef described is what the hardware originally had!
EDIT: To clarify - I meant before the cost cutting during the hardware's design stage.
Last edited by Flygon on Wed Oct 11, 2017 1:45 pm, edited 1 time in total.
-
- Very interested
- Posts: 2443
- Joined: Tue Dec 05, 2006 1:37 pm
- Location: Estonia, Rapla City
- Contact:
Re: Make a wish / What if : Genesis
* YM IRQ connected to Z80
* Bus management allowing to Z80 to make proper accesses to 68K side (so you can read and write RAM and VDP properly).
* VDP turning unused sprite GFX fetches into CPU access slots
* Line interrupts should start much earlier so that 68K hits the end of line rather than misses half the HBL area. If sprite slots turned access slots you'd get a whole lot of extra access slots.
* Bus management allowing to Z80 to make proper accesses to 68K side (so you can read and write RAM and VDP properly).
* VDP turning unused sprite GFX fetches into CPU access slots
* Line interrupts should start much earlier so that 68K hits the end of line rather than misses half the HBL area. If sprite slots turned access slots you'd get a whole lot of extra access slots.
Mida sa loed ? Nagunii aru ei saa
http://www.tmeeco.eu
Files of all broken links and images of mine are found here : http://www.tmeeco.eu/FileDen
http://www.tmeeco.eu
Files of all broken links and images of mine are found here : http://www.tmeeco.eu/FileDen
Re: Make a wish / What if : Genesis
* more pal (à la PCEngine/TG16)
* a way to know when your V/Hhandler used too much cycles !
* a way to know when your V/Hhandler used too much cycles !
-
- Very interested
- Posts: 3131
- Joined: Thu Nov 30, 2006 9:46 pm
- Location: France - Sevres
- Contact:
Re: Make a wish / What if : Genesis
@TmEE> In fact from my tests the Z80 *can* write 68k RAM, it just can't read it
"YM IRQ connected to Z80" is a good one too but probably an issue for SMS backward compatibility
"YM IRQ connected to Z80" is a good one too but probably an issue for SMS backward compatibility
-
- Very interested
- Posts: 2443
- Joined: Tue Dec 05, 2006 1:37 pm
- Location: Estonia, Rapla City
- Contact:
Re: Make a wish / What if : Genesis
Writing is the part that isn't useful though, I got to pass stuff to Z80 side and almost never read back any responses. Workaround is using cart RAM, that's not subject to access issues from Z80.
SMS compatibility is not a problem, NMI never happens in MD mode and YM IRQ never happens in SMS mode. You can pretty much just connect the signals together. Big missed opportunity...
And one more thing, get rid of the serial banker and go SMS style parallel writes. Much less wasted cycles...
SMS compatibility is not a problem, NMI never happens in MD mode and YM IRQ never happens in SMS mode. You can pretty much just connect the signals together. Big missed opportunity...
And one more thing, get rid of the serial banker and go SMS style parallel writes. Much less wasted cycles...
Mida sa loed ? Nagunii aru ei saa
http://www.tmeeco.eu
Files of all broken links and images of mine are found here : http://www.tmeeco.eu/FileDen
http://www.tmeeco.eu
Files of all broken links and images of mine are found here : http://www.tmeeco.eu/FileDen
Re: Make a wish / What if : Genesis
Mini Itx board, midi ports, 68010, on board everdrive sd, more ram (for homebrew), more videoram or new vdp 9990, 16bit stereo dac as covox for more sample channels (amiga mod, pc xm), ps/2 keyboard port, ps/2 mouse as sega mouse, 250mhz eZ80 (playing samples DAC), ethernet (mmorpg,multiplayer games), sockets for easy original ic installation.
Re: Make a wish / What if : Genesis
Guys, the idea is to ask for a single thing, not a whole list (・_・)
To be fair, if you're doing a custom cartridge with RAM on it you can do that by just mirroring it and arranging the address lines differently in the mirror (note that the bitmap width needs to be a power of two for this to work), then whether it's tiles or bitmap depends entirely on which address range you access (and conversion is literally instantaneous). Doesn't Virtua Racing actually do something like this?
In some late revisions it can't write either (this breaks a couple of games if I recall correctly).
Sik is pronounced as "seek", not as "sick".
Re: Make a wish / What if : Genesis
I wish wish wish wish the Mega Drive had the things on Stef's list.
My order would be:
1) 4 palettes for BG, 4 palettes for Sprites.
2) RGB444
3) 128KB VRAM
1 Is the most tragic, as it could theoretically be achieved for free, as ob1 mentioned.
From what I understand, 2 could have been achieved by sacrificing Master System compatibility.
I don't know about the rest of you, but Master System compatibility was the biggest mistake in creating the Mega Drive. Having those extra palettes or palette depth would have helped the Mega Drive immensely in all of the MD vs SNES comparisons back in the day, and helped make the games look nicer for longer.
The sad part about it is there isn't a Master System game I can point to and say "having that game on the MD work was worth the sacrifice"...
Extra VRAM would be so nice as that would help in giving backgrounds more fidelity, or having larger sprites on screen. Both would be awesome.
But choosing between 1 and 2 is really hard.
My order would be:
1) 4 palettes for BG, 4 palettes for Sprites.
2) RGB444
3) 128KB VRAM
1 Is the most tragic, as it could theoretically be achieved for free, as ob1 mentioned.
From what I understand, 2 could have been achieved by sacrificing Master System compatibility.
I don't know about the rest of you, but Master System compatibility was the biggest mistake in creating the Mega Drive. Having those extra palettes or palette depth would have helped the Mega Drive immensely in all of the MD vs SNES comparisons back in the day, and helped make the games look nicer for longer.
The sad part about it is there isn't a Master System game I can point to and say "having that game on the MD work was worth the sacrifice"...
Extra VRAM would be so nice as that would help in giving backgrounds more fidelity, or having larger sprites on screen. Both would be awesome.
But choosing between 1 and 2 is really hard.
Re: Make a wish / What if : Genesis
Wasn't the choice of going with 9-bit RGB instead of the full 12-bit mostly to do with the cost of the RGB DACs involved?
I'm not a particularly savvy man, but I understand that the cost difference was pretty strong.
Cheapness has to be the explanation as to why the Atari ST also initially had such a low colour RGB DAC!
I'm not a particularly savvy man, but I understand that the cost difference was pretty strong.
Cheapness has to be the explanation as to why the Atari ST also initially had such a low colour RGB DAC!
Re: Make a wish / What if : Genesis
No. It was part of the original plan but they had to cut it because they ran out of die space (a bunch of other features got cut out for the same reason).
Everybody keeps saying this but we don't have any proof that it's the biggest die eater.themrcul wrote: ↑Thu Oct 12, 2017 2:13 amFrom what I understand, 2 could have been achieved by sacrificing Master System compatibility.
I don't know about the rest of you, but Master System compatibility was the biggest mistake in creating the Mega Drive. Having those extra palettes or palette depth would have helped the Mega Drive immensely in all of the MD vs SNES comparisons back in the day, and helped make the games look nicer for longer.
The sad part about it is there isn't a Master System game I can point to and say "having that game on the MD work was worth the sacrifice"...
I really wish we would just decap a VDP to put a rest to this (・_・) Pretty sure that the sprite linebuffer is eating up a lot of die space. If you want to double the amount of palettes, you'd probably have to get rid of 320px wide modes (this should free up enough die space that it'd become way more feasible). Nobody likes to hear that though.
It also doubles the transfer speed as a side effect.
Sik is pronounced as "seek", not as "sick".
-
- Very interested
- Posts: 3131
- Joined: Thu Nov 30, 2006 9:46 pm
- Location: France - Sevres
- Contact:
Re: Make a wish / What if : Genesis
It was what i meant when i said "simple logic", just a different memory address range to address the WRAM in a different way so linear addressing is directly arranged in tileSik wrote: ↑Wed Oct 11, 2017 7:04 pmTo be fair, if you're doing a custom cartridge with RAM on it you can do that by just mirroring it and arranging the address lines differently in the mirror (note that the bitmap width needs to be a power of two for this to work), then whether it's tiles or bitmap depends entirely on which address range you access (and conversion is literally instantaneous). Doesn't Virtua Racing actually do something like this?