A Watara Supervision Emulator based on Normmatt version
Go to file
jdgleaver 691bb62107 libretro: Increase size of allocated audio buffer
- It turns out that because the nominal size divided by number of channels is an odd number,
  potator can write past the end of the buffer when fetching samples. We therefore need
  additional padding. Note that this error is not detected by ASAN under Linux (!)
2021-03-10 16:21:35 +00:00
common libretro: Use standard data types 2021-03-10 15:21:16 +00:00
distrib Added things to fix rom loading from GmenuNX, added an about menu, and fixed the background to work with the about menu option. 2020-02-21 19:22:00 -05:00
ipkfiles Add control file 2019-09-02 12:33:45 -04:00
platform libretro: Increase size of allocated audio buffer 2021-03-10 16:21:35 +00:00
.gitignore Initial libretro port 2021-03-10 11:57:57 +00:00
.gitlab-ci.yml Initial libretro port 2021-03-10 11:57:57 +00:00
build-NDS.bat initial version 2013-08-10 09:27:17 +02:00
build.bat initial version 2013-08-10 09:27:17 +02:00
clean.bat initial version 2013-08-10 09:27:17 +02:00
License.txt Latest commit(hopefully) before new release! Thanks to Alekmaul for looking back on this project and finding the missing files for sound! Pulled down License.txt and sound_od.c from Alekmaul's new commits and uncommented Ainit() and Aclose(), so now sound works! Updated version in the menu since this will likely be a new release. 2020-02-23 13:32:06 -05:00
makefile Added things to fix rom loading from GmenuNX, added an about menu, and fixed the background to work with the about menu option. 2020-02-21 19:22:00 -05:00
Makefile.gcw Move old Makefile over 2019-09-01 10:53:49 -04:00
Makefile.gp2x initial version 2013-08-10 09:27:17 +02:00
Makefile.nds initial version 2013-08-10 09:27:17 +02:00
Makefile.win initial version 2013-08-10 09:27:17 +02:00
potator.pnproj Update sound driver and some small issues 2013-09-17 08:11:29 +02:00
PotatorSDL.dev initial version 2013-08-10 09:27:17 +02:00
readme.txt update comments 2013-09-17 08:13:56 +02:00

Potator for GCW-ZERO V1.1
--------------------------------------------------------------------------------
This is a Watara SuperVision for GCW-ZERO.
To use this emulator, you must have compatibles ROMS with .SV & .BIN extension.
Do not ask me about ROMS, I don't have them. A search with Google will certainly help 
you.

Features :
----------
 Most things you should expect from an emulator.

Missing :
---------
 Just tell me :).

Check updates on my web site : 
http://www.portabledev.com

--------------------------------------------------------------------------------
List of emulated games
--------------------------------------------------------------------------------
All of the Potator games ;)

--------------------------------------------------------------------------------
History :
--------------------------------------------------------------------------------
V1.1 : 17/09/2013
  Fixed  : last register for fm voice not write
  Fixed  : some typo in readme file
  Fixed  : game crc was not good (always 0)
  Update : sound driver rewrite to be more accurate with MESS version driver
  
V1.0 : 03/11/2012
  Initiale release

--------------------------------------------------------------------------------
How to use Potator :
--------------------------------------------------------------------------------
Put potator.opk in your apps directory. Put your games where you want.
The Potator icon will appear in Emulators section.

Controls :
 * Direction pad and A / B : Watara Supervision pad and button A / B
 * START is the same that the START button
 * SELECT is the same that the SELECT button
 
Use START + SELECT to enter menu. 
During menu browsing, LEFT and RIGHT can go through pages of available games.

--------------------------------------------------------------------------------
Credits
--------------------------------------------------------------------------------
Special thanks to :
  Cal2 & Normmatt for potator source code (http://potator.sourceforge.net/).
  Mess Team for supervision driver (http://www.mess.org/)
  d_smargin for handy_a320 gui, which i used some part of code for potator gui.
  qbertaddict for test.
  hi-ban for skin.
Without the help of the infos from these people, this emulator can't be here.
--------------------------------------------------------------------------------
Alekmaul
alekmaul@portabledev.com
http://www.portabledev.com
--------------------------------------------------------------------------------