Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[anotherworld] keyboard input (alphabet letters) #8

Closed
felipesanches opened this issue May 29, 2017 · 2 comments
Closed

[anotherworld] keyboard input (alphabet letters) #8

felipesanches opened this issue May 29, 2017 · 2 comments
Assignees

Comments

@felipesanches
Copy link
Owner

There is a sketch of input handling code at src/mame/drivers/anotherworld.cpp to deal with keyboard keys from A to Z, which would store those keystrokes in a VM variable called VM_VARIABLE_LAST_KEYCHAR. The purpose of those keys would be to enter level-code passwords.

I'm not sure all VM implementations supported that. I know that the bytecode of the MSDOS release allows one to select letters with the directional arrows and action button. Maybe the original Amiga release VM accept A-Z keystrokes as well. And maybe the MSDOS one also support that? I'll have to check that.

Anyway, I also have to consider how that would map to a real hardware implementation of the game. (I'm also wondering how could that be deal with it in an arcade cabinet setup, since I think we wouldn't want to have a cumbersome keyboard attached to it)

@felipesanches
Copy link
Owner Author

With the commit above (b74e622) the level-code screen loads and can be operated with the directional and action keys. The letter keys only work for the first line of letters, but not for the second one, tough.

@felipesanches
Copy link
Owner Author

felipesanches commented Jun 1, 2017

It is also worth to notice that the Amiga bytecode offers the user this set of letters:

A B C D E F OK
G H I J K L DEL

While the MSDOS bytecode display these:

B C D F G H OK
J K L R T X DEL

And apparently the Amiga bytecode does not react to the keyboard inputs, while MSDOS one does.

felipesanches pushed a commit that referenced this issue Aug 3, 2024
…medev#12582)

* Improved some NV Magazine titles.
* Removed Removed "R・SYSTEM 3.2 (Japan)", (part of NV Magazine 1996-12).

New working software list items (msx2_flop.xml)
----------------------------
NV Hokkaido Vol. 1 (Japan) [file-hunter]
NV Magazine 1 (Japan) [file-hunter]
NV Magazine 2 (Japan) [file-hunter]
NV Magazine #3 (Japan) [file-hunter]
NV Magazine 4 (Japan) [file-hunter]
NV Magazine #5 (Japan) [file-hunter]
NV Magazine #7 (Japan) [file-hunter]
NV Magazine #8 (Japan) [file-hunter]
NV Magazine #9 (Japan) [file-hunter]
NV Magazine #10 (Japan) [file-hunter]
NV Magazine mamedev#20 (Japan) [file-hunter]
NV Magazine mamedev#21 (Japan) [file-hunter]
NV Magazine mamedev#22 (Japan) [file-hunter]
NV Magazine mamedev#23 (Japan) [file-hunter]
NV Magazine mamedev#24 (Japan) [file-hunter]
NV Magazine mamedev#26 (Japan) [file-hunter]
NV Magazine 1996-10 (Japan) [file-hunter]
NV Magazine 1996-11 (Japan) [file-hunter]
NV Magazine 1998-6 (Japan) [file-hunter]
NV Magazine 1998-9 (Japan) [file-hunter]
NV Magazine 1998-10 (Japan) [file-hunter]
NV Magazine 1999-1 (Japan) [file-hunter]
NV Magazine 1999-2 (Japan) [file-hunter]
NV Magazine 1999-3 (Japan) [file-hunter]
NV Magazine 1999-5 (Japan) [file-hunter]
NV Magazine 1999-6 (Japan) [file-hunter]
NV Magazine 1999-7 (Japan) [file-hunter]
NV Magazine 1999-8 (Japan) [file-hunter]
NV Magazine 1999-9 (Japan) [file-hunter]
NV Magazine 1999-10 (Japan) [file-hunter]
NV Magazine 1999-11 (Japan) [file-hunter]
NV Magazine 2000-1 (Japan) [file-hunter]
NV Magazine 2000-2 (Japan) [file-hunter]
NV Magazine 2000-3 (Japan) [file-hunter]
NV Magazine 2000-4 (Japan) [file-hunter]
NV Magazine 2000-5 (Japan) [file-hunter]
NV Magazine 2000-6 (Japan) [file-hunter]
NV Magazine 2000-7 (Japan) [file-hunter]
NV Magazine 2000-8 (Japan) [file-hunter]
NV Magazine 2000-9 (Japan) [file-hunter]
NV Magazine 2000-10 (Japan) [file-hunter]
NV Magazine 2000-11 (Japan) [file-hunter]
NV Magazine 2000-12 (Japan) [file-hunter]
NV Magazine 2002-1 (Japan) [file-hunter]
NV Magazine 2002-2 (Japan) [file-hunter]
NV Magazine 2002-4 (Japan) [file-hunter]
NV Magazine 2002-5 (Japan) [file-hunter]
NV Magazine SP #2 (Japan) [file-hunter]
NV Magazine Special #3 (Japan) [file-hunter]
NV Magazine Special #4 (Japan) [file-hunter]
NV Magazine Special #6 (Japan) [file-hunter]
NV RSDM #4 (Japan) [file-hunter]

New software list items marked not working (msx2_flop.xml)
----------------------------
NV Magazine 1996-12 (Japan) [file-hunter]
NV Magazine 1998-11 (Japan) [file-hunter]
NV Magazine 2001-12 (Japan) [file-hunter]
NV Magazine 2002-3 (Japan) [file-hunter]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant