Jump to content
IGNORED

NES -> 8bit Ports?


glurk

Recommended Posts

I hate to start a new topic for this, but I tried searching, and could not find an answer.  Title is my question.  Are there PORTS from the NES to the Atari 8-bits?

 

I found lots of 2600 stuff, some homebrew, some simultaneous releases, etc...  But I'm specifically looking for any games that were (at least somewhat faithfully) ported to the 8-bit machines from the NES.

 

Specifically, I wanted to see if they used narrow playfield mode to get a 256x192 resolution.  As in ANTIC Mode 4, 32x24 chars.  This is not so much to play any of the games, but for technical reasons for something I've been noodling around with.  So, in fact, I would be interested also in any Atari games that use the narrow playfield mode.  It's not something I can easily search for, and I don't really want to dump the display list of a bunch of games to see...

 

Any help appreciated!!

 

Link to comment
Share on other sites

Well, to be more clear, I'm not personally trying to port an NES game, exactly.  Something a bit related, maybe, but it may come to nothing.

 

I never actually owned an NES, and don't really know a whole lot about them technically.  But is a port to the Atari machines something that's never been done at all?  Even a simple one?  That would surprise me, but I could not find any examples of any, either.  I don't even know what was popular on them, except the Mario stuff, LOL...  I was just hoping for one example, if indeed there are any at all!

 

 

Link to comment
Share on other sites

None that I know of... though until the Atari legacy hardware WIP version showed up I had thoughts of their Galaga being a good basis for a VBXE compatible conversion.

 

As mentioned, the hardware is too different.  The 256 mode in fact is full width of the screen and multicolour.

 

I've worked on conversions from a few others but of the common 6502 machines of the time I'd list ease of order around about:

Plus4/C=16, C64, Apple II, Oric, 2600.

 

Having no sprites, the Plus4 is pretty easy with the main barriers being memory if it's a big game, lack of 256 characters in some cases, and lack of colour attribute cells in some cases.  Sound is fairly easy as the base clocking is the same so some simple shifting and calculations means sound can be made near the same.

 

Edited by Rybags
Link to comment
Share on other sites

4 hours ago, glurk said:

Specifically, I wanted to see if they used narrow playfield mode to get a 256x192 resolution.  As in ANTIC Mode 4, 32x24 chars.  This is not so much to play any of the games, but for technical reasons for something I've been noodling around with.  So, in fact, I would be interested also in any Atari games that use the narrow playfield mode. 

 

I used Antic Mode 4, narrow playfield 32x24 chars is Adventure Ponies;.

 

 

So there is one, but I am sure many others :)

 

  • Like 4
  • Thanks 1
Link to comment
Share on other sites

Thanks, that's helpful.  My question was meant to be more about that graphics mode than about the NES, per se.  There seem to be a good number of systems with only 256 resolution, but it appears to be an underused mode on the Ataris.  Probably because it loses a good deal of screen width.

 

However, for certain things, it has a better aspect ratio.  Sometimes a lot easier than trying to re-draw EVERYTHING in a different aspect ratio!  It's a shame that it does not / cannot fill up the screen better.  This is for something I'm playing around with, which was in fact ported to the NES, but not originally made for it.  And it may never see the light of day, I'm just playing around and experimenting so far.

Link to comment
Share on other sites

Dr. Mario is the first one that comes to mind. Somewhat weak graphically, but otherwise a quality port gameplay-wise -- covering two-player mode, etc.

 

I had a couple ideas of my own at the time about how the graphics could be done -- which I'd like to use for a port of my own some day.

 

The two Graph2Font images mainly just differ from each other on how the score panels are done; but then I also used different colors for the background patterns -- just to differentiate them a little more.

 

drmario1.thumb.png.06a18ad79eb7c9b8e0681a54ebbc6d27.png

 

 

drmario2.thumb.png.a90717b79c2172dc5e0f6d470d3b5f75.png

 

 

Another one that I recall is Milk Nuts -- a port of the NES game Nuts & Milk. Pretty well-done graphically, but a bit sluggish on the gameplay.

 

  • Like 1
Link to comment
Share on other sites

1 hour ago, MrFish said:

 

Another one that I recall is Milk Nuts -- a port of the NES game Nuts & Milk. Pretty well-done graphically, but a bit sluggish on the gameplay.

 

Milk Nuts is not a port. It was coded from scratch w/o knowledge of the developer that it is an existing NES game (kinda funny story)... so it is remake and not a port. Port must contain core logic (code) of the original game.

 

All the BBC MICRO games that were converted for Atari XL/XE are ports, running original code written for BBC MICRO, but with presentation layer specific for Atari XL/XE hardware. That is the way how I converted Castle Defender.

 

As far as I know only @Rybags was working/experimenting with real NES port of SMB.

Edited by matosimi
inconsistency of terminology :)
  • Like 2
Link to comment
Share on other sites

16 minutes ago, matosimi said:

Milk Nuts is not a port. It was coded from scratch w/o knowledge of the developer that it is an existing NES game (kinda funny story)... so it is remake and not a port. Port must contain core logic (code) of the original game.

 

Yeah, technically, a conversion (same for Dr. Mario too, I believe). Although, I'm not sure they still wouldn't apply to the OP's interest in the subject.

 

Link to comment
Share on other sites

Not ports, but Probe did some demos of their P/M sprite-multiplexer design. In both cases they used narrow mode to accomplish the task. Graphics-wise these were somewhat hasty conversions, but still give the general ideas pretty nicely.

 

contra.thumb.png.b7d34afd62861f7bf264fb2d48d3cb37.png

 

 

smb.thumb.png.315b2c1238ee14b09309526053cd11c6.png

 

 

Contra (Probe).xex

 

Super Mario (Probe).xex

 

 

Edited by MrFish
  • Like 1
Link to comment
Share on other sites

2 hours ago, VinsCool said:

I've not seen many ports but have seen and also done several musical arrangements from the NES 2A03 to the ATARI POKEY and most of the time thing were pretty faithful to the NES style :)

Especially if you do double POKEY.  The high 16-bit C distortions will stand in nicely for the NES pulse wave.

  • Like 1
Link to comment
Share on other sites

23 minutes ago, solo/ng said:

its like trying to port from C64. Most of the time you have to do it from scrach because of different h/w stuff c64/nes have (like 256charsets or colormaps or totally different sprites stuff etc). 

True, but there have been a fair amount of C64 ports in recent years, such as Stunt Car Racer, Total Eclipse, and some of the hi-res games by Mariusz; and there've been a bunch of ports from the Spectrum, BBC Micro, Apple II, Atari 2600 over the years.

 

Edited by MrFish
Link to comment
Share on other sites

14 hours ago, glurk said:

Specifically, I wanted to see if they used narrow playfield mode to get a 256x192 resolution.  As in ANTIC Mode 4, 32x24 chars.

 

Going to state the very obvious but you know that Mode4 32 chars is 128 pixels right ? 

 

So 1 pixel *horizontal* scrolling/ movement would look pretty jerky unless accounted for somehow...

Edited by rensoup
horizontal
Link to comment
Share on other sites

1 hour ago, MrFish said:

True, but there have been a fair amount of C64 ports in recent years, such as Stunt Car Racer, Total Eclipse, and some of the hi-res games by Mariusz; and there've been a bunch of ports from the Spectrum, BBC Micro, Apple II, Atari 2600 over the years.

 

yeah but the two games and platforms you mentioned have one imporant common: no use of hardware sprites/256 charsets/nes tiles. then its a different aproach. 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...