[50G] Question
|
03-26-2015, 02:50 PM
Post: #43
|
|||
|
|||
RE: [50G] Question
(03-25-2015 04:33 AM)Tim Wessman Wrote: Well, I think "simulator" is murky here. It actually is a native application in all locations. For example, you have Chrome on OSX and Chrome on windows. Is one a simulator of the other? The underlying code is essentially identical if you look at the whole. True, there are some specific bits that are different to handle differences in the underlying OS that is running the application, but the core of the application is identical. I think "simulator" is an appropriate term. I'd say: Emulator = One hardware platform trying to mimic exactly the behavior of a different platform. The same binary (possibly for a different CPU) runs on the emulator, and may not be aware that is not running on the original hardware. Simulator = The same high level code or very similar, but a different binary (recompiled) running natively on a different platform. The simulation part comes from additional native code not present in the original platform that tries to replicate or "simulate" the behavior of the other platform's hardware, not necessarily identical, but using at least a similar API. In this regards, the Prime is a simulator, not a native application because it tries to simulate the same hardware screen, with the same fixed resolution, and also draws a keyboard simulating the keys of the hardware platform. Chrome is a native portable application, runs on all platforms, not simulating the screen, or the keys, or anything, but taking what's available on each platform and using it. The Prime would be a native application if you could for example make it fullscreen and it would take advantage of the bigger screen to show more pixels (scaling the fixed resolution screen doesn't count, it's still "simulating" the low-res screen). Back to the 50g: ARM improvements were implemented as new opcodes in the emulated platform: First you have a 100% compatible emulation of the old hardware, then they added a few new "instructions" to the old processor to do things faster, and even to do direct code execution on the host platform, but all within the emulated platform. So what you have is a new binary ROM that is slightly modified to run on the enhanced virtual Saturn, which has a few improvements over the physical chip but is still a completely emulated platform. To answer the original question, on the PC, Android and iOS, you have Emu48 (and various others derivatives and rewrites), which is a Saturn emulator, running the hp49 original Saturn ROM with no enhancements. At first, it appears logical to provide the same enhancements to the virtual Saturn in Emu48 as the 50g emulator has, then running the new enhanced ROM for faster response. The problem with that is that one of the key enhancements was to allow running native ARM code (hpgcc used those extensions to run C programs). You can only use those extensions if you actually emulate the ARM processor too, otherwise programs using hpgcc wouldn't execute. So it would be faster, enhanced but crippled and not 100% identical to a real 50g. That gave birth to x49gp, the only one I know of that is an ARM emulator capable of running the same ARM binary ROM that runs on the 50g, which in turn emulates the new "enhanced" virtual Saturn. Claudio |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
[50G] Question - Tugdual - 03-09-2015, 06:49 AM
RE: [50G] Question - Massimo Gnerucci - 03-09-2015, 07:09 AM
RE: [50G] Question - Tugdual - 03-09-2015, 06:02 PM
RE: [50G] Question - BartDB - 03-12-2015, 09:38 AM
RE: [50G] Question - MarkMason - 03-12-2015, 03:55 PM
RE: [50G] Question - Marcus von Cube - 03-09-2015, 09:50 PM
RE: [50G] Question - Tugdual - 03-10-2015, 02:41 AM
RE: [50G] Question - cutterjohn - 03-22-2015, 11:18 PM
RE: [50G] Question - Tugdual - 03-24-2015, 06:51 AM
RE: [50G] Question - Tim Wessman - 03-25-2015, 04:33 AM
RE: [50G] Question - Tugdual - 03-25-2015, 12:08 PM
RE: [50G] Question - Claudio L. - 03-26-2015 02:50 PM
RE: [50G] Question - Tugdual - 03-11-2015, 09:24 PM
RE: [50G] Question - Massimo Gnerucci - 03-11-2015, 09:54 PM
RE: [50G] Question - BartDB - 03-12-2015, 09:34 AM
RE: [50G] Question - Massimo Gnerucci - 03-12-2015, 12:58 PM
RE: [50G] Question - BartDB - 03-12-2015, 05:26 PM
RE: [50G] Question - matthiaspaul - 03-11-2015, 11:08 PM
RE: [50G] Question - Tugdual - 03-12-2015, 08:28 PM
RE: [50G] Question - Marcus von Cube - 03-12-2015, 09:47 PM
RE: [50G] Question - Tugdual - 03-12-2015, 10:08 PM
RE: [50G] Question - Massimo Gnerucci - 03-12-2015, 10:16 PM
RE: [50G] Question - Jlouis - 03-25-2015, 01:26 AM
RE: [50G] Question - Massimo Gnerucci - 03-25-2015, 06:55 AM
RE: [50G] Question - Jlouis - 03-25-2015, 11:17 AM
RE: [50G] Question - Gerald H - 03-25-2015, 12:00 PM
RE: [50G] Question - rprosperi - 03-12-2015, 11:22 PM
RE: [50G] Question - MarkMason - 03-13-2015, 01:30 AM
RE: [50G] Question - Marcio - 03-12-2015, 09:04 PM
RE: [50G] Question - Tugdual - 03-12-2015, 09:44 PM
RE: [50G] Question - Marcio - 03-12-2015, 10:00 PM
RE: [50G] Question - Tugdual - 03-12-2015, 10:16 PM
RE: [50G] Question - Marcio - 03-12-2015, 10:26 PM
RE: [50G] Question - Tugdual - 03-13-2015, 12:04 AM
RE: [50G] Question - Tugdual - 03-14-2015, 10:11 AM
RE: [50G] Question - Han - 03-14-2015, 10:12 AM
RE: [50G] Question - Tugdual - 03-18-2015, 09:31 PM
RE: [50G] Question - Gilles - 03-19-2015, 06:04 PM
RE: [50G] Question - Han - 03-22-2015, 11:33 PM
RE: [50G] Question - Tugdual - 03-22-2015, 11:16 AM
RE: [50G] Question - Gilles - 03-23-2015, 12:39 PM
RE: [50G] Question - Tugdual - 03-24-2015, 06:41 AM
RE: [50G] Question - Gilles - 03-28-2015, 12:42 PM
RE: [50G] Question - Tugdual - 03-29-2015, 09:59 PM
RE: [50G] Question - Tugdual - 03-27-2015, 12:44 PM
RE: [50G] Question - rprosperi - 03-27-2015, 01:02 PM
RE: [50G] Question - Tugdual - 03-27-2015, 09:57 PM
RE: [50G] Question - Han - 03-27-2015, 03:02 PM
RE: [50G] Question - Tugdual - 03-27-2015, 10:04 PM
RE: [50G] Question - Tugdual - 04-08-2015, 06:21 AM
RE: [50G] Question - BartDB - 04-08-2015, 09:01 AM
RE: [50G] Question - Sukiari - 04-08-2015, 06:19 PM
RE: [50G] Question - Guenter Schink - 04-08-2015, 06:43 PM
RE: [50G] Question - Tugdual - 04-08-2015, 08:59 PM
RE: [50G] Question - Massimo Gnerucci - 04-08-2015, 09:23 PM
RE: [50G] Question - zx81 - 04-09-2015, 03:01 AM
RE: [50G] Question - Tugdual - 04-21-2015, 06:45 PM
RE: [50G] Question - Voldemar - 04-21-2015, 08:32 PM
RE: [50G] Question - Tugdual - 04-21-2015, 08:37 PM
RE: [50G] Question - DavidM - 04-23-2015, 02:15 AM
RE: [50G] Question - Claudio L. - 05-03-2015, 12:50 AM
RE: [50G] Question - HrastProgrammer - 05-03-2015, 08:10 AM
RE: [50G] Question - Tugdual - 05-03-2015, 09:30 AM
RE: [50G] Question - HrastProgrammer - 05-03-2015, 10:25 AM
RE: [50G] Question - DavidM - 05-04-2015, 05:40 PM
RE: [50G] Question - DavidM - 05-03-2015, 04:17 PM
RE: [50G] Question - HrastProgrammer - 05-03-2015, 05:14 PM
RE: [50G] Question - Massimo Gnerucci - 05-03-2015, 06:00 PM
RE: [50G] Question - DavidM - 05-03-2015, 06:17 PM
RE: [50G] Question - Massimo Gnerucci - 05-03-2015, 06:30 PM
RE: [50G] Question - HrastProgrammer - 05-03-2015, 06:38 PM
RE: [50G] Question - DavidM - 05-03-2015, 08:47 PM
RE: [50G] Question - HrastProgrammer - 05-04-2015, 04:52 AM
RE: [50G] Question - DavidM - 05-04-2015, 06:52 PM
RE: [50G] Question - HrastProgrammer - 05-03-2015, 06:39 PM
RE: [50G] Question - Tugdual - 05-01-2015, 05:09 PM
RE: [50G] Question - Gilles - 05-01-2015, 05:29 PM
RE: [50G] Question - Tugdual - 05-01-2015, 06:41 PM
RE: [50G] Question - Gerald H - 05-03-2015, 08:49 AM
RE: [50G] Question - HrastProgrammer - 05-03-2015, 09:25 AM
RE: [50G] Question - Gerald H - 05-03-2015, 09:51 AM
RE: [50G] Question - HrastProgrammer - 05-03-2015, 10:55 AM
RE: [50G] Question - Gerald H - 05-03-2015, 08:31 PM
RE: [50G] Question - HrastProgrammer - 05-04-2015, 04:35 AM
RE: [50G] Question - Gerald H - 05-03-2015, 05:07 PM
|
User(s) browsing this thread: 3 Guest(s)