Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

29
votes
10answers
7k views

Simulator or Emulator? What is the difference?

While I understand what Simulation and Emulation mean in general, I ,almost always, get confused about them. Assume that I create a piece of software that mimics an existing hardware/software, what ...
11
votes
8answers
3k views

Looking for a book on writing game emulators

For a long time I've been curious about game emulation and how it works. I've heard that Gameboy emulation is often a first choice for a first project. I would like to assume that many others would ...
8
votes
4answers
4k views

Getting Nexus S Android NFC into Card emulation mode

Has anyone been able to get the nexus s into card emulation mode? The latest android release does not seem to support this yet. This article says it's possible ...
8
votes
9answers
917 views

More difficult to build: Emulator or compiler?

Given a proficient developer with 10-20 years of experience that has never built either a compiler or an emulator, which would be more of challenge? Could you compare the issues that would be road ...
7
votes
1answer
4k views

How to emulate USB devices?

The rest of my team will make for my application a simple non-standard USB microphone, but until they finish it I will have to emulate it, for integration testing purposes. Is there any risk in a ...
7
votes
12answers
3k views

Emulate old PC?

I'm writing a Flash game, pretty intensive on CPU. Besides optimizing it a lot, I would like to be able to play it as players on slow PC's will, because I have a good CPU and I would like to make it ...
7
votes
6answers
2k views

CPU Emulation and locking to a specific clock speed

If you had read my other question, you'll know I've spent this weekend putting together a 6502 CPU emulator as a programming exercise. The CPU emulator is mostly complete, and seems to be fairly ...
6
votes
3answers
196 views

“Finding all the code in a given binary is equivalent to the Halting problem.” Really?

Was just reading the highly voted question regarding Emulators and the statement It's been proven that finding all the code in a given binary is equivalent to the Halting problem. Really ...
6
votes
5answers
478 views

What is the smallest, simplest CPU that gcc can compile for?

In terms of instruction set and simplicity of emulation. I would like to implement a virtual CPU and figured why not emulate an existing one, so to be able to compile C code to it.
6
votes
3answers
4k views

Test a site in Mac Firefox

I need to test a site with a dynamic menu in Mac Firefox, but I'm running in Windows. A simple browsershot.com test won't help; I need to actually use the site. How can I acquire a method of doing ...
5
votes
2answers
48 views

GBZ80: What constitutes a “half-carry”?

The Game Boy Z80 CPU has a half-carry flag, and I can't seem to find much information about when to set/clear it. What I understand so far is that any 8-bit add, subtract, shift, or rotate operation ...
5
votes
2answers
224 views

What is “inner class emulation” in Java?

just found this bit, while reading eclipse JDT's documentation: IMethodBinding.getParameterTypes(): . . . Note: The result does not include synthetic parameters introduced by inner class ...
4
votes
1answer
175 views

How much overhead is using emulated stack in GWT?

I'm considering using GWT's emulated stack in web-mode and I wanted to hear, based on people's experience how much performance overhead it added? From what I read in the above link all of the ...
4
votes
1answer
295 views

Single precision float emulation in Javascript (float32)

Is it possible to somehow emulate single precision float in Javascript? According to Doug Crockford's blog "Number is 64-bit floating point", but I have to use single one for porting C++ algorithm ...
4
votes
2answers
464 views

How do I structure the memory map in an N64 emulator?

According to Wikipedia, the N64 only has 4 MB of RDRAM (8 MB with the Expansion Pack), and the other quantities are similarly small (4 KB or so of L1 cache). However, technical documents I have found ...
4
votes
4answers
620 views

SNMP devices emulation

We have network management system under linux, C/C++, perl and we need to test performance of this system. Is there a tool or way that would allow us to emulate 50 000 SNMP devices? I don't know what ...
3
votes
1answer
49 views

Undocumented 16-bit I/O addressing on Z80

I notice from the Zilog datasheet on the Z80 that with the I/O (IN and OUT) group of instructions, the contents of various registers are often placed in the top 8 bits of the address bus (depending on ...
3
votes
1answer
85 views

Register software app as hardware joypad?

I know I'm stepping into something complicated here, but it's better I get help now before I mess things up. I'm looking into writing an application to act as a joypad on a touch screen tablet ...
3
votes
4answers
154 views

Methods of limiting emulated cpu speed

I'm writing a MOS 6502 processor emulator as part of a larger project I've undertaken in my spare time. The emulator is written in Java, and before you say it, I know its not going to be as efficient ...
3
votes
1answer
1k views

Bluetooth mouse/keyboard emulation

I'm having a hard time finding a software that would emulates a Bluetooth keyboard (and/or mouse) that follows HID standard. I've already found one, but I couldn't get it working: ...
3
votes
2answers
153 views

Emulating != in scala using <>

I am trying to emulate != with <> in Scala. implicit def conditional[A](left : A) = new { | def<>[A](right : A) = (left != right) | } What are the case in which this emulation won't ...
3
votes
1answer
375 views

Browser Emulator API for .NET

I'm looking for a good browser emulator API for .NET. I've been looking at WatiN, but I really don't need (want!) the GUI, I just want the HTML/DOM-parsing, JavaScript runtime and emulation of state, ...
3
votes
3answers
2k views

Emulating Linux binaries under Mac OS X

How do I run Linux binaries under Mac OS X? Googling around I found a couple of emulators but none for running Linux binaries on a Mac. There are quite a few posts about running Mac OS X on Linux and ...
3
votes
1answer
100 views

Does anyone know where to get actual Cray PVP code?

I want to write a emulator for one of the older Crays, but I've run into a stumbling block. I can't seem to find any actual code for them. (Which kind of makes sense I suppose, most of them would ...
3
votes
3answers
607 views

Python Class with integer emulation

Given is the following example: class Foo(object): def __init__(self, value=0): self.value=value def __int__(self): return self.value I want to have a class Foo, which acts ...
3
votes
1answer
603 views

Emulating membership-test in Python: delegating __contains__ to contained-object correctly

I am used to that Python allows some neat tricks to delegate functionality to other objects. One example is delegation to contained objects. But it seams, that I don't have luck, when I want to ...
3
votes
4answers
357 views

Emulating virus-like behaviour?

I'm looking for a way to emulate virus-like behaviour for testing exclusions in anti-virus software. Can anyone recommend some behaviour that I can put together in a quick script which would trigger ...
3
votes
6answers
201 views

What are some Unix tools to emulate bad networks?

While developing sever applications, it's many times important to know how stuff works when connections slowdown, suddenly die, or have a very low throughput, however since it would cost a fortune to ...
3
votes
1answer
1k views

Emulating a UPnP router

I want to add the option of automatic port forwarding (NAT Traversal) to an application. I know this can be done using UPnP (specifically the part that communicates with the device presenting itself ...
2
votes
1answer
26 views

Mac-friendly hotkeys?

We get more and more customers that install our Windows application on Macs (via Bootcamp, WMWare, Parallels or Wine). We use TAB, Insert and Home as hotkeys for quick toggling of features. Are ...
2
votes
2answers
65 views

Javascript VM/Emulator?

Way back in the day I used to write 6502 assembly code. I liked it. I've never had time, or really a good reason, to learn modern assembler but I feel like it's a useful thing to have done. I was ...
2
votes
1answer
690 views

Full mouse control emulation using wpf: click, drag, enter, exit

I'm working on a project where I need to use a joystick (DirectInput) to control the mouse pointer inside a wpf application. I need to be able to press/release a mouse button as well as possibly drag ...
2
votes
2answers
310 views

GameBoy color emulator opcodes automation

I'm writting a GameBoy color emulator in C, just to introduce myself into this world, it is interpreted, nothing of dynamic or static recompilation :P Now I'm right in the tedious task of ...
2
votes
2answers
76 views

hardware emulation project

Greetings. I am interested in writing an emulator for some old computer. However, I'd like to pick something simple for a start, some architecture that is not too complicated and relatively ...
2
votes
1answer
125 views

pure python socket module

The socket module in python wraps the _socket module which is the C implementation stuff. As well, socket.socket will take a _sock parameter that must implement the _socket interface. In some ...
2
votes
1answer
290 views

Basic NES Emulation theory - I'm stuck

In advance, I apologize for the open endedness, and general wishy-washiness of this question, because to be honest my knowledge of the topic is very patchy and I'm finding it hard to even describe my ...
2
votes
2answers
303 views

Determining Opcode Cycle Count for a CPU

I was wondering where would one go about getting CPU opcode cycle counts for various machines. An example of what I'm talking about can be seen at this link: ...
2
votes
9answers
2k views

Non-browser emulation of JavaScript - is it possible?

I have a new project I am working on that involves fetching a webpage, (using PHP and cURL) parsing the HTML and javascript out of it and then handling the data in the results. Basically I hit a ...
2
votes
3answers
256 views

Is it possible to play synthesized sound in the browser using JavaScript?

I just came across a Nintendo emulator written entirely in JavaScript on the interwebs, but it doesn't have sound. It got me thinking: Is there any way to synthesize sound in the browser using ...
2
votes
2answers
523 views

Lightweight x86 Emulator for .NET / Executing x86 code in a managed environment

Our company is migrating its entire product line from a C++ codebase to the .NET Framework. We have a very large codebase, and this migration is being done incrementally over the course of many ...
2
votes
3answers
3k views

Windows PC as a USB slave to emulate a thumbdrive

I need to create a application that will allow a Windows PC (XP/Vista) to emulate a thumbdrive. That is, when the PC is plugged into either another Windows system, or in this case, a piece of ...
2
votes
4answers
6k views

Looking for a USB Mass Storage emulator

I'm looking for a USB disk-on-key emulator to use in VMs running Windows XP/Vista. File transfer is pretty much all I need, but since it's going to be used to showcase another application, it needs ...
1
vote
1answer
31 views

PowerPC emulation

I'm currently trying to build a configuration to test some code on Big-Endian systems. Through chats and research, i've been convinced that a good target for these tests would be the PowerPC ...
1
vote
4answers
59 views

Is it possible to emulate object methods in C?

Is it possible to emulate object methods in C? I'd like to be able self-reference a structure as a parameter to a member function argument e.g.: struct foo { int a; int (*save)(struct foo *); ...
1
vote
2answers
19 views

Browser Mode / emulation setting for Firefox

so on Internet Explorer if you load up the developer tools (F12) you have a nice drop down menu that lets you select the Browser Mode, IE 7, 8, 9 etc. Is there an option for this on Firefox? I've ...
1
vote
1answer
49 views

A way to make hg mimic svn

I have an IDE with built-in support for Subversion, but none for Mercurial. What I want to try is to substitute the 'svn' command in the IDE settings with some wrapper script, which would interpret ...
1
vote
1answer
62 views

Gameboy emulator testing strategies?

I'm writing a gameboy emulator, and am struggling with making sure opcodes are emulated correctly. Certain operations set flag registers, and it can be hard to track whether the flag is set correctly, ...
1
vote
1answer
51 views

VT500 terminal emulation Flex component

Does anybody know of an existing Flex component that does VT500 terminal emulation? We are gradually replacing terminal-based user interfaces with an AIR-based GUI. We would like to have a terminal ...
1
vote
2answers
606 views

Compiling CUDA SDK examples in hardware emulation mode

I'm trying to do some CUDA development on a PC without CUDA-capable GPU via emulation mode. The OS is Linux Mint Debian (can be considered Debian testing for all practical purposes) 32bit ...
1
vote
1answer
43 views

What are the limitations of an iPhone that prevent one from creating a nds emulator on it?

I've read that there are too many buttons that are required for playing most games that the iPhone cannot accommodate for. Additionally, is the even iPhone powerful enough for a DS emulator? Thanks. ...

1 2