Post Reply 
emu48 now for android-OS
07-29-2019, 05:29 PM (This post was last modified: 09-05-2019 10:02 PM by compsystems.)
Post: #109
RE: emu48 now for android-OS
Hello,
The memory file (port 0, stack and others) is stored in *.e48/9, while the memory file (port2, ..., 32) is stored in *.bin

A feature that emu48 is missing is that from the kml script file you can read a working session, both port0 and port2, that is, all the memory, for this it is necessary that someone be able to improve the source code and add two new instructions

RAM (main memory)
RAMP2 (port 2 memory)



PHP Code:
Global
    
Title  "Eric's Real hp48gx for Emu48"
    
Author "Eric Rechlin"

    
ROM    "ROMGx.48G"
    
RAM  "ram_01.e49"
    
RAMP2 "port2_01.bin"

    
Bitmap "Real48x.bmp"
    
...
End 

Another idea is to change the shape of the pixel, solid, with a grid (as seen in real calculators) and another style as shown in
https://www.hpmuseum.org/forum/thread-8337.html

custom pixel form
[Image: attachment.php?aid=4831]

dot pixel
[Image: attachment.php?aid=7508]

Real LCD emulation (grid)
[Image: attachment.php?aid=4785]

The PocketPC was the missing link between the first mobile devices with touch screen and the ipad (current tabletPC and smartphones), the author of the emu48 CG improvements, developed the emu48 version for PocketPC, the KML has commands (Topbar, Menubar, Vertical) that would be useful on Android, that is to say that from the kml, the automatic form of visualization is controlled, without doing it from manual configuration. Please incorporate these commands in a future version

Topbar 0/1 # 0 -> Android: Hide the status bar, PC/PocketPC: Hide the title bar
Menubar 0/1 # 0 ->Android: Hide the buttom menu [⋮], PC/PocketPC: Hide the menu bar
Vertical 0/1 # 1 -> Android/PC/PocketPC: portrait on, 0 -> landscape on
Bottombar 0/1 # 0 -> Android: Hide the navigation bar

[Image: samsung-i8000-emu48-gaak.jpg]

https://hp.giesselink.com/emu48.htm
Quote:Topbar is a special command only for the Pocket-PC versions of Emu42 and Emu48 to enable/disable the top bar of the screen. Valid entries are 0 or 1. One is enabled and Zero is disabled.
Example:
Topbar 0

Menubar is a special command only for the Pocket PC versions of Emu42 and Emu48 to enable/disable the menu bar of the screen. If the menu bar is disabled you can get the menu over the context menu gesture on a display area isn’t covered by virtual key buttons. Valid entries are 0 or 1. One is enabled and Zero is disabled.
Example:
Menubar 0

Vertical is a special command only for the Pocket PC versions of Emu42 and Emu48 to rotate the display drawing by 90° anti-clockwise.
Example:
Vertical 1
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
emu48 now for android-OS - compsystems - 03-02-2019, 04:27 PM
RE: emu48 now for android-OS - SammysHP - 03-02-2019, 05:39 PM
RE: emu48 now for android-OS - Jlouis - 03-02-2019, 05:54 PM
RE: emu48 now for android-OS - franz.b - 03-02-2019, 07:23 PM
RE: emu48 now for android-OS - Luigi Vampa - 03-03-2019, 05:57 PM
RE: emu48 now for android-OS - SammysHP - 03-04-2019, 06:46 PM
RE: emu48 now for android-OS - EugeneNine - 03-04-2019, 06:47 PM
RE: emu48 now for android-OS - Ken S - 03-04-2019, 07:09 PM
RE: emu48 now for android-OS - compsystems - 03-07-2019, 10:55 PM
RE: emu48 now for android-OS - Gerald H - 03-07-2019, 08:54 AM
RE: emu48 now for android-OS - Marco Polo - 03-25-2019, 09:25 AM
RE: emu48 now for android-OS - Marco Polo - 04-01-2019, 01:17 PM
RE: emu48 now for android-OS - ijabbott - 04-04-2019, 12:16 PM
RE: emu48 now for android-OS - sunhp - 03-31-2019, 10:26 AM
RE: emu48 now for android-OS - John Keith - 04-02-2019, 06:29 PM
RE: emu48 now for android-OS - Lode - 04-04-2019, 07:53 AM
RE: emu48 now for android-OS - Lode - 04-04-2019, 07:06 PM
RE: emu48 now for android-OS - compsystems - 04-04-2019, 07:19 PM
RE: emu48 now for android-OS - ijabbott - 04-04-2019, 07:51 PM
RE: emu48 now for android-OS - rprosperi - 04-05-2019, 12:25 AM
RE: emu48 now for android-OS - SammysHP - 04-08-2019, 11:01 AM
RE: emu48 now for android-OS - Marco Polo - 04-08-2019, 11:46 AM
RE: emu48 now for android-OS - John Keith - 04-08-2019, 01:29 PM
RE: emu48 now for android-OS - SammysHP - 04-08-2019, 06:07 PM
RE: emu48 now for android-OS - SammysHP - 04-17-2019, 06:16 PM
RE: emu48 now for android-OS - Marco Polo - 04-18-2019, 07:30 AM
RE: emu48 now for android-OS - snrowe - 04-18-2019, 12:39 PM
RE: emu48 now for android-OS - Marco Polo - 04-18-2019, 01:56 PM
RE: emu48 now for android-OS - ijabbott - 04-15-2019, 02:29 PM
RE: emu48 now for android-OS - Jlouis - 04-15-2019, 08:42 PM
RE: emu48 now for android-OS - ijabbott - 04-16-2019, 02:35 PM
RE: emu48 now for android-OS - BartDB - 04-18-2019, 01:18 PM
RE: emu48 now for android-OS - compsystems - 04-18-2019, 01:52 PM
RE: emu48 now for android-OS - jpph - 05-02-2019, 01:23 PM
RE: emu48 now for android-OS - jpph - 05-04-2019, 12:18 PM
RE: emu48 now for android-OS - ijabbott - 05-05-2019, 09:26 AM
RE: emu48 now for android-OS - Jlouis - 05-05-2019, 05:18 PM
RE: emu48 now for android-OS - ijabbott - 05-06-2019, 01:43 PM
RE: emu48 now for android-OS - ijabbott - 05-05-2019, 10:38 PM
RE: emu48 now for android-OS - aamiel - 05-06-2019, 09:56 PM
RE: emu48 now for android-OS - John Keith - 05-07-2019, 12:52 PM
RE: emu48 now for android-OS - aamiel - 05-07-2019, 05:38 PM
RE: emu48 now for android-OS - ijabbott - 06-06-2019, 02:28 PM
RE: emu48 now for android-OS - rprosperi - 06-07-2019, 10:09 PM
RE: emu48 now for android-OS - ijabbott - 06-08-2019, 09:12 AM
RE: emu48 now for android-OS - ijabbott - 06-08-2019, 09:18 AM
RE: emu48 now for android-OS - grsbanks - 06-08-2019, 09:49 AM
RE: emu48 now for android-OS - Ken S - 06-09-2019, 07:26 PM
RE: emu48 now for android-OS - zswobbie12 - 06-10-2019, 07:02 AM
RE: emu48 now for android-OS - ijabbott - 06-10-2019, 07:46 AM
RE: emu48 now for android-OS - zswobbie12 - 06-10-2019, 09:41 AM
RE: emu48 now for android-OS - ijabbott - 07-20-2019, 07:16 PM
RE: emu48 now for android-OS - ijabbott - 07-21-2019, 08:41 PM
RE: emu48 now for android-OS - cdmackay - 07-21-2019, 06:41 PM
RE: emu48 now for android-OS - compsystems - 07-29-2019 05:29 PM
RE: emu48 now for android-OS - SammysHP - 10-22-2019, 12:59 AM
RE: emu48 now for android-OS - ijabbott - 11-11-2019, 11:08 PM
RE: emu48 now for android-OS - SammysHP - 11-12-2019, 09:03 AM
RE: emu48 now for android-OS - ijabbott - 11-12-2019, 10:14 PM
RE: emu48 now for android-OS - Marco Polo - 12-14-2019, 07:48 PM
RE: emu48 now for android-OS - compsystems - 12-19-2019, 02:57 AM
RE: emu48 now for android-OS - SammysHP - 12-22-2019, 08:06 PM
RE: emu48 now for android-OS - Yellow - 05-31-2020, 01:14 AM
RE: emu48 now for android-OS - Yellow - 05-31-2020, 05:56 PM
RE: emu48 now for android-OS - compsystems - 05-31-2020, 09:30 PM
RE: emu48 now for android-OS - compsystems - 06-10-2020, 03:36 PM
RE: emu48 now for android-OS - SammysHP - 10-31-2020, 08:36 PM
RE: emu48 now for android-OS - Marco Polo - 11-01-2020, 08:22 PM
RE: emu48 now for android-OS - John Keith - 11-19-2020, 09:00 PM
RE: emu48 now for android-OS - Marco Polo - 05-09-2021, 10:41 AM
RE: emu48 now for android-OS - John Keith - 05-09-2021, 05:49 PM
RE: emu48 now for android-OS - Marco Polo - 03-25-2022, 05:56 PM
RE: emu48 now for android-OS - DavidM - 08-23-2022, 10:02 PM
RE: emu48 now for android-OS - compsystems - 08-23-2022, 06:47 PM
RE: emu48 now for android-OS - ijabbott - 08-23-2022, 07:52 PM



User(s) browsing this thread: 1 Guest(s)