Talk:NES 2.0 Mapper 360: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
mNo edit summary
No edit summary
Line 19: Line 19:
::Correct, but irrelevant. A novel UI still is not required, it merely makes for better usability. [[User:NewRisingSun|NewRisingSun]] ([[User talk:NewRisingSun|talk]]) 14:03, 4 January 2019 (MST)
::Correct, but irrelevant. A novel UI still is not required, it merely makes for better usability. [[User:NewRisingSun|NewRisingSun]] ([[User talk:NewRisingSun|talk]]) 14:03, 4 January 2019 (MST)
* The SNES example is the argument that the physical dice are not what's important, and shouldn't be. Only the data is. It's in the opposite direction of what you're describing here (anti-helpful splitting instead of anti-helpful merging), but ultimately it's the same argument. —[[User:Lidnariq|Lidnariq]] ([[User talk:Lidnariq|talk]]) 13:47, 4 January 2019 (MST)
* The SNES example is the argument that the physical dice are not what's important, and shouldn't be. Only the data is. It's in the opposite direction of what you're describing here (anti-helpful splitting instead of anti-helpful merging), but ultimately it's the same argument. —[[User:Lidnariq|Lidnariq]] ([[User talk:Lidnariq|talk]]) 13:47, 4 January 2019 (MST)
::You did not answer though why your two novel and arbitrary criteria should be the deciding criteria instead of "physical dice", or why they should not be considered novel and arbitary, even as they have not been stated in any other situation here. [[User:NewRisingSun|NewRisingSun]] ([[User talk:NewRisingSun|talk]]) 14:03, 4 January 2019 (MST)
::You did not answer though why your two novel and arbitrary criteria should be the deciding criteria instead of "physical dice", or why they should not be considered novel and arbitrary, even as they have not been stated in any other situation here. [[User:NewRisingSun|NewRisingSun]] ([[User talk:NewRisingSun|talk]]) 14:03, 4 January 2019 (MST)
:::The criterion I'm using is "How is this different from 31 distinct cartridges" and the answer is ''it isn't''. The reason my "arbitrary" criteria have not been stated in any other situation is because ''it hasn't been relevant before'' and it's actively disingenuous to use that argument. —[[User:Lidnariq|Lidnariq]] ([[User talk:Lidnariq|talk]]) 15:32, 4 January 2019 (MST)

Revision as of 22:32, 4 January 2019

Why does this warrant a mapper number? It literally involves no programmer's interface at all.—Lidnariq (talk) 22:43, 3 January 2019 (MST)

The programmer's interface involves translating DIP switch settings to outer bank and mirroring selection. Doing so is neither self-explanatory, nor part of a generalized DIP Switch handling scheme, but PCB-specific. NewRisingSun (talk) 22:47, 3 January 2019 (MST)

How is this better than 31 separate NROM dumps? How does this solve any problems of encapsulation? How does this not just make the user experience awful, but making them manually select a number in a special dialog with a virtual piece of paper to let them know what's where, instead of using the filesystem chooser for the game they want? —Lidnariq (talk) 22:52, 3 January 2019 (MST)

It's better than 31 separate NROM dumps in that it represents the fact that the PCB does not have 31 separate PRG/CHR-ROM chips, but just one of each type. The awful user experience in emulators accurately replicates the awful player real-hardware experience of having to flip DIP switches to select a game. It's all about accurately preserving cartridges, their hardware and ROM chip content, not necessarily about making a wonderful user experience (although I am willing to make exceptions in the case of input devices...). And if you object to this cartridge being preserved as it is, you must also object to NES 2.0 Mapper 357, for it is similar in the aspects you are faulting. NewRisingSun (talk) 22:58, 3 January 2019 (MST)
  • The emulator's implementation is not the programmer's interface. There's no programmer's interface here—software cannot know it's on this cartridge. There's only the end-user interface, which is awful.
  • Why is archiving the exact order of the contents of a ROM desirable when no individual part anywhere can know whether it's part of this bundle? Physically, inside a single ROM there's no salient difference between having 31 different physical ROMs and the exact same data in just one—either way there's row and column selection hardware, and the difference between a demultiplexer outside the ROM is circuit-wise identical to a row selector inside the ROM. The same information is contained when unpacked—absolutely no work has been thrown away, unlike multicarts that have dedicated software menus—and then the UX isn't bad and everyone gets to do less work. This mapper can't even be dumped without repetitive physical intervention, unlike well-behaved mappers.
  • And yes, I object to mapper 357 also, but didn't notice it at the time. —Lidnariq (talk) 00:58, 4 January 2019 (MST)
I don't see why it should matter whether an individual part can know whether it's part of a bundle or not. It just dawned on me that your objection not only applies to mappers 357 and 360, but actually to any reset-based multicart, some of which were specified decades ago. I have explained why the mapper needs to be there given that one wants to preserve the ROM chip's data as it is, but if you want to discuss the more basic question of what ROM chips are worth archiving, that should be discussed elsewhere. NewRisingSun (talk) 04:07, 4 January 2019 (MST)

There are two major parts to my objection. 1- New mappers shouldn't require novel UI unless that UI is explicitly an input method. Reset-based multicarts at least pass that test. 2- Unlike with a reset-based multicart, where it's remotely plausible that each game could pick up with the RAM state from the previous game, with a switch based one it really requires that the user remove power between games, so there's no way for games to communicate even using that side channel.

So while it's true that I'm less than thrilled about mapper 60, this is, in my opinion, even worse.

Finally, while I agree that 'archiving all data' is the goal, I disagree that "verbatim" is the necessary and correct way to do this. For example, MESS's database includes SNES games that were distributed as two ROMs as two separate dumps. If a game was released twice, it is present twice. Byuu has rightly decided that that's just silly.—Lidnariq (talk) 11:55, 4 January 2019 (MST)

  • The criteria "new mappers should not require novel UI" and "multicart games should be able to communicate with each other" (?) are novel and arbitrary. I have never read that these are criteria for mapper inclusion, and do not see why they should be, especially that last one.
  • That the first criterion is not fulfilled is not true either: An emulator can implement game switching in several ways; not just by displaying a menu, but also by increasing the virtual DIP switch upon soft-resetting. That is actually the way FCEUX implements DIP switches in all non-Vs. mappers, so it would be nothing new.
  • I do not understand how that SNES example applies here either: the game was released as one cart, not 31, seen here, therefore it should be one file, not 31. NewRisingSun (talk) 13:19, 4 January 2019 (MST)
  • "should be able to communicate with each other" is another way of phrasing "some code, somewhere, depends on some other code being in this place". That's just not possible here.
  • Asking that a person hit the reset button 31 times in order to go back one DIP switch is worse than special casing the UI.
Correct, but irrelevant. A novel UI still is not required, it merely makes for better usability. NewRisingSun (talk) 14:03, 4 January 2019 (MST)
  • The SNES example is the argument that the physical dice are not what's important, and shouldn't be. Only the data is. It's in the opposite direction of what you're describing here (anti-helpful splitting instead of anti-helpful merging), but ultimately it's the same argument. —Lidnariq (talk) 13:47, 4 January 2019 (MST)
You did not answer though why your two novel and arbitrary criteria should be the deciding criteria instead of "physical dice", or why they should not be considered novel and arbitrary, even as they have not been stated in any other situation here. NewRisingSun (talk) 14:03, 4 January 2019 (MST)
The criterion I'm using is "How is this different from 31 distinct cartridges" and the answer is it isn't. The reason my "arbitrary" criteria have not been stated in any other situation is because it hasn't been relevant before and it's actively disingenuous to use that argument. —Lidnariq (talk) 15:32, 4 January 2019 (MST)