August 08, 2011

Emulation News 129: Updates for 8-7-11



Here are today's updates!

MESS SVN r12511

"r12511
mb89352: added Set ATN and Reset ATN commands, and added register 7. Fixes parity error message in NetBSD/x68k. (no whatsnew)"

Source


Altirra 2.0 Test 23

Source

Jpcsp SVN r2257

"r2256
Fixed several sceIoDevctl commands in IoFileMgrForUser.

Added a small new finding to sceKernelSuspendDispatchThread/sceKernelResumeDispatchThread in ThreadManForUser.

Added new findings to scePsmf module.

Fixed screenshot taking function to allow taking more than eleven screenshots at a time.

Updated nbproject folder (by MaXiMu).

Improved fast-forward, rewind and pause capabilities in UmdVideoPlayer.
r2257
Fixed a screenshot taking bug in UmdVideoPlayer."

Source

Atari800 SVN r2083

"2011-08-05 Tomasz Krasuski
* DOS/cart.txt, DOC/USAGE, cartridge.[ch], ui.c: Added support for the
Blizzard-type 4KB cartridge (which contains a 2732 EPROM inside).


2011-07-23 Kostas Nakos
* atari.c: Use FPS defines in autoframeskip
* android/*: Fix a nasty bug, when orientation was changed during the
preferences activity,
added shadow rectangle around console keys overlay


2011-07-02 Tomasz Krasuski
* cartridge.[ch], ui.c, atari800.man, DOC/cart.txt, DOC/USAGE: Added support
for the OSS 043M cartridge format. The old 034M format is marked as obsolete
but still supported. Renamed the OSS cartridge formats to include
information on number of ROM chips (043M/034M - two chip, M091 - one chip).


2011-06-27 Tomasz Krasuski
* cassette.c: Fixed a bug with eof_of_tape not always being set to 1 when it
should be, f.e. after a call to CASSETTE_Seek(). When the SIO patch was
enabled and the tape was Seek'ed past the last block, this could result in
a call to CASSETTE_IOLineStatus() while CASSETTE_current_block was higher
than CASSETTE_max_block. This in turn would cause division by 0 (due to
reading an uninitialilsed value from cassette_baudblock).
Now eof_of_tape is set properly after every change of either
CASSETTE_current_block or CASSETTE_max_block, so a dangerous call to
CASSETTE_IOLineStatus doesn't happen anymore.

* cartridge.c: Fixed a bug introduced in rev. 1.48: CARTRIDGE_StateRead would
try to read the cartridge's bank state even if the cartridge was not
present; thus the whole state reading would fail.

* afile.c: Support selecting cartridge type when loading a cartridge by Alt+R.


2011-06-21 Tomasz Krasuski
* ui.c: Fixed a segfault when opening the "Fullscreen resolution" submenu.
This was caused by the change in ui.h on 06-20. (reported by Krzysztof
Karkosza)


2011-06-20 Tomasz Krasuski
* sdl/input.c: Fixed a bug with F10 creating interlaced screenshots instead of
non-interlaced.

* cartridge.[ch], ui.c, atari800.man, DOC/USAGE: Ported from Atari800WinPLus -
an option for enabling/disabling automatic reboot when the cartridge is
inserted or removed. (Only applies to the main cartridge. After inserting or
removing a piggyback cartridge, it works as earlier - ie. the system will
not reboot automatically.)

* ui.h, ui_basic.c: Reworked detection of menu end (UI_MENU_END). The
previous solution stopped working correctly since in the CartManagement menu
there are hidden menuitems with the "item" field set to NULL which would be
incorrectly detected as end of menu.


2011-06-17 Tomasz Krasuski
* cartridge.c, DOC/cart.txt: Reverted the last change in the 034M mapping
regarding switched banks 1 and 2 - on second thought, applying such change
to a years-old specification without proper discussion is not a good idea.


2011-06-16 Tomasz Krasuski
*cartridge.c, DOC/cart.txt: Fixed an ages-old bug in the OSS 034M cartridge
banking scheme. Banks 1 and 2 were switched, which caused all known OSS
034M dumps to fail. (There actually are only 3 known images of 034M
cartridges:
Action! 3.5: http://ftp.pigwa.net/stuff/collections/atari_forever/ROM/ACTION.OSS/ACTION.OSS
BASIC XL 1.02: http://ftp.pigwa.net/stuff/collections/atari_forever/ROM/BASICXL.OSS/BXL102.OSS
MAC/65 1.0: http://ftp.pigwa.net/stuff/collections/atari_forever/ROM/MAC65.OSS/MAC65.OSS
All failed to work before this fix.)
Additionally the combinations $D5x1 and $D5x5 were incorrectly described as
working - I've changed it to more closely reflect the reality (the
combinations cause selection of 2 banks simultaneously - but it's still not
emulated 100% exactly).

* cartridge.[ch], atari.c, ui.c: Moved the logic that auto-switches machine
type after insertion of a cartridge. Now it resides in cartridge.c, where it
belongs. Introduced new function CARTRIDGE_SetType, that should be used to
change the cartridge's type. CARTRIDGE_IsFor5200 and CARTRIDGE_Start are not
used outside cartridge.c anymore, so I renamed them and made static.


2011-06-13 Tomasz Krasuski
* cartridge.[ch]: Major rewrite, required to fix bugs in piggyback cartridge
emulation and with writing/reading savestates with banked cartridges.
1. SDX piggyback emulation was broken and apparently written without knowing
the cartridge's specs - the SDX cart only reacts to access to address
$D5Ex (also $D5Fx in case of the 128K version).
2. A piggyback cartridge reacts to access to page $D5 even if it is disabled
by the SDX cart. So when processing a read/write to page $D5 both mounted
cartridges must be bank-switched.
3. A cartridge reacts to page $D5 even if there's an R-Time or
IDE hardware installed.
3. In savestates the bankswitched cartridge's current state was not stored,
and in some cases such savestates didn't work properly when loaded.
4. Overall code cleanup - introduced the CARTRIDGE_image_t structure for
clarity.

* gtia.[ch], statesav.c, cartridge.[ch] (CARTRIDGE_StateRead)
(CARTRIDGE_StateSave): GTIA needs to store its trigger latches in the
savestate in order to properly restore after loading a savestate with
a banked cartridge. Banked cartridge's current state must also be stored in
a savestate. Both changes require bumping up the savestate version number.

* atari.c, ui.c: Apply the new API of cartridge.h.

* DOC/cart.txt: Update the SpartaDOS X sections with info about piggyback
cartridges.

* atari.c, cartridge.[ch] (CARTRIDGE_Initialise): Move code for processing
cartridge-related commandline optins to cartridge.c.

* cartridge.c, atari800.man, DOC/USAGE: Add -cart-type and -cart2-type
options, that allow to choose cartridge type from commandline.

* cartridge.c (CARTRIDGE_ReadConfig, CARTRIDGE_WriteConfig), cfg.c: Support
loading and saving of the cartridge settings in the config file.

* cartridge.[ch], ui.c, atari800.man, DOC/cart.txt DOC/USAGE: Add support for
the OSS The Writer's Tool cartridge mapping.


2011-06-08 Tomasz Krasuski
* ui_basic.c: Allow opening up the file selector when the given PATH is
invalid. When a diskette image is mounted, its path is cached in the
emulator. If, in the meantime, the path to that file have become invalid
(e.g. the directory in which the file resided have been deleted), then
reopening the file selector for that particular diskette would have failed.

* cartridge.c: Unify duplicate code in CARTRIDGE_Insert and
CARTRIDGE_Insert_Second.


2011-06-05 Kostas Nakos
* android/*: Implement extended key remapping,
Support Xperia play keycodes,
Remap dpad enter to break,
New NTSC/PAL tv mode preference


2011-05-22 Tomasz Krasuski
* DOC/USAGE, atari800.man, cassette.[ch], ui.c: Add an option for making the
attached cassette image read-only.

* cassette.[ch]: Cleanup - rearrange function order to place the functions
related to the SIO patch together at the bottom of the files.

* cartridge.[ch], ui.c: Merge "Insert Cartridge"/"Remove Cartridge" menu
options into one, to make it consistent with other file-selectors in the
menu (ie. display filename, Enter=Insert, BkSp=Remove). Ditto for the
"Insert|Remove SDX Piggyback Cartridge" options.

* ui.c: Don't leave the "Cartridge Management" menu after inserting/removing
a cartridge. The behaviour was inconsistent with other menus.

* screen.c: Minor fix - missing "else" in Screen_Initialise().


2011-05-21 Tomasz Krasuski
* sio.c: Fixed a bug with SIO sounds remaining audible after saving to tape
with SIO patch (reported by Krzysztof Karkosza).

* atari.c: During coldstart, don't automatically hold Option on non-XL/XE
machines. This fixes unwanted keystrokes when running cartridges on 400/800
with the "Disable Basic" option. Also, don't hold Start on booting the 5200.

* memory.c: Bugfix: When "Selecting System" and choosing 800/48KB RAM twice
in a row, BASIC would get disabled even if the "Disable BASIC" option was
set to "No". This was caused by missing initialisation of cartridge memory
in MEMORY_InitialiseMachine().


2011-05-18 Tomasz Krasuski
* cassette.c: Fixed a bug with CASSETTE_description not being properly ended
with '\0' when tape is inserted (reported by Achim Haertel).


2011-05-15 Tomasz Krasuski
* cassette.[ch], pokey.c, sio.c: Improve cassette emulation, to allow loading
some non-standard tapes (e.g. Feud/Turbo 2600, Miecze Valdgira II,
Operation Blood).
Emulation of SERIN was inaccurate - new byte appeared in SERIN only if the
serial input IRQ was enabled, and it happened 2 scanlines after the byte's
transmission has _started_. On a real machine, a byte appears in
SERIN at the same time the serial input IRQ is generated, that is, when
the byte's transmission _ends_; and it happens even when the IRQ is
disabled. The bug caused issues with tapes of _certain_ baudrates (e.g. 577
baud).
Changed the way cassette IRQ is invoked - there is no notion of
"cassette IRQ delay" anymore. Instead, CASSETTE_AddScanLine returns TRUE
on SERIN update.
Added partial emulation of SKCTL reset bits - due to improved SERIN
accuracy proper emulation of serial IO resetting is now needed to load tapes
correctly.


2011-05-09 Tomasz Krasuski
* pia.c: Fixed a bug with PIA's tape motor state and COMMAND line state not
being restored on loading of a savestate.

* screen.c: Display SIO activity for tapes only when a tape image is attached.

* cassette.[ch], sio.c: Fixed a segfault when reading tape blocks longer than
4096 bytes, by dynamically allocationg memory when needed. Blocks loaded
with SIO patch are now copied to Atari memory even when they are too short
or the checksum is wrong - this duplicates the behaviour of the unpatched
system. CASSETTE_buffer no longer used outside cassette.c, so it's made
static.


2011-05-08 Tomasz Krasuski
* atari.c, cassette.[ch], cfg.c, screen.c, sio.c, ui.c: Added support for
switching bettween tape loading/saving without need to re-attach a tape
image. Added a "Tape management" menu with new options for tape rewinding
and creating a blank CAS image. Added loading/saving of the currently
attached tape image in the config file. Without the SIO patch, a user now
must manually switch tape recording on/off if needed. Fixed some bugs and
cleaned the code a bit.

* DOC/directx.txt, atari_curses.c, atari_falcon.c, atari_ps2.c,
dos/atari_vga.c, javanvm/atari_javanvm.c, sdl/input.c, win32/atari_win32.c:
Added the Alt+T shortcut to the new Tape Management menu. The "tilt screen"
in the Win32 port has been remapped to Alt+Shift+Z to avoid conflict.

* DOC/USAGE: Updated the "Cassette operation" section with the new features.

* screen.c: Added displaying of current tape position when sector counter is
enabled. Display a "Dn" symbol instead of "n" during disk operations.

* ui.c: Renamed the "Show disk activity" and "Show sector counter" options to
reflect the fact that they also affect tape operations."

Source

Dolphin SVN r7693


"r7691
Some cleanups to the internal Wiimote configuration handling. No functional change.
Patch by lpfaint99.
r7692
New Wiimote configuration dialog design.

Uses a single page for configuring ALL wiimotes now.

Due to the use of wxWindow::NewControlId, this might increase our wx version requirements (irrelevant for windows users). Works fine with wx 2.8.10 at least, but the docs aren't more specific about when wxWindow::NewControlId was introduced. If anyone doesn't like this, I'll change it.
r7693
Fix various pixel shader compilation errors caused by the Direct3D shader compiler going nuts due to uninitialized (and unused) shader variables"

Source


GameEx v11.94

"- Cosmetic fixes and improvements.
- New theme editor setting to make the foreground image absolute top most.
- The MAME list update now filters out mechanical games.
- Fixes GameEx arcade database download not caching.
- Fixes MAME mdb file creation.
- Updated MAME support files.
- Emulator groups and the all games list now include Daphne. Use emulator number 1000."

Source


iMAME4all v1.8.0-2

"-> changes:

* Compiled with iOS4. Added iOS4 multitasking.

* Added a new analog touch control . Improves playability on digital games also. Lets play starwars and other roms using touch screen. Digital older one is selectable in options disabling the analog stick.

* Improves digital touch control also. keeps finger tracking and not overlap other touch controls when dragged.

* Added 8-4-2-way restrictor (selectable and saved in per game options).
A restrictor gate limits the joystick's range of motion. The most common reason to use a gate in an actual arcade setting is the retrofitting of an older machine that is not compatible with a new 8-way stick. A classic example of this is Pac-Man. The game was originally designed for a 4-way stick, and is programmed to respond only when a new input occurs. If the user is holding the stick in the down position, then suddenly makes a motion to move to the right, what often happens is that the stick first moves into the down-right diagonal, which the game does not recognize as new input since down is still being held. However, right is also now considered held, and when the user completes the motion to move right, it is also not a new input, and Pac-Man will still be moving down.

*new iPad control layout.

*bug fixes.

*changed load screens.

-> changes from Bryn Thomson

-some nice new icons
-new A SKIN

-> changes from Simon Quinn

* correct rate, stereo, fps from MAME engine are processes correctly by the AudioQueue sound functions and buffers.
* sound going out of sync fixed
* stereo support.
* multiple sound rates supported
* 44khz stereo seems to work well with most games on iPad 1.
* it seems to have fixed jerky gameplay, possibly it was the AudioUnit code causing that. Much smoother."

Source


MAME Plus! v0.143u2 r4902

"r4901
added it translation
added it lang [Vecna]
r4902
fix makemmo
-description '"' -> '\"'
-T-MEK translation"

Source


PCSX2 SVN r4850

"r4844
3rdparty/portaudio: Updated portaudio to the march 26 stable release (svn rev 1647). Too many changes to list here.
r4845
3rdparty/portaudio: Fixed the build (windows). Somehow it compiled in devel/release, but not in debug. Should have failed in both of them though...
r4846
3rdparty/portaudio: Fixed the build with vs2008 (I hope). I commited the wrong .vcproj file. Reverted to the previous one and updated the file with the same changes I did to the vs2010 .vcxproj
r4847
3rdparty/portaudio: Fixed portaudio not finding any device because there wasn't any API enabled. The new toggle system requires the compiler to specify the enabled APIs, instead of assuming default-on.
r4848
I went and copypasted the one line I typoed.
r4849
Test. Dummy commit.
r4850
3rdparty/portaudio: Updated to a slightly newer revision of portaudio, sicne the fixes in it seemed interesting enough.
I also enabled WDMKS backend, but I had to change some #defines to get it to compile, and I can't seem to be able to use it on my Win7 machine. If anyone on XP wants to try it, it will be at their own risk. (use WDMKS hostApi name on the .ini)"

Source

Colinux v0.7.10 r1588

"Snapshot 20110807 of version 0.7.10-r1588 with kernel 2.6.33.7, kernel compiled with gcc 4.5.1
UTF-8 for NT console. scsi "shared" for raw disks."

Source

FourDO v1.0.1.55 Alpha

"- Added full screen mode. This mode is actually a window mode make-up.
- Added ability to change the window size for every 50% (that is to say 100%, 150%, 200% ...).
- Added a switch to preserve the aspect ratio of the image.
- Added a switch to smooth the image.
- Added ability to reset the console.
- Added ability to pause emulation and step by step.
- Added a switch to record the status at the break and restart at the start of the emulator. "

Source



Share:

0 comments:

Visit my store on Storenvy

Retro Gaming Life on Twitch!

retrogaminglife's Streambadge

Followers

Contact Form

Name

Email *

Message *

Labels

1984 Comic (3) 32x (12) 3DO (28) 3DS (108) 3DS pic of the week (53) Acclaim (2) Action Figures (59) Activision (2) advertising from the past (460) affiliates (5) Affinity Sorrow (4) Alexis Lalas (1) amiga (8) anime (67) anime girl of the week (1) Animonday (39) Anniversary (7) Apple (31) arcade (43) Art (1) Art Gallery (1) article (9) Ascii (2) Askys (1) atari (57) Atari800 (12) Atlus (25) Bandai (5) blast from the past (1) Book (5) Bootleg Game of the Week (79) capcom (38) Capture Card (1) Cassette (1) Cats (9) CDI (3) CDX (1) CIB Sunday (29) Club Nintendo (5) Cobra Team (2) Coleco (1) Colecovision (4) Coming Updates (6) Commodore (27) Computer Fix (5) convention (6) Countdown (15) Data East (1) Diet and exercise (3) Disney (5) DOS (141) DOS Month (49) DOS Thursday (14) DOSBox (55) Dragon Ball (2) Dreamcast (64) Dynamics (1) e-zine (18) EA (3) earthquake (1) Ebay Shoppe (14) Electrobrain (1) emulation news (294) En Espanol (2) Enix (8) Etsy Shoppe (19) Famiclone (26) Famicom (537) Famicom Friday (26) Famicom Guide (69) Famicom Pirates (138) Fceux (72) Final Burn Legends (3) Final Fantasy (2) Find of the Month (36) Flea Market (4) floppy (16) Forgotten Finds (16) Futurama (1) Fuzhou Waixing Computer Science and Technology Co (2) Gadgets (29) Game and Watch (11) Game Arts (5) Game Gear (109) Game-bit of the day (996) Game.com (4) Gameboy (407) Gamecube (135) Games (45) games turned into anime (1) Gasha Figurines (1) GBA (216) GBC (181) Geeky love (1) Genesis (454) Gijoes (13) GroovyMame (4) Halloween (4) Handhelds (11) Hatari (3) Hector (1) holidays (29) Hoxs64 (1) Instagram (1) intellevision (12) ipad (1) Ipod Upgrade (3) ISO Tool (7) Jagulator (2) japan (1) Javascript PC Emulator (1) jDosbox (1) JMednafen (1) Job (6) JoyToKey (1) Jpcsp (98) JRPG (28) Kittens (7) konami (16) Labels (11) Labor day (1) Latest Finds (1794) legos (3) Life (12) Loot Crate (1) Luis Games (2) Luitello (1) Lunar Silver Star Sega CD (1) Lynx (4) Magazines (43) MAME (34) MAME for XBOX 360 (2) MAME PLUS (25) MAME Plus Plus Kaillera (18) MAME PLUS XT (13) MAME32Plus Ash Build (16) MAME4droid (7) Mameinfodat (1) Mangas (11) Manual Monday (51) Marios (13) MasterGear (4) MD.emu (2) MedGui (3) Mega Man (24) Mega Man 7 NES (1) Merry Christmas (14) MESS (225) MESSinfo (5) Meteor (2) Miami Beach (1) Micro64 (25) Mii (15) milestone (14) Mini Arcade (7) MoarNES (1) Mod (3) Monster Ball Go (5) movies (16) MP3PlayerPlugin (5) MrDo DS (1) MSX (8) MSX emu (2) msxDS (3) multiMAN (16) Mupen64k (1) Mupen64Plus (14) music (11) My Gaming Area (1) My NES (8) N64 (193) Namco (8) Namcot (2) napple (1) Natsume (4) NDS (162) NECA (12) nemulator (1) neo geo (9) neo geo pocket (5) Neo Raine (3) NeoCD (1) NeoGamma (8) NES (843) NES prototype (3) NES.emu (2) NESbox (1) NesDS (16) Nester J (4) Nestopia (2) NestopiaX (3) New Banner (4) New Year (11) News (402) Ngage (1) nGlide (2) NGP.emu (1) nintendo (76) Nintendo Switch (91) Nintendulator (8) NIS (2) NitroGrafx (1) Nuevos Juegos (1) nullDC (2) ODAMEX (4) Odyssey 2 (2) Ootake (13) Open BOR (7) Open Emulator (8) OpenMSX (1) OpenTTD (5) Osmose (1) Packard Bell (1) PangDS (1) Password Wednesdays (14) PC (472) PC Engine (109) PC6001VW (3) PCE.emu (2) PCE/ibmpc (1) PCE/macplus (1) PCSX Reloaded (53) Pcsx2 (112) PearPC (1) Persona4 (3) Personal art (1) Peru (1) Phoenix (1) Pinball (1) Pirates (12) Playing then Playing now (13) PMPlayer Advance (1) PokeMini Emulator (2) Pokemon (146) Pokemon Go (14) PokemonCardoftheWeek (58) poll (7) Pom1 (1) Posters (1) PPREFS (4) ProGrammaX (3) Project 64 (21) PS1 (425) PS2 (233) PS3 (116) PS3 Game List (1) PS3 MAME (1) PS4 (169) PS5 (4) PSP (96) PSP 3D plugin (2) PSP Custom Firmware (10) PSPident (2) PSvita (60) PSX Emulation Cheater Codelist (1) PSXjin (2) puNES (25) Pypdp8tk (2) Q-Gears (1) Q4Wine (1) Qaop (1) QMC2 (52) Question Session (2) Rage (1) random (2) Random Fact of Video Game History (1) RemoteJoyLite (1) retro cheat page (23) Retro Comics (18) Retro Copy (1) Retro Excremental Fecal Matter of the Week (1) Retro Freak (1) Retro Game Ending (4) Retro Game of The Week (173) Retro Gaming (167) Retro Gaming Articles (8) Retro Gaming Life Podcast (2) retro news (666) Retro Tuesdays (10) Retro-Tips (1) Retrobeat Tuesdays (40) retrobit of the day (361) Retrowear (1) retroweb (6) Rising Star Games (1) Rom Center (1) Rom Collection Browser (1) Rom Manager (13) Rom Vault (5) RPG (64) SammyStudios (1) Save Game Manager (12) ScummVM (5) SDLMAME (15) SDLMAME4Ubuntu (9) Sega (36) Sega Ages (8) Sega CD (68) sega cd 32x (3) Sega Master System (108) sega pico (3) Sega Saturday (14) Sega Saturn (143) SegaSaturday (29) SharpBoy (3) Shopify Shoppe (4) Shoppe (3) SNES (608) SNES9x (15) SNES9x Euphoria (1) SNES9x GX (1) SNES9x-PS3 (2) SNESmulDS (1) SNK (2) soccer (3) Sonic (9) Sony (4) Speak and Spell 1978 Simulator (9) Speccy (9) Spectaculator (1) sports (6) SPU2-X (8) Spud (1) SquareEnix (9) Squaresoft (9) SSF (17) SSNES (11) Stella (41) Stella DS (3) Step Mania (6) Stream (3) Summer Days (1) Sunsoft (3) Super 7 (2) Supermodel (3) Surreal 64 (3) Taito (6) Techno (2) Tecmo (7) TempAR (3) Tengen (2) Test 7 (5) Thank You (2) Thanksgiving goble goble (5) THQ (1) ThunderMAME (1) TMNT (111) Toys (117) TR64 (1) Tradewest (1) Trading Cards (43) Translated Games (6) Trinitron (1) Trip to Peru (23) TRS32 (1) Turbo Grafx (96) Twitch (4) uBee512 (2) UberNES (1) UKNCBTL (4) Unreal Speccy Portable (3) USB Loader GX (3) vacation (1) Valentines Day (2) VBA GX (1) VBA-PS3 (1) Vba-ReRecording (15) VBANext-PS3 (1) VectrexWii (2) VGMToolbox (6) VHS (21) Vic20emu (1) VICE (5) village (3) Virgin (2) Virtual Box (10) virtual boy (10) Virtual Gameboy (5) Virtual Gameboy Advance (8) Virtual Jaguar (26) Virtual Library (3) Virtual T (1) VirtualC64 (1) Visual Boy Advance (13) Voodoo (1) Wii (143) Wiiengine (1) WiiHandy (1) WiiMC (3) Wiirtual Boy (1) WiiU (47) WinApe (1) Windows 3.11 (1) Windows 95 (1) WinDS (10) Wine (18) WinFellow (1) WinTVC (1) WinUAE (25) WinVICE (2) WinVZ300 (28) WolfMame (2) WolfMESS (2) Wonderwasn (1) Working Designs (5) world cup (2) XBMC4XBOX (1) XBOX (78) Xbox 360 (116) Xbox One (17) Xebra (1) XM6 (3) XM6i (3) XM7 (7) Xroar (3) XSeed (2) Yabause for Pandora (1) Yabause Wii (6) Yape (3) ykhwong's DOSBox (6) Youtube (111) Yu-gi-oh (159) Yu-gi-oh finds (36) Yu-gi-oh!CardoftheWeek (70) Z26 (4) zelda (19) Zx Spectrum (2) ZXMAK (5)

Blog Archive

About me

This is a site dedicated to retro gaming in particular but it'll have other things as well. We are open minded to all sorts of gaming included non-video gaming. Please take a chance and explore what we offer! -Famicom Freak

Theme Support