Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Wii88: Difference between revisions

From GameBrew
m (HydeWing moved page Wii88 Wii to Wii88)
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#seo:
|title=Wii Homebrew Emulators (Computer) - GameBrew
|title_mode=append
|image=wii88wii.jpg
|image_alt=wii88
}}
{{Infobox Wii Homebrews
{{Infobox Wii Homebrews
|title=wii88
|title=Wii88
|image=wii88wii.jpg
|image=wii882.png
|description=QUASI88 port for Nintendo Wii.
|description=QUASI88 port for Nintendo Wii.
|author=jpzm
|author=jpzm
Line 14: Line 8:
|version=0.1.1
|version=0.1.1
|license=Mixed
|license=Mixed
|download=https://dlhb.gamebrew.org/wiihomebrews/wii88wii.7z
|download=https://dlhb.gamebrew.org/wiihomebrews/wii88.7z?k33p0fil35
|website=https://gbatemp.net/threads/super-mario-war-and-nec-pc8801-emulator.482079/
|website=https://gbatemp.net/threads/super-mario-war-and-nec-pc8801-emulator.482079/
|source=https://github.com/jpzm/wii88
|source=https://github.com/jpzm/wii88
}}
}}
This project, Wii88, is based on QUASI88 version 0.6.4, an emulator for the NEC PC-8801 created by Showzoh Fukunaga. Its main goal is to be compatible with the Nintendo Wii. Additionally, it references the QUASI88 Wii port version 0.6.3 beta6 by Rako.
This project is a fork from [https://www.eonet.ne.jp/~showtime/quasi88 QUASI88] version 0.6.4, a NEC PC-8801 emulator by Showzoh Fukunaga.  
 
The main goal is to be compatible with the Nintendo Wii. Additionally, it references the [[QUASI88 Wii]] port version 0.6.3 beta6 by Rako.
 
==Installation==
Copy the contents of the downloaded release (or the hbc repository folder) to your SD/SDHC card.
 
Copy the system ROM files to the sd:/wii88/rom directory.
 
Copy the game ROM files to the sd:/wii88/disk directory.
 
Custom key mappings may be placed in sd:/wii88/rc directory.
 
In the quasi88.rc file is stored the emulator configurations.
 
'''Note:''' The performance of the emulator is best with original NEC PC8801 ROMs, but you can also use the [http://retropc.net/cisc/m88/download.html pseudo BIOS] for the emulator.
 
==User guide==
When pointing the Wii Remote at the screen, you can use it to control the emulator options. You can use the Wii Remote as a mouse cursor.
 
To select a game image, open the menu and go to the DISK tab, select the game disk file (.d88), and press OK.
 
Finally, go to the RESET tab, select the appropriate BASIC MODE for your game, and press the RESET button.
 
===Button mapping===
In release 0.1.1, it is possible to change button mappings and/or create independent mappings for each game image. You can refer to the [https://github.com/jpzm/wii88/blob/master/hbc/wii88/rc/default.rc hbc/wii88/rc/default.rc] and [https://github.com/jpzm/wii88/blob/master/src/keyboard.h#L172 src/keyboard.h] for guidance.  


==How To Setup==
For example, if there is a image file named Game.d88 in the disk directory and a mapping file named Game.d88.rc in the rc directory, the custom key mappings are loaded from Game.d88.rc. Otherwise, the mapping from default.rc file is used.
To set up the Wii88 port, follow these steps:


# Copy the contents of the downloaded release (or the hbc repository folder) to your SD/SDHC card.
==Controls==
# Copy the system ROM files to the sd:/wii88/rom directory.
'''Wiimote:'''
# Copy the game ROM files to the sd:/wii88/disk directory.


Note: The performance of the emulator is best with original NEC PC8801 ROMs, but you can also use the pseudo BIOS available on the website for the emulator.
Plus - Open menu (F12)


==Usage==
Minus - Close menu (Esc)
When pointing the Wii Remote at the screen, you can use it to control the emulator options. You can use the Wii Remote as a mouse cursor. To open the menu, press the Wii Remote plus button (mapped to the F12 key). To exit the menu, press the Wii Remote minus button (mapped to the ESC key). To select a game image, go to the DISK tab, select the game disk file (.d88), and press OK. Finally, go to the RESET tab, select the appropriate BASIC MODE for your game, and press the RESET button.


In release 0.1.1, it is possible to change button mappings and/or create independent mappings for each game image. You can refer to the hbc/wii88/rc/default.rc and src/keyboard.h for guidance. For example, if there is a image file named Game.d88 in the disk directory and a mapping file named Game.d88.rc in the rc directory, the custom key mappings are loaded from Game.d88.rc. Otherwise, the mapping from default.rc file is used.
==Screenshots==
https://dlhb.gamebrew.org/wiihomebrews/wii883.png
https://dlhb.gamebrew.org/wiihomebrews/wii884.png


==Build==
https://dlhb.gamebrew.org/wiihomebrews/wii885.png
To build the Wii port, please use the provided Makefile.wii. In the terminal, you may type make -f Makefile.wii. If everything proceed sucessfully, there will be a new wii.dol file. This file is also copied to hbc/apps/wii88/boot.dol.
https://dlhb.gamebrew.org/wiihomebrews/wii886.png


==Changelog==
==Changelog==
'''0.1.1'''
'''0.1.1'''
* Support for custom key mapping
* Support for custom key mapping.
* README files to make it easier to configure the emulator
* README files to make it easier to configure the emulator.


'''0.1.0'''
'''0.1.0'''
*First release.
*First release.
**Based on QUASI88 version 0.6.4
**Based on QUASI88 version 0.6.4.
**Support for FAT32 on SD card
**Support for FAT32 on SD card.
**Support for two Wii WPAD
**Support for two Wii WPAD.


==Credits==
==Credits==
Line 52: Line 70:


==External Links==
==External Links==
* Github - https://github.com/jpzm/wii88
* GitHub - https://github.com/jpzm/wii88
* Gbatemp - https://gbatemp.net/threads/super-mario-war-and-nec-pc8801-emulator.482079/
* GBAtemp - https://gbatemp.net/threads/super-mario-war-and-nec-pc8801-emulator.482079/

Latest revision as of 10:33, 28 Ocak 2024

Wii88
Wii882.png
General
Authorjpzm
TypeComputer
Version0.1.1
LicenseMixed
Last Updated2017/08/24
Links
Download
Website
Source

This project is a fork from QUASI88 version 0.6.4, a NEC PC-8801 emulator by Showzoh Fukunaga.

The main goal is to be compatible with the Nintendo Wii. Additionally, it references the QUASI88 Wii port version 0.6.3 beta6 by Rako.

Installation

Copy the contents of the downloaded release (or the hbc repository folder) to your SD/SDHC card.

Copy the system ROM files to the sd:/wii88/rom directory.

Copy the game ROM files to the sd:/wii88/disk directory.

Custom key mappings may be placed in sd:/wii88/rc directory.

In the quasi88.rc file is stored the emulator configurations.

Note: The performance of the emulator is best with original NEC PC8801 ROMs, but you can also use the pseudo BIOS for the emulator.

User guide

When pointing the Wii Remote at the screen, you can use it to control the emulator options. You can use the Wii Remote as a mouse cursor.

To select a game image, open the menu and go to the DISK tab, select the game disk file (.d88), and press OK.

Finally, go to the RESET tab, select the appropriate BASIC MODE for your game, and press the RESET button.

Button mapping

In release 0.1.1, it is possible to change button mappings and/or create independent mappings for each game image. You can refer to the hbc/wii88/rc/default.rc and src/keyboard.h for guidance.

For example, if there is a image file named Game.d88 in the disk directory and a mapping file named Game.d88.rc in the rc directory, the custom key mappings are loaded from Game.d88.rc. Otherwise, the mapping from default.rc file is used.

Controls

Wiimote:

Plus - Open menu (F12)

Minus - Close menu (Esc)

Screenshots

wii883.png wii884.png

wii885.png wii886.png

Changelog

0.1.1

  • Support for custom key mapping.
  • README files to make it easier to configure the emulator.

0.1.0

  • First release.
    • Based on QUASI88 version 0.6.4.
    • Support for FAT32 on SD card.
    • Support for two Wii WPAD.

Credits

In this Wii port I tried to modify the original code from QUASI88 as less as possible. The additional code and build files are almost always apart the original files. Therefore, the emulation process itself is cretited to Showzoh Fukunaga (the original QUASI88 author). Also, the included icon.png file was created by NeoRame.

External Links

Advertising: