August 11, 2011

Emulation News 131: Updates 8-9-11



Here are today's updates!


MESS SVN r12536

"r12536
mac: WIP on accelerated SuperMac Spectrum PDQ video card. This card works fine in B&W and 16 color modes (where it is not accelerated). 256 colors w/ acceleration partially works but the blitter is not all figured out yet. [R. Belmont] "

Source


OpenBOR v3.0 Build 3367

"History
----------------------
In 2004, Senile Team released Beats of Rage, a free beat-'em-up for DOS inspired by SEGA's Streets of Rage series and using sprites from SNK Playmore's King of Fighters series. The game spread only by word of mouth, but it nonetheless amassed popularity very quickly. Senile Team soon released an edit pack allowing anyone interested to create a mod for the BOR engine. In 2005, Kirby2000 asked Senile Team to open the source code to BOR. They agreed, and OpenBOR was born. Development on the engine was continued by the community, and still is to this day.


Heres whats new:
------------------------------------------------------------------------
r3367 | utunnels | 2011-08-08 21:16:28 -0400 (Mon, 08 Aug 2011) | 1 line
Changed paths:
M /engine/openborscript.c

Add pain_time to entity property list.
------------------------------------------------------------------------
r3366 | utunnels | 2011-08-07 07:55:40 -0400 (Sun, 07 Aug 2011) | 1 line
Changed paths:
M /engine/openbor.c
M /engine/openborscript.c
M /engine/openborscript.h
M /engine/source/gamelib/screen.c
M /engine/source/gamelib/screen16.c
M /engine/source/gamelib/screen32.c
M /engine/source/gamelib/spriteq.c
M /engine/source/gamelib/spriteq.h

Unfinished zoom feature.
------------------------------------------------------------------------
r3365 | utunnels | 2011-08-06 18:56:42 -0400 (Sat, 06 Aug 2011) | 1 line
Changed paths:
M /engine/openbor.c

Draw locked items in sprite queue during in game option menu.
------------------------------------------------------------------------
r3364 | utunnels | 2011-08-06 06:54:05 -0400 (Sat, 06 Aug 2011) | 1 line
Changed paths:
M /engine/openbor.c

Fixed camera offsets
------------------------------------------------------------------------
r3363 | utunnels | 2011-08-06 04:52:34 -0400 (Sat, 06 Aug 2011) | 1 line
Changed paths:
M /engine/openbor.c

Change followed in do_attack to a macro.
------------------------------------------------------------------------
r3362 | utunnels | 2011-08-04 15:02:24 -0400 (Thu, 04 Aug 2011) | 1 line
Changed paths:
M /engine/source/gamelib/types.h

Nothing really changed, except some commented-out stuff.
------------------------------------------------------------------------
r3361 | utunnels | 2011-07-31 14:50:47 -0400 (Sun, 31 Jul 2011) | 4 lines
Changed paths:
M /engine/openbor.c

Fix level scrolling position temporarily.
If the scrolling position past the end of the level, it will keep increasing by 1 despite the scrollspeed setting. This will prevent dead spawn entries which lie outside the panel.

Further fix will require a float type level->pos, though.
------------------------------------------------------------------------
r3360 | utunnels | 2011-07-29 20:49:21 -0400 (Fri, 29 Jul 2011) | 1 line
Changed paths:
M /engine/openborscript.c

Fixed a mistake in openborvariant name list.
------------------------------------------------------------------------
r3359 | utunnels | 2011-07-29 11:39:45 -0400 (Fri, 29 Jul 2011) | 7 lines
Changed paths:
M /engine/openbor.c
M /engine/openborscript.c

New properties for openborvariant:

in_gameoverscreen
in_titlescreen
in_menuscreen
in_halloffamescreen
current_scene (file name)
------------------------------------------------------------------------
r3358 | utunnels | 2011-07-29 10:07:25 -0400 (Fri, 29 Jul 2011) | 9 lines
Changed paths:
M /engine/openbor.c

Add missing line:
Script_Init(&updated_script, "updated", 1);

Add new command in script.txt
alwaysupdate {0/1} # always execute update/updated script

Fix system variant in_level, should be 1 when level is not null.


------------------------------------------------------------------------
r3357 | utunnels | 2011-07-25 09:44:13 -0400 (Mon, 25 Jul 2011) | 1 line
Changed paths:
M /engine/openborscript.c

Add scrollspeed to getlevelproperty.
------------------------------------------------------------------------
r3356 | damon_caskey | 2011-07-22 11:28:55 -0400 (Fri, 22 Jul 2011) | 1 line
Changed paths:
M /engine/openbor.c
M /engine/openbor.h

Use of va_list in normal_find_target causing inconsistencies. Replaced with static parameters.
------------------------------------------------------------------------
r3355 | damon_caskey | 2011-07-20 12:21:13 -0400 (Wed, 20 Jul 2011) | 1 line
Changed paths:
M /engine/openbor.c
M /engine/openbor.h
M /engine/openborscript.c

findtarget(int iAni, int iExDetect) - Added optional iExDetect parameter. If passed, it is added to callers current {detect} property for locating target.
------------------------------------------------------------------------
r3354 | utunnels | 2011-07-19 21:44:43 -0400 (Tue, 19 Jul 2011) | 5 lines
Changed paths:
M /engine/openbor.c
M /engine/openborscript.c

Script properties in openbor_systemvariant:
soundvol -- master sound volume
effectvol -- sound effect volume
musicvol -- music volume

------------------------------------------------------------------------
r3353 | utunnels | 2011-07-11 04:16:40 -0400 (Mon, 11 Jul 2011) | 1 line
Changed paths:
M /engine/openborscript.c
------------------------------------------------------------------------"

Source

Jpcsp SVN r2260

"r2260
Fixed handling of file closing in hleIoWaitAsync.

Implemented a log by keyword mechanism as a Logger customization option."

Source

DaedalusX64 SVN r724

"r724
[=>] Merged from Dev branch:

Rev 331 - Corn
[!] let compiler inline R4300_JumpToInterruptVector() since it only adds ~100 bytes to .exe
[!] reorganize and improve checks in R4300_Handle_Interrupt()
[!] speedup and use 32bit (instead of 64bit) in DDIV and DDIVU when possible
Rev 332 - Salvy
[!] Optimized CPU_SetCompare
Rev 333 - Salvy
!] Made COP0 registers 32bit (to save a few cycles, since the values written aren't 64bit anyways)
Rev 334 - Salvy
[+] Implemented MFC0 in dynarec
Rev 335 - Salvy
[!] Optimized CTC1 in dynarec
Rev 336 - Corn
[!] some small optimizations in code generator
[-] removed non working fix for TV output
Rev 337 - Salvy
[~] Corrected typo from previous commit which broke GenerateCACHE (Corn)
[!] Enabled option to ignore memory bound checking in release mode (slight speed up)
Rev 338 - Salvy
[~] Fixed EXPERIMENTAL_INTERRUPTS option (when defined, Body Harvest and Nightmare Creatures work)
Rev 339 - Salvy
[!] inlined(again) R4300_JumpToInterruptVector (reduces # of ops from 239 to 299 in "

Source

C64-network.org v2.4

"- Added SMB support"

Source

PCSX2 SVN r4856

"r4853
SPU2-X: Removed the std::vector I used out of lazyness. The config dialog should no longer keep an ever-growing list of devices, and it has less potential side-effects if somehow the portaudio device list changes while the dialog is open.

3rdparty/portaudio: Removed debug prints on release targets.
r4854
SPU2-X: Experimental change! Lowered the lower latency limit to 3ms if the timestretcher is not being used. This latency will add up to the output latency as usual, but with a good sound chip this should allow overall latencies < 15ms.
r4855
Added "portable.ini" to /bin, so SVN builds will work in portable mode by default.
r4856
spu2x: linux compilation fix "

Source

PCSX Reloaded SVN r69581

"r69581
revert patch from issue 8874 (shalma), break some games. "

Source

puNES v0.28

"In the future I will use this post to announce new releases and changes.

puNES is an emulator under development that works on Linux32/64 and Windows32. It needs of SDL library to run. Uncompress the zip/tar file in a subdirectory. Run it with the name of the rom as the first argument (or, in Windows, if you don't want use the commandline, drag the rom on the icon of the emu).
P.s. doesn't support zipped rom yet

Current version : 0.28

Changelog:
0.28
in this release I have implemented a "Timeline" bar. In the lower left corner there is now a bar with which you can go "back in time" up to a maximum of 60 seconds. Each tick corresponds to 5 seconds. If you don't want to use the mouse you can also use the keyboard. Pressing CTRL will pause the emulator and, while keeping CTRL pressed, you can move the bar with the left and right buttons.
0.27
I had forgotten to enable the save of configuration, fixed.
I built an internal database to automatically recognize the rom type (PAL or NTSC). If the Mode is setting to "Auto", the emulator will try to recognize the rom otherwise it will use the preferred mode.
0.26
Added native GUI for Linux (GTK+2) and for Windows.
Implemented Taito mapper (33).
0.25
Implemented Hard Reset (F11 key) and Soft Reset (F12 key).
Implemented switch from PAL system and NTSC with F8 Key.
Implemented PPU Open Bus and correct some bugs in DMC emulation.
Implemented AxROM, BxROM, GxROM and CPROM mappers.
I finally manage to pass all the Blargg's tests that I've found on the internet (including sprdma_and_dmc_dma.nes and sprdma_and_dmc_dma_512.nes).
0.24
Implemented emulation of mappers MMC2, MMC4, ColorDreams and Camerica.
Correct a little bug and now "Time Lord (U) [!].nes" work without glitches.
0.23
Implemented the save on file for the PRG Ram battery packed.
Rewrite MMC1 emulation and tested with all GoodNES MMC1 roms.
Now work without glitches the MMC3 chinese roms that in the previous version had problems (Aladdin 2 (Unl), Bing Kuang Ji Dan Zi - Flighty Chicken (Ch), Chu Han Zheng Ba - The War Between Chu & Han (Ch) an many others).
0.22
Implemented all illegal opcode.
Rewrite from scratch MMC3 emulation and now really work with every rom that I've tested (for two weeks I've tryed all 5118 MMC3 GoodNES roms including Blargg mmc3 test) except for few bootleg and some chinese roms (why??).
Implemented fix for young indiana jones chronicles (thx James).
0.21
Correct some bugs in the MMC3 (NTSC and PAL) and now
all the roms that I'have tried works well.
0.20
Implemented illegal opcode 0x80 for the "Beauty and the Beast (E) [!].nes" rom
0.19
complete APU emulation.
This is my first attempt with sdl sound and perhaps there may be some bugs. For now, without the implementation of frameskip, the emulator has to work 100% for not having problems with sound skip and crackle.
Changed the structure of the code and now the emu takes less than 100Kb.
Correct many many many bugs.
0.18:
added AxROM (mapper 7) emulation.
0.17:
fixed another bug and now Incredible Crash Dummies run without problems.
0.16:
correct a couple of bugs in the mmc3 emulation.
0.15:
added MMC3 emulation.
0.14:
Correct a a bug in the controller routine (thanks Dwedit).
0.13:
Correct a little bug and now all cpu_interrupts_v2 test roms passed.
0.12:
Implemented reading of $2004 during the rendering.
(thx to Quietust for the info and for the read2004.nes test rom).
0.11:
I worked hard on the CPU and PPU emulation and now many
of test roms worked perfectly (thanks blargg).
Added OpenGL support.
Implemented APU Frame Interrupt (only this for now).
Many bugs are gone.

Mappers supported : 0, MMC1, UNROM, CNROM, MMC3, AxROM.
Sound : Implemented.

keyboard:
arrow keys = left, right, up, down
a = button A
s = button B
z = Select
x = Start
1 = 1x
2 = 2x
3 = 3x
4 = 4x
5 = no filters
6 = scale2x
7 = ntsc (press more time to switch between composite, svideo, rgb, monochrome)
. and , = switch between PAL palette, NTSC palette and Sony CXA2025AS US decoder, monochrome and greenchrome.
f = toggle fullscreen
o = switch between opengl and software rendering
p = toggle stretch in fullscreen
r = something nice in opengl mode (use the mouse to rotate the cube)"

Source

Virtual Jaguar SVN r389


"r388
Quick fix to make controller #1 work properly again. Controller #2 is disabled.
r389
Fixed controller #2 inputs so they don't corrupt controller #1. "

Source

QEMU v0.15.0

"Emulation system that corresponds to the first mode, QEMU emulates the following hardware:
* PC (x86 or x86_64)
* ISA PC (old PC without PCI bus)
* PREP (PowerPC)
* Beige G3 PowerMac (PowerPC)
* Mac99 PowerMac (PowerPC processor, still under construction)
* Sun4m/Sun4c/Sun4d (32-bit Sparc processor)
* Sun4u/Sun4v (64-bit Sparc processor, still under construction)
* Malta board (32-bit processor and 64-bit MIPS)
* MIPS Magnum (64-bit MIPS processor)
* ARM Integrator / CP (ARM)
* ARM Versatile baseboard (ARM)
* ARM RealView Emulation / Platform baseboard (ARM)
* Spitz, Akita, Borzoi, Terrier Tosa and PDAs (PXA270 processor)
* Luminary Micro LM3S811EVB (ARM Cortex-M3)
* Luminary Micro LM3S6965EVB (ARM Cortex-M3)
* Freescale MCF5208EVB (ColdFire V2).
* Evaluation Board Arnewsh MCF5206 (ColdFire V2).
* Palm Tungsten | E PDA (OMAP310 processor)
* N800 and N810 tablets processor (OMAP2420)
* MusicPal (ARM processor MV88W8618)
* Gumstix Motherboard "Connex" and "Verdex" (PXA255/270).
* Siemens SX1 Smartphone (OMAP310 processor)
* Base model Syborg SVP (ARM Cortex-A.
* AXIS-Devboard88 (CRISv32 ETRAX-FS).
* Spartan Petalogix 3aDSP1800 MMU ref design (MicroBlaze).

For user emulation, which corresponds to the second mode, QEMU supports the following processors:
* X86 (32 and 64 bit)
* PowerPC (32 and 64 bit)
* ARM, MIPS (32 bit only)
* Sparc (32 and 64 bist)
* Alpha
* ColdFire (m68k)
* CRISv32,
* MicroBlaze.
After two versions of "Release Candidate", that the advent of version 0.15.0 stable. The changes are those of the two "RC" above.

Targets:
- New targets: LatticeMico32 and UniCore32.
- ARM: fixed many bugs in Neon, correction instructions ARMv6 and ARMv7.
- ARM floating point instructions correctly handle NaNs and status indicators float.
- ARM: implementation of "dummy" performance counters CP15 and CP14 registers debugger. Now you can run the latest Linux kernels that probe these functions.
- ARM: added support of SA-1110/SA-1100.
- ARM: new models of machines: ARM Versatile Express (machine "vexpress-a9"), Sharp Zaurus SL-5500 (machine "collie").
- Sparc32: openbios improvements to enable the launch of Solaris 8.
- SPARC64: corrections and instructions sdivx udivx, Helenus ability to run with the command prompt.
- Sparc32: some minor fixes.
- SPARC64: some minor fixes.
- LM32: basic support for scalable map LM32 EVR.
- LM32: Milkymist SoC support including video rendering.
- LM32: test suite of almost all the opcodes.

Hosts:
- ARM: support C code compiled QEMU host in the Thumb mode.

KVM:
- General: corrections of countless porting QEMU-KVM, the kernel is now shared with the tree, that is to say it has the same qualities.
- General: full tree sync QEMU-KVM.
- General: removing dependencies on external kernel headers, all the services supported in KVM are now integrated into the executable.
- X86: fixes Paravirtual kvmclock.
- X86: migration of the guest stable through TSC.
- X86: support for the CPU SMEP.
- X86: support for the CPU VIA.
- X86: fix support ERM.

Peripherals:
- Virtio-series: various fixes to hotplug ports.
- Virtio-series: the port number 0 is reserved for the console ports for backward compatibility, 'device-virtserialport, nr = 0' no longer allowed.
- Virtio-series: an ability to reuse a port chardev after the user has been disconnected.
- Virtio-series: Added tracing events.
- CTS: MC146818 (for PC), reset the clock host.
- Balloon: Fixed a problem that crashed QRMU on the issue of 'balloon 0' in the monitor.
- Balloon: balloon multiple devices are now banned.
- Balloon: balloon negative values ​​are rejected.
- Balloon: Fixed memory leaks in the closure or disconnection of the device-balloon virtio.
- Balloon: correction of the migration after disconnecting the device virtio-balloon.

Block layer:
- Added missing-drive options in the main window.
- Support Catch live in QMP by using the snapshot-blkdev-sync.
- Fixed support for removable media not to cache the size of the media. Before this fix, the operating system of the guest saw the size of the old CD even after changing media.
- QEMU-img: conversion and rebase now support the-p option that allows you to see the progress.
- QEMU-img: commit, rebase and conversion now support the-t option that allows you to specify a cache that must be used when opening an image.
- QEMU-img: improving the performance of the conversion of a QEMU-img.
- Qcow2: improving the performance of creation / deletion of internal catch.
- Qed: support for image enlargement with "qemu-img resize".
- Qed: purging needs to be checked periodically to reduce the chances of losing an image file during a power failure.
- Qed: correction of the consistency checks on hosts 32 bits.
- VMDK: support sub-monolithicFlat format.
- Sheepdog: Ability to pre-allocate an image when creating.
- RBD: librbd use the highest level instead of librados.
- Emulation IDE: Added support for the TRIM command.
- IDE Emulation: separation of the components ide-hd and ide-cd.
- IDE emulation: fix confusion between the registry's status Busmaster IDE and the state of internal error, which led to a crash.
- Emulation CD-ROM: several fixes to comply with the ATAPI specification.
- Emulation CD-ROM: GET_EVENT_STATUS_NOTIFICATION, implementation of the sub-command 'media' which, for guests, using the ratio of open / close the valve and for the status absent / present media. New guest Linux (kernel 6.2.38 +) account on this command to re-validate the record.
- Emulation CD-ROM: code cleanup and reconstruction.
- Restructuring and major cleanup of the code.
- Virtio-blk: the serial number of the player is now exposed as a property qdev.
- SCSI disk emulation: separation of the components and scsi scsi-hd-cd.

Network:
- Fixed support DHCP restrict the mode (host only).
- Transmission of the Ping packets to the external host via ICMP sockets preferred Linux 3.0.

QMP / Monitor:
- Support for two new orders QMP: inject-and snapshot-nmi blkdev-sync.
- Fixed problems with the JSON parser.
- Added the agent asked.

Tracking:
- Create a Python module for tracing simpletrace.py script analysis.
- Added optional argument tracetool - probe-prefix to the prefix names of the DTrace probe.

Linux user:
- Added support for syscalls ppoll, sched_ {g, s} etaffinity, epoll, pselect6, prlimit64.
- Added s390x and unicore32 targets.
- Fixed loading of executable Linux/sparc64 rootfs.
- Many fixes.

New dependencies:
- Glib-2.0 (mandatory).
- Libcurl 7.15.4 or higher (optional).
- Spice 0.6.0 or higher (optional).

Misc:
- Merger of support Xen."

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