What game would you like converted to the Next?

The Speccy's spritely young offspring. Discuss everything from FPGA to ZX
Alcoholics Anonymous
Microbot
Posts: 194
Joined: Mon Oct 08, 2018 3:36 am

Re: What game would you like converted to the Next?

Post by Alcoholics Anonymous »

Nienn Heskil wrote: Tue Aug 04, 2020 2:32 pm But then of course they had to increasingly start 'overflowing the banks', with all sorts of unrealistic and unnecessary bs, and just overall catering to fb randoms that clearly have, at best, only seen a Spectrum in a picture book before.

....

Anyway, if you're going as far as to drum up a pretense of designing some sort of semi-official (tm) successor to the Spectrum, the reasonable thing to do is listen to the people that actually understand a thing or two about it (because, as painful it is to admit in an age of idiots, they do exist :) ), first and foremost. And maybe less to the kind of folks that requests wasting an unused Z80 opcode just to have an instruction to rotate A 4 times.

I realize braindead fanboys aren't exactly conversation material, but this is simply not the context where you get to use the word 'elitism' or similar, not even close.
This really gets my goat so I am going to go on a little, I hope you don't mind :) There is nothing personal here, just an airing. Full disclosure -- I took over the fpga design of the Next a year and half ago when Victor wanted some free time back.

The Next team is composed of experts from the spectrum community. I am a former vlsi design engineer (I designed ASICs way back when), owned a ts2068 and ran many spectrum games, read the technical magazines, self-taught basic and assembler as a child. I know all about the timex machines, all spectrum models and original pentagons. I know all about the z80 line: the z180, z280, z380, ez80, rabbit semiconductors and others. I have a lot of experience in embedded systems and am an expert in z80 assembly language. I have been part of the spectrum community since 1993ish when the online existence of the spectrum was in its beginning. I have been an active contributor to the spectrum scene for the past 20+ years, most notably through the z88dk c compiler and various things like the sp1 sprite engine which has been used in around 70 spectrum games of the modern era.

Amongst other team members there are professional game developers that started on the zx81/spectrum and have seen their careers pass through many machines to the modern day. There are spectrum luminaries, particularly Garry Lancaster who has been extending +3 dos for heading toward twenty years and that has culminated in the NextZXOS we have today -- a true descendant of +3 dos.

When you talk about "consulting the experts", many of the biggest experts were in the team, and that team comes from the spectrum community. A lot of the time the people calling themselves experts and demeaning others as "fanboys" were not experts at all and on top of that only had a cursory grasp on what they were criticizing. When I read those insulting comments, I cringed and shrugged. They've never been ignored though -- the end result today comes from direction within the team and suggestions from the community. Many times those suggestions were conflicting; don't do this, do do this, etc.

However the main point:
if you're going as far as to drum up a pretense of designing some sort of semi-official (tm) successor to the Spectrum
This was taken very seriously.

Because the community in general only has a weak understanding of hw, the result we have today looks misplaced to them. But it is not. If this were 1990ish and the task was to make a new compatible spectrum competitive with the 16-bits, and we were involved, we would end up close to the machine we have today. Naturally there are some concessions made to the modern day -- in 1990 you wouldn't have sd cards, you wouldn't have a pi / wifi, you wouldn't try to be compatible with all spectrums (I would have aimed for the 128K), you wouldn't get 28MHz, maybe you'd only have one palette, etc. The machine has also benefitted from 30 years of hindsight in the set of peripherals it got, many of which weren't made until the 2000s.

But you would get a layer 2, hw sprites, scrolling ula, tilemap, possibly timex modes (they are only there because of people in the team familiar with timex and the fact they'd been done already on the uno). This would have happened because any spectrum aimed for 1990ish would have had to have been at least competitive with the 16-bits and tasked with that, along with acknowledgement that the spectrum was a games machine, we ended up there. Budgets and technical know-how at Sinclair / Amstrad be damned :) Although this would have been an expensive Sinclair, it would have been cheaper than the 16-bits it would have had to compete against.

How hard are these things to implement? Not very hard. The extensions to the ula (timex modes, hw scrolling) are trivial. Of course you would do them. Layer 2 is even more trivial -- it's a few lines of vhdl and much smaller than the ula. This is a good way to increase colour resolution while at the same time maintaining backwards compatibility with the original system. Sprites are more difficult and would require a separate 16K pattern memory but this is well within the realms of 8-bit machines made in the mid 80s. The later TMS99xx chips often had 16K to 128K of its own memory for things like sprites. You can look at the msx or msx2 for examples. The tilemap is also smaller than the ula and is made to use the same memory as the ula. On the original 128K spectrums, the ula owns 32K of ram (bank 5 and bank 7); on the Next it's only 24K (16K bank 5, 8K for the first half of bank 7) -- more limited than the spectrum! -- and this is where the ula and tilemap coexist. The design depends on faster memory which would have been easily achievable over a distance of 10 years when ram performance would have been doubling every few years. If not, the features can degrade. 50 sprites per line instead of 100. No high resolution mode for the tilemap, etc. It also depends on integrating everything into an asic. This would have been bigger than Amstrad's +3 ula, the Sam's asic but much smaller than the asics used in the Amiga, eg. If required, a single asic could be split into two with one likely devoted to sprites.

So although you may not agree where the Next landed, I hope it's clear it is still remaining honest with a 1990ish what-if machine in the important aspects. However, whether you agree with the choices made, a new spectrum would have had to attack colour clash and limited colours. Those limitations were a function of 1982 costs and technology and would not reflect anything new or competitive made in 1990+.
Alcoholics Anonymous
Microbot
Posts: 194
Joined: Mon Oct 08, 2018 3:36 am

Re: What game would you like converted to the Next?

Post by Alcoholics Anonymous »

Lethargeek wrote: Tue Aug 04, 2020 6:34 pm This is exactly why, as a staunch Spectrum programmer, i can't like Next's approach to gfx extensions. Basically you need to rewrite half of the game for a very different paradigm. For me it's to much hassle, to bothersome and not really interesting considering there is enough real retro platforms having similar features if one feels like playing with them.
Well no, it should be fairly easy to do such a port. That massive wall of push/pop or ldi that is used to scroll the screen would be replaced with a write to a register and the same push/pop or ldi to update the new parts of the screen coming into view. For sprites, every game will have a "move sprite function". Replace that could with a register write to move the sprite. Update graphics if that happens with an otir.
I mean, the (very much technically possible) ideal case would be the same Z80 code producing monochromatic (or clashy) pic on the classic Spectrum but a pic similar to this vid on the "new" Spectrum. The SAME code, down to the last bit. 8-)
I like the ULAX project but the truth is, it is much more complicated than the Next extended architecture and the result is more limited. It's not really something that would have been done in the 1990s. However it may be something I do in the 2020s -- it depends on how long it takes you to do an fpga implementation :)
User avatar
Lethargeek
Manic Miner
Posts: 742
Joined: Wed Dec 11, 2019 6:47 am

Re: What game would you like converted to the Next?

Post by Lethargeek »

Alcoholics Anonymous wrote: Wed Aug 05, 2020 12:11 am a new spectrum would have had to attack colour clash and limited colours. Those limitations were a function of 1982 costs and technology and would not reflect anything new or competitive made in 1990+.
Cost - yes, technology - no. Dozens of colors in home computer is late 70s, hw sprites is late 70s. Even EGA and blitter are mid-80s. There were faster CPUs and/or more powerful 2D/3D accelerators in 1990+ with simplified access to their capabilities. Except the last generation of 2D consoles intended to be cheap with very little RAM available and never be a proper computers.
Alcoholics Anonymous wrote: Wed Aug 05, 2020 1:14 am Well no, it should be fairly easy to do such a port. That massive wall of push/pop or ldi that is used to scroll the screen would be replaced with a write to a register and the same push/pop or ldi to update the new parts of the screen coming into view. For sprites, every game will have a "move sprite function". Replace that could with a register write to move the sprite. Update graphics if that happens with an otir.
You really have no idea how the original ZX Flying Shark (your example) actually does work inside, don't you :roll:
Alcoholics Anonymous wrote: Wed Aug 05, 2020 1:14 am I like the ULAX project but the truth is, it is much more complicated than the Next extended architecture and the result is more limited. It's not really something that would have been done in the 1990s. However it may be something I do in the 2020s -- it depends on how long it takes you to do an fpga implementation :)
Right now i wasn't even talking about the ULAX. Some simpler 80s tech (like EGA done right) was well enough to get the same result.

Anyway, you're wrong in both statements about the ULAX. Its concept isn't complicated at all, basically it is just a dumb framebuffer+DSP+blitter (planned as the main feature). The PPU's complexity is projected to be comparable to the Z80 (wider, but more regular). The main limiting factor is RAM speed, not the FPGA capacity. Also bigger screen area with 15-bit color depth independent pixels with a blitter able to refresh it completely several times per frame just cannot be "more limited" by default :) The results reflect the time invested into the each adaptation (most were done in a few evenings, sometimes just a few hours, and that's with some basic testing included).
User avatar
MarkRJones1970
Microbot
Posts: 180
Joined: Sun Jun 16, 2019 9:31 am
Location: Manchester, UK
Contact:

Re: What game would you like converted to the Next?

Post by MarkRJones1970 »

Yes I agree. I'd much rather they look more like Spectrum games rather than Atari ST or Amiga games. Just doesn't sit right when they look like 16-bit titles. If I'm in the mood for those then I'll actually play ST or Amiga games.
Mark R. Jones

Ex-Ocean Software graphic artist -
Download my FREE PDF 'LOAD DIJ DIJ' (180,000+ words): https://ko-fi.com/i/IG2G3BEJZP
ZX Art page: https://zxart.ee/eng/authors/m/mark-r-jones/
Nienn Heskil
Microbot
Posts: 132
Joined: Tue Jun 09, 2020 6:14 am
Contact:

Re: What game would you like converted to the Next?

Post by Nienn Heskil »

Alcoholics Anonymous wrote: Wed Aug 05, 2020 12:11 am This really gets my goat so I am going to go on a little, I hope you don't mind :) There is nothing personal here, just an airing. Full disclosure -- I took over the fpga design of the Next a year and half ago when Victor wanted some free time back.
Full disclosure: I absolutely read your every post regarding topics such as this as 'mimimi I have an agenda, and I will blindly defend every decision and/or feature regarding project X/Y/Z, no matter how ridiculous it is' :)
Certainly, we are not going to agree. Personally, the 'next' will always remain a 'FPGA emulator' abomination to me that didn't even sufficiently deliver on a number of it widely advertised selling points (Crank up the Z80 speed to use HDMI? Are you serious? :lol: ), while at the same time managing to incorporate loads of bs that benefits no one, caters to laziness/mediocrity, and/or makes very little sense overall.

But, just this time, I'll feed address a couple of important points.
Alcoholics Anonymous wrote: Wed Aug 05, 2020 12:11 am The Next team is composed of experts from the spectrum community.
<...>
When you talk about "consulting the experts", many of the biggest experts were in the team, and that team comes from the spectrum community. A lot of the time the people calling themselves experts and demeaning others as "fanboys" were not experts at all and on top of that only had a cursory grasp on what they were criticizing. When I read those insulting comments, I cringed and shrugged. They've never been ignored though -- the end result today comes from direction within the team and suggestions from the community. Many times those suggestions were conflicting; don't do this, do do this, etc.
I'm certain that sort of thing is there for the others to judge, esp.when you're doing things on commercial basis. And in this case, the 'expert-ness', or the lack thereof, is evident in some of the decisions taken.

An expert acknowledges faults in their product and doesn't 'just defend' it 24/7 on full auto like a drone. An expert possesses the ability to sort out the good suggestions from the bad, and the ugly. An expert doesn't fall for the 'definition trap' ('We can't seem to come to a common definition of product X, and surely that must mean we're free to do whatever the f.ck we want with it!'), and sees the cases where a community has a good understanding of the image of a particular product, even if they might not necessarily agree on all the details.
An expert keeps their direction reasonable and unswayed by traumas from the past. :)

There really isn't a lot to discuss when just reading a description of another 'killer feature' ('down hl' opcode... what? :lol: ) is, fairly often, sufficient to know at a glance all there is to know about what kind of project this is, and who this is for.

Writing walls of text that basically boil down to 'We're all smart ppl, and we all agree! Yay! And who doesn't agree has weak understanding of hw and just basically stfu', oh, I dunno :roll:
Alcoholics Anonymous wrote: Wed Aug 05, 2020 12:11 am Because the community in general only has a weak understanding of hw, the result we have today looks misplaced to them. But it is not. If this were 1990ish and the task was to make a new compatible spectrum competitive with the 16-bits, and we were involved, we would end up close to the machine we have today.
And this is just an arbitrary criteria you've invented on the spot (and the rest is based on it). What's going on?
I'm sure anyone would agree that e.g. the Amiga is sufficiently 'not a Spectrum' in its capabilities already, and that came out during the 80s! -16 bit was old news in the 90s anyway, it was the beginning of 32 bit and the 3D era.

By the same (fail) logic, I could pick another criteria like 'a moderately enhanced Spectrum from the 80s' and state you've failed that for the most part. Is there any point to do this? Not really. But that could've at least made some sense - because the Spectrum is the product of the 80s. Get sufficiently away from it, and you get what you get: 'a PC'. It looks like one, it sounds like one, there's a 100500MHz mode in it (we can almost hear the sound of overjoyed randoms with 'C' background :lol: ). And with that, it becomes a bit unimportant what was your reasoning behind it and whatnot.[1]

[1] This is another problem with your type of posts. You seem to be under the impression that writing things like 'OK, see, fail features X/Y/Z exist because reasons' is a way to 'make up for them' in some sense. It isn't. :roll:
smurphboy
Manic Miner
Posts: 224
Joined: Tue May 19, 2020 10:47 pm
Location: Bristol, UK

Re: What game would you like converted to the Next?

Post by smurphboy »

My I respectfully suggest we keep this topic to games you'd like converted to the Next and perhaps move the semi-religious war on the Next itself to another thread?

I'd love to a Next re-implementation of Dandy / Gauntlet on the Next. We should have a speed and tilemode to really let the gameplay and mechanics shine.
redballoon
Manic Miner
Posts: 390
Joined: Sun Nov 12, 2017 3:54 pm

Re: What game would you like converted to the Next?

Post by redballoon »

smurphboy wrote: Wed Aug 05, 2020 8:46 am My I respectfully suggest we keep this topic to games you'd like converted to the Next and perhaps move the semi-religious war on the Next itself to another thread?
Yip, I agree! I don’t want to have to avoid another Next thread that I’d actually like to read.
User avatar
PeterJ
Site Admin
Posts: 6873
Joined: Thu Nov 09, 2017 7:19 pm
Location: Surrey, UK

Re: What game would you like converted to the Next?

Post by PeterJ »

smurphboy wrote: Wed Aug 05, 2020 8:46 am My I respectfully suggest we keep this topic to games you'd like converted to the Next and perhaps move the semi-religious war on the Next itself to another thread?
I think I'm responsible for changing the route of the thread, although I certainly wasn't trying to start a war, just an open discussion. Apologies.
redballoon
Manic Miner
Posts: 390
Joined: Sun Nov 12, 2017 3:54 pm

Re: What game would you like converted to the Next?

Post by redballoon »

Everything discussed is definitely a valid discussion...just within their own related thread. The graphics style discussion is a bit of a grey (or white BRIGHT 0 hahahaha) area with regards to this discussion though.
akeley
Dynamite Dan
Posts: 1042
Joined: Sat Feb 01, 2020 5:47 pm

Re: What game would you like converted to the Next?

Post by akeley »

If it actually was a discussion it wouldn't be so bad. But what [mention]Nienn Heskil[/mention] is doing is just slinging heaps of ad hominems and nitpicking on some largerly irrelevant points, all coated in a veneer of extreme smugness, where he's the one seeing the light and anybody disagreeing a blind sheeple.

This is no discussion, more of a playground shout out. It's a style of discourse which is extremely popular on the net, but also responsible for the burnout of most forums and turning places like reddit into toxic dumps. Luckily we don't see much of it around these parts and I sincerely hope it stays that way :)
smurphboy
Manic Miner
Posts: 224
Joined: Tue May 19, 2020 10:47 pm
Location: Bristol, UK

Re: What game would you like converted to the Next?

Post by smurphboy »

PeterJ wrote: Wed Aug 05, 2020 9:09 am
smurphboy wrote: Wed Aug 05, 2020 8:46 am My I respectfully suggest we keep this topic to games you'd like converted to the Next and perhaps move the semi-religious war on the Next itself to another thread?
I think I'm responsible for changing the route of the thread, although I certainly wasn't trying to start a war, just an open discussion. Apologies.
I agree its a great discussion to have, if it can be kept civil and open, and its the joy of threads that they spark off interesting discussions :D
User avatar
Mort
Microbot
Posts: 190
Joined: Thu Jan 17, 2019 10:03 am
Location: Kent , England
Contact:

Re: What game would you like converted to the Next?

Post by Mort »

I would love to see Mercenary or any of the other novagen titles converted , filled vectors anyone ,

Now Starstrike updated would be nice ;-)
Scanner extraordinaire, 1000`s of magazines and Software from the 8 and 16 bit era now up on internet archive in lovely 600dpi.
Donations are welcome of items to scan that are no longer needed ;)
Stefan123
Drutt
Posts: 48
Joined: Sat May 09, 2020 11:55 am

Re: What game would you like converted to the Next?

Post by Stefan123 »

Yes, please, let's avoid turning Spectrum Next discussions on this forum into religious opinion-based debates. If you for some reason don't like the Next that's fine, but please don't use every opportunity to discredit its merits and the team behind it. That is very tiresome and depressing and will only result in Next user's turning away from this forum.

Returning to the subject, here are a few games I would love to see enhanced on the Next (if IP rights were not an issue):

Elite
Fairlight
Where Time Stood Still
Gauntlet
Turbo Esprit
Lord of the Rings / Shadows of Mordor
User avatar
ketmar
Manic Miner
Posts: 697
Joined: Tue Jun 16, 2020 5:25 pm
Location: Ukraine

Re: What game would you like converted to the Next?

Post by ketmar »

Stefan123 wrote: Wed Aug 05, 2020 1:01 pm Fairlight
this one have to be completely rewritten, i believe. or, rather, rewritten and redrawn. ;-) i mean, there is really no "isometric engine" in there (ok, not to the same extent as in Head Over Heels), backgrounds were painted with lines and pattern fills (mostly), and to get better backgrounds, one have to rip old gfx routines, replace them with new ones, and manually redraw each screen. oooh.
Stefan123
Drutt
Posts: 48
Joined: Sat May 09, 2020 11:55 am

Re: What game would you like converted to the Next?

Post by Stefan123 »

ketmar wrote: Wed Aug 05, 2020 1:09 pm
Stefan123 wrote: Wed Aug 05, 2020 1:01 pm Fairlight
this one have to be completely rewritten, i believe. or, rather, rewritten and redrawn. ;-) i mean, there is really no "isometric engine" in there (ok, not to the same extent as in Head Over Heels), backgrounds were painted with lines and pattern fills (mostly), and to get better backgrounds, one have to rip old gfx routines, replace them with new ones, and manually redraw each screen. oooh.
Yeah, that sounds like a lot of work but the game would really benefit from some more colours to make the main character and the in-game objects more distinguishable. I loved this game as a kid and played it a lot. I still listen to the AY intro music from time to time, it's magical :) A shame that the follow-up Fairlight II was released prematurely.
User avatar
Stefan
Manic Miner
Posts: 808
Joined: Mon Nov 13, 2017 9:51 pm
Location: Belgium
Contact:

Re: What game would you like converted to the Next?

Post by Stefan »

The game that started my PC gaming (triggered by a tweet yesterday and the Mercenary request above)... F29 Retaliator :-) (not that I have a Next :lol: )
User avatar
Rorthron
Dynamite Dan
Posts: 1644
Joined: Sun Nov 12, 2017 10:35 pm

Re: What game would you like converted to the Next?

Post by Rorthron »

I don't have a Next, but a version of Bandersnatch would tempt me to change that.
User avatar
ketmar
Manic Miner
Posts: 697
Joined: Tue Jun 16, 2020 5:25 pm
Location: Ukraine

Re: What game would you like converted to the Next?

Post by ketmar »

Stefan123 wrote: Wed Aug 05, 2020 1:21 pm I loved this game as a kid and played it a lot. I still listen to the AY intro music from time to time, it's magical :) A shame that the follow-up Fairlight II was released prematurely.
yeah. i never knew what i supposed to do in Fairlight, so i was just wandering around. i love Ritman games, but let's be honest: most "filmation style" games are looking like puzzle boards (because they are essentialy puzzle boards ;-). and Fairlight looks like a real place (well, as much as it could with Speccy gfx and isometric projection ;-).

as it requires a rewrite anyway, i'd like to see "Next Fairlight", with more places to visit, more puzzles to solve, and maybe even with some RPG mechanics. this is one of those games that can really benefit from advanced Next features.
Stefan123
Drutt
Posts: 48
Joined: Sat May 09, 2020 11:55 am

Re: What game would you like converted to the Next?

Post by Stefan123 »

Here are two more games that I would like to see enhanced on the Next:

Lemmings (let's hope Mike Dailly gets the time to finish this port :))
Stunt Car Racer

Here are some 16-bit games that I loved playing and that would be feasible on the Next:

The Secret of Monkey Island
Another World
Worms
Cannon Fodder
Simon the Sorcerer
Kult: The Temple of Flying Saucers
User avatar
uglifruit
Manic Miner
Posts: 703
Joined: Thu Jan 17, 2019 12:41 pm
Location: Leicester
Contact:

Re: What game would you like converted to the Next?

Post by uglifruit »

3D Ant Attack.
CLEAR 23855
User avatar
R-Tape
Site Admin
Posts: 6400
Joined: Thu Nov 09, 2017 11:46 am

Re: What game would you like converted to the Next?

Post by R-Tape »

I'd like to see a version of R-Type with smooth sprites (including bosses) and starfield (the landscape scroll is already fine), with graphics similar (or heavily inspired by) to the Speccy original. Maybe a few graphical tweaks here and there: fix Dobkeratops's ambiguous looking head; some extra mood-colours.
Alcoholics Anonymous
Microbot
Posts: 194
Joined: Mon Oct 08, 2018 3:36 am

Re: What game would you like converted to the Next?

Post by Alcoholics Anonymous »

Lethargeek wrote: Wed Aug 05, 2020 2:22 am
Alcoholics Anonymous wrote: Wed Aug 05, 2020 12:11 am a new spectrum would have had to attack colour clash and limited colours. Those limitations were a function of 1982 costs and technology and would not reflect anything new or competitive made in 1990+.
Cost - yes, technology - no. Dozens of colors in home computer is late 70s, hw sprites is late 70s. Even EGA and blitter are mid-80s...
Sinclair was depending on a brand new technology to make its ULAs (programmable logic) which allowed the cost reductions necessary to make an inexpensive computer. The capacity of these early devices would limit how much integration you could achieve. Other competitors like Commodore and Atari made asics which was out of reach and too risky for a company like Sinclair with limited capital. Contemporary examples using msi parts cost a lot more in part because they weren't integrated into a single ic.
Anyway, you're wrong in both statements about the ULAX. Its concept isn't complicated at all, basically it is just a dumb framebuffer+DSP+blitter (planned as the main feature). The PPU's complexity is projected to be comparable to the Z80 (wider, but more regular). The main limiting factor is RAM speed, not the FPGA capacity. Also bigger screen area with 15-bit color depth independent pixels with a blitter able to refresh it completely several times per frame just cannot be "more limited" by default :)
It's still more complicated (and that means in gates, not necessarily in concept) :) A lot of performance in gaming systems comes from hardware acting in parallel. This is why sprites, layers, etc, were mainstays in 2D hardware. Anyway I think it's a worthy project and look forward to seeing how it turns out!
User avatar
Lethargeek
Manic Miner
Posts: 742
Joined: Wed Dec 11, 2019 6:47 am

Re: What game would you like converted to the Next?

Post by Lethargeek »

Alcoholics Anonymous wrote: Wed Aug 05, 2020 4:54 pm Sinclair was depending on a brand new technology to make its ULAs (programmable logic) which allowed the cost reductions necessary to make an inexpensive computer. The capacity of these early devices would limit how much integration you could achieve. Other competitors like Commodore and Atari made asics which was out of reach and too risky for a company like Sinclair with limited capital. Contemporary examples using msi parts cost a lot more in part because they weren't integrated into a single ic.
Sinclair could always use more than one ULA if he wasn't such a cheapskate.
Alcoholics Anonymous wrote: Wed Aug 05, 2020 4:54 pm It's still more complicated (and that means in gates, not necessarily in concept) :) A lot of performance in gaming systems comes from hardware acting in parallel.
And that's why tile-sprite engines need a lot of gates as well. Definitely more than simple blitters. Probably even more than ULAX PPU, it's hard to tell about the logic gates. It is, however, easy to count that PPU will need less internal memory.
Alcoholics Anonymous wrote: Wed Aug 05, 2020 4:54 pm This is why sprites, layers, etc, were mainstays in 2D hardware.
No, because back then the RAM was too slow and/or too costly, that's why.
Alcoholics Anonymous wrote: Wed Aug 05, 2020 4:54 pm Anyway I think it's a worthy project and look forward to seeing how it turns out!
Thanks. I don't hate the Next as a whole either. Only the gfx part of it (and the associated ridiculous CPU "extensions") :mrgreen:
User avatar
Lethargeek
Manic Miner
Posts: 742
Joined: Wed Dec 11, 2019 6:47 am

Re: What game would you like converted to the Next?

Post by Lethargeek »

smurphboy wrote: Wed Aug 05, 2020 8:46 am My I respectfully suggest we keep this topic to games you'd like converted to the Next and perhaps move the semi-religious war on the Next itself to another thread?

I'd love to a Next re-implementation of Dandy / Gauntlet on the Next. We should have a speed and tilemode to really let the gameplay and mechanics shine.
Now speaking of games, i'm genuinely interested in how Flying Shark port remake could be made and then how much will remain of its gfx engine code logic. Especially as
Spoiler
it doesn't do any real scrolling and doesn't output it's software sprites directly either
toot_toot
Manic Miner
Posts: 678
Joined: Thu Nov 29, 2018 7:17 pm

Re: What game would you like converted to the Next?

Post by toot_toot »

I have a Next and I have to agree with those that are disappointed with the "look" of Next games, but I think that does come down to it not really being focused enough as a product design. It's called the Spectrum Next, but what does that mean? Is it supposed to be like the Sinclair Loki, which would have been in about 1986/87 or should it be like the original Spectrum but with just some enhancements like removing Colour Clash? You could say the original Spectrum Next was the SAM Coupe, but that was really just like a cut down Atari ST. Having too loose a product design or vision and the flexibility of the FPGA has just made the Next too unfocused and that's why you get an inconsistent look for Next games. It's unlike the MEGA65 which is at least trying to replicate a specific piece of hardware, albeit one that was never officially released.

When it comes to games being converted to the Next, I'd love to see original Spectrum games that are improved further with the Next which could be removing colour clash for those games that suffered from it, speeding up the game due to processor limitations or even adding in some basic additional spectrum colour to those monochrome games.
Locked