Post Reply 
Update of Emu48 Classic to v1.59
08-21-2017, 01:55 PM (This post was last modified: 08-29-2017 10:44 PM by compsystems.)
Post: #5
RE: Update of Emu48 Classic to v1.59
Thanks Eric for your web site (20 years)

PD: Also thanks for incorporating my idea of allowing x-y zoom

PHP Code:
Lcd
    Zoomxy 2 3
    Offset  20  20
    Color  0 112 157 114
    Color  1 112 157 114
    Color  2 104 145 106
    Color  3  94 131  95
        
... 


[Image: emu48_zoom_2x1x_image00.png]

Fabulous now you can make a scale (Scale x y) of the whole skin
PHP Code:
Global
    
Title  "HP-48GX"
    
Author "HP"
    
Model  "G"
    
Rom    "ROM/48GX_R.ROM"
    
Patch  "ROM/48SGX.PATCH"
    
Bitmap "BMP/48GX.BMP"
    
Debug  0
    Icon 
"BMP/emu48.ico"
    
Scale 2 1
...
End 
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Update of Emu48 Classic to v1.59 - compsystems - 08-21-2017 01:55 PM



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