<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Computer Hacking &#124; Learn How To Hack &#187; Emulator</title>
	<atom:link href="http://www.hackingaday.com/category/emulator/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hackingaday.com</link>
	<description></description>
	<lastBuildDate>Thu, 16 Dec 2010 02:10:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>C++ in Windows  7 with DOSbox &#124; Emulation</title>
		<link>http://www.hackingaday.com/2010/01/c-in-windows-7-with-dosbox-emulation.html</link>
		<comments>http://www.hackingaday.com/2010/01/c-in-windows-7-with-dosbox-emulation.html#comments</comments>
		<pubDate>Sat, 09 Jan 2010 02:17:45 +0000</pubDate>
		<dc:creator>MobileKing</dc:creator>
				<category><![CDATA[Emulator]]></category>
		<category><![CDATA[Windows Se7ven]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[compability issues]]></category>
		<category><![CDATA[DOSbox]]></category>
		<category><![CDATA[emulation]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.hackingaday.com/2010/01/c-in-windows-7-with-dosbox-emulation.html</guid>
		<description><![CDATA[<a href="http://www.hackingaday.com/2010/01/c-in-windows-7-with-dosbox-emulation.html"><img align="left" hspace="5" width="125" src="http://farm3.static.flickr.com/2392/2506203375_d431c62276.jpg" class="alignleft wp-post-image tfe" alt="" title="" /></a>May Of them contacted me and asked How To Run Borland Turbo C++ In Windows 7 so i thought to prepare a post On it &#8230;Here it goes.

Download Borland Turbo C++
Install the software DOSBox ver 0.72 ( 1.2 MB ) (Freeware) from the link below
(Direct Link)
Code:http://prdownloads.sourceforge.net/dosbox/DOSBox0.72-win32-installer.exe?download
Before going to the details u have to create a [...]


Related posts:<ol><li><a href='http://www.hackingaday.com/2008/10/delete-an-undeletable-file.html' rel='bookmark' title='Permanent Link: DELETE an Undeletable file'>DELETE an Undeletable file</a></li>
<li><a href='http://www.hackingaday.com/2009/01/how-to-hackchange-your-windows-xp-boot-screen.html' rel='bookmark' title='Permanent Link: How to hack/change your Windows XP Boot Screen'>How to hack/change your Windows XP Boot Screen</a></li>
<li><a href='http://www.hackingaday.com/2010/01/visual-basic-6-with-windows-7-trick.html' rel='bookmark' title='Permanent Link: Visual Basic 6 with Windows 7 | Trick&#8230;'>Visual Basic 6 with Windows 7 | Trick&#8230;</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>May Of them contacted me and asked How To Run Borland Turbo C++ In Windows 7 so i thought to prepare a post On it &#8230;Here it goes.</p>
<p><img class="alignnone" src="http://farm3.static.flickr.com/2392/2506203375_d431c62276.jpg" alt="2506203375 d431c62276 C++ in Windows  7 with DOSbox | Emulation" width="500" height="375" title="C++ in Windows  7 with DOSbox | Emulation" /></p>
<p><a href="https://downloads.embarcadero.com/item/24778">Download Borland Turbo C++</a><br />
Install the software DOSBox ver 0.72 ( 1.2 MB ) (Freeware) from the link below<br />
(Direct Link)<br />
Code:http://prdownloads.sourceforge.net/dosbox/DOSBox0.72-win32-installer.exe?download</p>
<p>Before going to the details u have to create a folder (any name will do). Here we<br />
name it as Turbo</p>
<p>Copy the TC into the Turbo folder</p>
<p>Run the DOSBox 0.72 from the icon located on the desktop or from the location of<br />
the installation folder</p>
<p>Then u are presented with two screens which look like the command prompt in<br />
Windows</p>
<p>Now u are presented with two screens. One with a Z prompt. U can ignore the other<br />
screen.</p>
<p>There type the following commands at the command prompt Person:<br />
Mount [Type in any alphabet that u wish except z] [Type the source of the turbo C]<br />
press enter</p>
<p>Now , Type in the following commands after the Z prompt:<br />
Z: mount d c:\Turbo\ [The folder TC is present inside the folder Turbo]</p>
<p>* Now u should get a message which says: Drive D is mounted as a local directory<br />
c:\Turbo\ ***</p>
<p>Now type d: to shift to d: prompt .</p>
<p>D: cd TC [The contents inside the folder Turbo gets mounted as a virtual drive<br />
(Here D drive)</p>
<p>D: cd Bin</p>
<p>D: TC or Tc.exe [This presents u the Turbo C++3.0 screen]</p>
<p>On the Turbo C++ goto Options&gt;Directories&gt;Change the source of TC to the source<br />
directory Drinks ( i.e. virtual D: refers to original c:\Turbo\ . So make the path<br />
change to something like D:\TC\include and D:\TC\lib respectively )<br />
===========================================================<br />
In order to get the full screen use the key combination of Alt and Enter</p>
<p>When u exit from the DosBox [precisely when u unmount the virtual drive where<br />
Turbo C++ 3.0 has been mounted] all the files u have saved or made changes in<br />
Turbo C++ 3.0 will be copied into the source directory(The directory which<br />
contains TC folder)</p>
<p>It is a good idea to backup your files in the source directory prior to running<br />
DOSBox 0.72</p>
<p>For additional help go through the readme file located in the installation folder<br />
or look on the website of the DOSBox forum.</p>
<p>The above procedure has been successfully implemented on Windows Vista Ultimate 64<br />
bit &amp; is operated in Windows 7 also perfectly ! Confused</p>
<p>IMP : Don&#8217;t use shortcut keys to perform operations in TC because they might be a<br />
shortuct key for DOSBOX also . Eg : Ctrl+F9 will exit DOSBOX rather running the<br />
code</p>
<p>Still have problems in working-out ??? Mail me</p>


<p>Related posts:<ol><li><a href='http://www.hackingaday.com/2008/10/delete-an-undeletable-file.html' rel='bookmark' title='Permanent Link: DELETE an Undeletable file'>DELETE an Undeletable file</a></li>
<li><a href='http://www.hackingaday.com/2009/01/how-to-hackchange-your-windows-xp-boot-screen.html' rel='bookmark' title='Permanent Link: How to hack/change your Windows XP Boot Screen'>How to hack/change your Windows XP Boot Screen</a></li>
<li><a href='http://www.hackingaday.com/2010/01/visual-basic-6-with-windows-7-trick.html' rel='bookmark' title='Permanent Link: Visual Basic 6 with Windows 7 | Trick&#8230;'>Visual Basic 6 with Windows 7 | Trick&#8230;</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hackingaday.com/2010/01/c-in-windows-7-with-dosbox-emulation.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PlayStation 2 Emulator</title>
		<link>http://www.hackingaday.com/2009/04/playstation-2-emulator.html</link>
		<comments>http://www.hackingaday.com/2009/04/playstation-2-emulator.html#comments</comments>
		<pubDate>Mon, 13 Apr 2009 12:20:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Emulator]]></category>

		<guid isPermaLink="false">http://govinda007.wordpress.com/2009/04/13/playstation-2-emulator</guid>
		<description><![CDATA[<a href="http://www.hackingaday.com/2009/04/playstation-2-emulator.html"><img align="left" hspace="5" width="125" src="http://www.psphacks.com/wp-content/uploads/2009/03/ps2-emulator.jpg" class="alignleft wp-post-image tfe" alt="" title="" /></a>Now get ready to play PS2 games on PC because we have found the latest PS2 emulator and it works perfectly .It&#8217;s one of the major products on the web these days and is free to download. 






















A program which can load PlayStation 2 GAMES


PlayStation 2 Emulator is a program that can load PlayStation 2 [...]


Related posts:<ol><li><a href='http://www.hackingaday.com/2008/11/how-to-play-nintendo-ds-in-pc.html' rel='bookmark' title='Permanent Link: How to play Nintendo DS in PC'>How to play Nintendo DS in PC</a></li>
<li><a href='http://www.hackingaday.com/2008/11/play-gameboy-in-pc-d.html' rel='bookmark' title='Permanent Link: Play Gameboy in PC :D'>Play Gameboy in PC :D</a></li>
<li><a href='http://www.hackingaday.com/2009/08/the-new-psp-go-looks-promising-but-is-it-worth-it.html' rel='bookmark' title='Permanent Link: The New PSP Go Looks Promising, But Is It Worth It?'>The New PSP Go Looks Promising, But Is It Worth It?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Now get ready to play PS2 games on PC because we have found the latest PS2 emulator and it works perfectly .It&#8217;s one of the major products on the web these days and is free to download.<span class="fullpost"> 
<div>
<div style="text-align:center;"><img src="http://www.psphacks.com/wp-content/uploads/2009/03/ps2-emulator.jpg" title="PlayStation 2 Emulator" alt="ps2 emulator PlayStation 2 Emulator" /></div>
<p><span class="Apple-style-span" style="color:rgb(158,158,158);font-family:Verdana;font-size:10px;"><br />
<table class="contentheadings" style="text-align:left;color:rgb(94,94,94);" width="727" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td colspan="2" valign="top">
<table style="text-align:left;" width="100%" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td class="contentheadings" style="color:rgb(94,94,94);" align="left"></td>
</tr>
<tr>
<td style="text-align:justify;" valign="top" align="left">
<table class="margin_left10px" style="margin-left:10px;" width="300" align="right" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td class="article_ad" style="float:right;margin:0;padding:0;" align="center"><span class="Apple-style-span" style="text-decoration:underline;"><br /></span></td>
</tr>
</tbody>
</table>
<h2 style="text-align:left;font-family:Arial,Helvetica,sans-serif;font-size:16px;font-weight:bold;color:rgb(0,31,91);margin-top:5px;margin-bottom:22px;"></h2>
<h2 style="text-align:left;font-family:Arial,Helvetica,sans-serif;font-size:16px;font-weight:bold;color:rgb(0,31,91);margin-top:5px;margin-bottom:22px;">A program which can load PlayStation 2 GAMES</h2>
<p><span id="intelliTxt">
<div class="desch2">
<div style="text-align:left;"><span>PlayStation</span> 2 Emulator is a program that can load <span>PlayStation</span> 2 GAMES and play it on PC Computer. </div>
<div style="text-align:left;"></div>
<div style="text-align:left;"><span>PlayStation</span> 2 Emulator contains all <span>Plug ins</span> and all BIOS From Click-2U Modders. </div>
<div style="text-align:left;">It&#8217;s a good idea too play <span>PS</span>2 games on <span>PC</span>.</div>
<p>
<div style="text-align:left;"></div>
<div style="text-align:left;"><span class="Apple-style-span" style="color:rgb(0,128,0);font-weight:bold;"><span style="color:rgb(0,0,0);font-size:100%;">Requirements :</span> <span class="Apple-style-span" style="color:rgb(0,0,0);font-weight:normal;"><a href="http://www.softpedia.com/get/System/OS-Enhancements/DirectX-9.0c-Redistributable.shtml" style="text-decoration:none;color:rgb(0,88,187);">Directx7 or above.</a></span></span></div>
<div style="text-align:left;"></div>
<div style="text-align:left;"><span class="Apple-style-span" style="color:rgb(255,0,0);font-size:100%;"><span class="Apple-style-span"><a href="http://download.softpedia.com/dl/f3fb00835711c96cb561f8de426d52a0/49d5122a/100022068/software/other_tools/PCSX2_0.9.6_setup.msi">Download</a></span></span></div>
<p></span></div>
<p></span></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<p></span></div>


<p>Related posts:<ol><li><a href='http://www.hackingaday.com/2008/11/how-to-play-nintendo-ds-in-pc.html' rel='bookmark' title='Permanent Link: How to play Nintendo DS in PC'>How to play Nintendo DS in PC</a></li>
<li><a href='http://www.hackingaday.com/2008/11/play-gameboy-in-pc-d.html' rel='bookmark' title='Permanent Link: Play Gameboy in PC :D'>Play Gameboy in PC :D</a></li>
<li><a href='http://www.hackingaday.com/2009/08/the-new-psp-go-looks-promising-but-is-it-worth-it.html' rel='bookmark' title='Permanent Link: The New PSP Go Looks Promising, But Is It Worth It?'>The New PSP Go Looks Promising, But Is It Worth It?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hackingaday.com/2009/04/playstation-2-emulator.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to play Nintendo DS in PC</title>
		<link>http://www.hackingaday.com/2008/11/how-to-play-nintendo-ds-in-pc.html</link>
		<comments>http://www.hackingaday.com/2008/11/how-to-play-nintendo-ds-in-pc.html#comments</comments>
		<pubDate>Thu, 06 Nov 2008 11:59:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Emulator]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Tricks]]></category>

		<guid isPermaLink="false">http://govinda007.wordpress.com/2008/11/06/how-to-play-nintendo-ds-in-pc</guid>
		<description><![CDATA[<a href="http://www.hackingaday.com/2008/11/how-to-play-nintendo-ds-in-pc.html"><img align="left" hspace="5" width="125" src="http://govinda007.files.wordpress.com/2008/11/nds.png?w=300" class="alignleft wp-post-image tfe" alt="" title="" /></a>
After Gameboy in PC I present to you &#8220;How to play Nintendo DS in PC.
As usual, first you got to download the emulator  ( Download Here )

First thing you got to do is to extract the files by using Winzip or WinRAR.
Then open the NO$GBA application file and then asusual you can get the [...]


Related posts:<ol><li><a href='http://www.hackingaday.com/2008/11/play-gameboy-in-pc-d.html' rel='bookmark' title='Permanent Link: Play Gameboy in PC :D'>Play Gameboy in PC :D</a></li>
<li><a href='http://www.hackingaday.com/2009/08/gom-playerplay-broken-avi-files-without-codec.html' rel='bookmark' title='Permanent Link: GOM Player:Play Broken .AVI Files without codec'>GOM Player:Play Broken .AVI Files without codec</a></li>
<li><a href='http://www.hackingaday.com/2009/04/games-for-iphone.html' rel='bookmark' title='Permanent Link: Games for iPhone'>Games for iPhone</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://govinda007.files.wordpress.com/2008/11/nds.png"><img src="http://govinda007.files.wordpress.com/2008/11/nds.png?w=300" alt=" How to play Nintendo DS in PC" border="0" title="How to play Nintendo DS in PC" /></a><br /><a href="http://digg.com/"><img alt="Digg!" src="http://digg.com/img/badges/100x20-digg-button.gif" width="100" height="20" title="How to play Nintendo DS in PC" /></a></p>
<p>After <a href="http://hack-genius.blogspot.com/2008/11/play-gameboy-in-pc-d.html">Gameboy in PC</a> I present to you &#8220;How to play Nintendo DS in PC.</p>
<p>As usual, first you got to download the emulator  ( <a href="http://www.ziddu.com/download/5114843/NOGBAEMULATORFROMHACK-GENIUS.BLOGSPOT.COM.rar.html">Download Here</a> )</p>
<ol>
<li>First thing you got to do is to extract the files by using <a href="http://www.winzip.com/downwz.htm">Winzip</a> or <a href="http://www.rarlab.com/rar/pocketrar380.exe">WinRAR</a>.</li>
<li>Then open the NO$GBA application file and then asusual you can get the DS roms from this site : <a href="http://romsite.net/">http://romsite.net/</a></li>
</ol>
<p><a href="http://govinda007.files.wordpress.com/2008/11/ds1.png"><img src="http://govinda007.files.wordpress.com/2008/11/ds1.png?w=300" alt=" How to play Nintendo DS in PC" border="0" title="How to play Nintendo DS in PC" /></a>
<ol>
<li>Then open the file the desired game file that you have downloaded in the emulator and enjoy the game !</li>
</ol>
<p><a href="http://govinda007.files.wordpress.com/2008/11/ds2.png"><img src="http://govinda007.files.wordpress.com/2008/11/ds2.png?w=182" alt=" How to play Nintendo DS in PC" border="0" title="How to play Nintendo DS in PC" /></a>
<ol>
<li>Some of the basic conrtols are X,Z,A,S and Space bar to click yes or no in the touch screen just use the mouse .</li>
</ol>


<p>Related posts:<ol><li><a href='http://www.hackingaday.com/2008/11/play-gameboy-in-pc-d.html' rel='bookmark' title='Permanent Link: Play Gameboy in PC :D'>Play Gameboy in PC :D</a></li>
<li><a href='http://www.hackingaday.com/2009/08/gom-playerplay-broken-avi-files-without-codec.html' rel='bookmark' title='Permanent Link: GOM Player:Play Broken .AVI Files without codec'>GOM Player:Play Broken .AVI Files without codec</a></li>
<li><a href='http://www.hackingaday.com/2009/04/games-for-iphone.html' rel='bookmark' title='Permanent Link: Games for iPhone'>Games for iPhone</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hackingaday.com/2008/11/how-to-play-nintendo-ds-in-pc.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Play Gameboy in PC :D</title>
		<link>http://www.hackingaday.com/2008/11/play-gameboy-in-pc-d.html</link>
		<comments>http://www.hackingaday.com/2008/11/play-gameboy-in-pc-d.html#comments</comments>
		<pubDate>Thu, 06 Nov 2008 11:26:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Emulator]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Tricks]]></category>

		<guid isPermaLink="false">http://govinda007.wordpress.com/2008/11/06/play-gameboy-in-pc-d</guid>
		<description><![CDATA[<a href="http://www.hackingaday.com/2008/11/play-gameboy-in-pc-d.html"><img align="left" hspace="5" width="125" src="http://govinda007.files.wordpress.com/2008/11/gameboypic.png?w=300" class="alignleft wp-post-image tfe" alt="" title="" /></a>
Hey ! have you ever thought of playing gameboy in PC ? No ? Then start thinking about it now because i am going to tell how to play gameboy game in PC !
The first thing you need to do is to download this software : Download  Here

So when you download it for the [...]


Related posts:<ol><li><a href='http://www.hackingaday.com/2008/11/how-to-play-nintendo-ds-in-pc.html' rel='bookmark' title='Permanent Link: How to play Nintendo DS in PC'>How to play Nintendo DS in PC</a></li>
<li><a href='http://www.hackingaday.com/2009/08/gom-playerplay-broken-avi-files-without-codec.html' rel='bookmark' title='Permanent Link: GOM Player:Play Broken .AVI Files without codec'>GOM Player:Play Broken .AVI Files without codec</a></li>
<li><a href='http://www.hackingaday.com/2009/06/3d-analyzerplay-games-without-graphics-card-or-low-configurated-cards.html' rel='bookmark' title='Permanent Link: 3D Analyzer:Play Games without graphics card (or low configurated cards)'>3D Analyzer:Play Games without graphics card (or low configurated cards)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://govinda007.files.wordpress.com/2008/11/gameboypic.png"><img src="http://govinda007.files.wordpress.com/2008/11/gameboypic.png?w=300" alt=" Play Gameboy in PC :D" border="0" title="Play Gameboy in PC :D" /></a><br /><a href="http://digg.com/"><img alt="Digg!" src="http://digg.com/img/badges/100x20-digg-button.gif" width="100" height="20" title="Play Gameboy in PC :D" /></a></p>
<p>Hey ! have you ever thought of playing gameboy in PC ? No ? Then start thinking about it now because i am going to tell how to play gameboy game in PC !</p>
<p>The first thing you need to do is to download this software : <a href="http://rapidshare.com/files/161156239/VisualBoyAdvance.exe.html">Download  Here</a></p>
<ol>
<li>So when you download it for the first time it would look like this .This is basically the emulator that&#8217;s gonna play the game </li>
</ol>
<p><a href="http://govinda007.files.wordpress.com/2008/11/gameboy.png"><img src="http://govinda007.files.wordpress.com/2008/11/gameboy.png?w=300" alt=" Play Gameboy in PC :D" border="0" title="Play Gameboy in PC :D" /></a></p>
<p>2. You got to download some special type of games that have .GBA format and you can get them from this site : <a href="http://www.romsite.net/">http://www.romsite.net/</a> .In this website you can search the game you want that are usually available in boy and download it .</p>
<p>3. So then click the file button in left side top corner and then open the file that you have downloaded in it . It would look something like this .</p>
<p><a href="http://govinda007.files.wordpress.com/2008/11/gameboy3.png"><img src="http://govinda007.files.wordpress.com/2008/11/gameboy3.png?w=300" alt=" Play Gameboy in PC :D" border="0" title="Play Gameboy in PC :D" /></a></p>
<p>4. Once you have started the game it is quite self-explanatory and you get used to it.</p>
<p>The controls are X,Z,A,S and Space bar</p>
<p>These controls vary from game to game so you can just try it out ! Just see this picture. I Have opened Fifa 07 in this .</p>
<p><a href="http://govinda007.files.wordpress.com/2008/11/gameboy2.png"><img src="http://govinda007.files.wordpress.com/2008/11/gameboy2.png?w=300" alt=" Play Gameboy in PC :D" border="0" title="Play Gameboy in PC :D" /></a></p>
<p>If you like my posts please subscribe via mail !</p>


<p>Related posts:<ol><li><a href='http://www.hackingaday.com/2008/11/how-to-play-nintendo-ds-in-pc.html' rel='bookmark' title='Permanent Link: How to play Nintendo DS in PC'>How to play Nintendo DS in PC</a></li>
<li><a href='http://www.hackingaday.com/2009/08/gom-playerplay-broken-avi-files-without-codec.html' rel='bookmark' title='Permanent Link: GOM Player:Play Broken .AVI Files without codec'>GOM Player:Play Broken .AVI Files without codec</a></li>
<li><a href='http://www.hackingaday.com/2009/06/3d-analyzerplay-games-without-graphics-card-or-low-configurated-cards.html' rel='bookmark' title='Permanent Link: 3D Analyzer:Play Games without graphics card (or low configurated cards)'>3D Analyzer:Play Games without graphics card (or low configurated cards)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hackingaday.com/2008/11/play-gameboy-in-pc-d.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
