back
user profile
Narishma
4,087karma·2,386submissions·April 7, 2013
recent activity (2,386 total)
comment
That's not an emulator. It's just a GUI front-end for other emulators.
comment
Nothing Japanese, but there were western games before that had major influence on DQ and FF, most notably Ultima and Wizardry.
comment
He was asking why emulate an 8080 on a 6809 to run CP/M on it when you can just use a Z80 and not bother with emulation.
comment
You can do that with a Raspberry Pi.
comment
I think Cortex A7 is faster than A8. Or at least more modern.
comment
The ones I know of are proprietary and used on AAA console games.
comment
I think you got that backwards. Parent was talking about porting from PC to consoles.
comment
This is about concurrency, not parallelism.
comment
> We do have thousands of GPU cores Those are more like ALUs, and very simple ones at that, than cores.
comment
It has poor performance on consoles.
comment
I wouldn't recommend that one. It teaches the old deprecated fixed function OpenGL.
comment
There are still uses for software 3d rendering. Some modern game engines for example use it for lighting or culling purposes.
comment
iOS doesn't support Vulkan.
comment
He allocates memory with new/delete and passes arguments with references among other things.
comment
I think you mean C++.
comment
I prefer the original. It's more consistent and I don't think realistic graphics are a good fit for something like Civ.
comment
Only the first two RPi models (A and B) have 26 pins. The later ones (A+, B+, 2B, Zero, 3B) have 40 pins.
comment
Aren't you confusing QBasic with some older BASICs? QBasic is a structured language. It has blocks, functions, different kinds of loops, custom types... It doesn't require gotos or line numb…
comment
No.
comment
VC4 is used in all the Raspberry Pi boards, not just the RPi 2.
comment
Which i5 would that be?
comment
Edison has both Atom and Quark cores.
comment
Yes. Only the most expensive Intel chips with eDRAM outperform AMD's integrated graphics.
comment
I think most popular assemblers use dst,src not just Intel. I know z80, 68k, PPC and ARM do at least.
comment
I guess you'd feel that way if you came from a PC background. For console developers, Sony's SDK for the PS1 at the time was pretty good compared to the alternatives.
comment
Are you sure that's not an april fools hoax?
comment
I don't think 1.4.2.3 was the last version before this one.
The one in the Ubuntu Wily repositories for example is 1.5.23
comment
Are you sure it was by SNK (Neo-Geo) and not Capcom? Capcom had a bunch of games out at that time that fit your description (The King of Dragons and a couple of licensed D&D games come to mind).
comment
Code on consoles of that era is typically executed directly from ROM, so you'd have to first copy it to RAM, which was rather limited (only 2 KB I believe on the NES).
comment
It also has no audio/video output, no ethernet and no SD card.