Jump to content

Pecom 64 - craiganderson - (20150101)


craiganderson

Recommended Posts

Posted
If anybody has real logo or can redraw one ....that would be awesome.....iccan post one to redraw when home later..right now.seeing penguins of Madagascar at the movies...

I tried making one, also have the PSDs, if it's usefull, and some fixes are needed, I can upload them to my FTPpost-116547-142870664763_thumb.png, actually this is the first time I try drawing a logo from scratch.

post-116547-14287066476_thumb.png

Aorin

Posted

FINAL VERSION

Ok. Here is the final product if anybody wants it. You must use the roms I have because they have the right extension to work with the emulator.

(thanks to aorin1 for making the logo)

I will put all downloads on my page later when I get a chance...and then update this page. Thanks.

I think I have all the games. Here is a page and all the games on this page are included. http://retrospec.sgn.net/users/tomcat/yu/Pecom_screens.php

(lots of cool video game magazines on that page as well..just fyi....http://retrospec.sgn.net/users/tomcat/yu/revije.php)

About the console (http://en.wikipedia.org/wiki/Pecom_64)

About the console (http://www.old-computers.com/museum/computer.asp?st=1&c=970)

video

-NCymxIRz7o

main menu theme

2015-01-01_22-35-38_zps611af838.png

default game theme

2015-01-02_10-38-21_zpsaf3a313b.png

bezel

2015-01-01_23-35-31_zps5fb0fdd2.png

Posted

ok...everything should be up on my little site

http://craigandersonthemes.weebly.com/

let me know if u have any problems

thanks

craig

here is a better module (.ahk file), i needed to increase a sleep time command i think

it is NOT included in the download :(

grab it here if u want it :)

MEmu = Emma 02
MEmuV =  v1.19
MURL = http://www.emma02.hobby-site.com/index_download.html
MAuthor = 
MVersion = 
MCRC = 
iCRC = 
MID =
MSystem = "Pecom 64"
;----------------------------------------------------------------------------
; Notes:
;----------------------------------------------------------------------------

StartModule()
BezelGUI()
FadeInStart()

settingsFile := modulePath . "\" . moduleName . ".ini"
Fullscreen := IniReadCheck(settingsFile, "Settings", "Fullscreen","true",,1)
disableHideTitleBar := true
disableHideToggleMenu := true
disableHideBorder := true
BezelStart("fixResMode")

Run(executable, emuPath)

WinWait("Emma 02 ahk_class wxWindowNR")
WinWaitActive("Emma 02 ahk_class wxWindowNR")

ControlClick, _wx_SysTabCtl321,,,,, x274 y12 ; selects Pecom

Sleep, 200

ControlClick, Button455,,,,, x40 y12 ; Selects Start
Sleep, 100
SendInput, {Enter}

Sleep, 2000
WinActivate, Emma 02 ahk_class wxWindowNR
WinWait("Emma 02 ahk_class wxWindowNR")
WinWaitActive("Emma 02 ahk_class wxWindowNR")

ControlClick, Button446,,,,, x34 y12 ; selects Run

WinWait("Select the Pecom ahk_class #32770")
WinWaitActive("Select the Pecom ahk_class #32770")

Loop {
	ControlGetText, edit1Text, Edit1, ahk_class #32770
	If ( edit1Text = romPath . "\" . romName . romExtension )
		Break
	Sleep, 100
	ControlSetText, Edit1, %romPath%\%romName%

%romExtension%, ahk_class #32770
}

Sleep, 200
ControlSend, Button1, {Enter}, ahk_class #32770

Sleep, 4000

WinMinimize, Emma 02 ahk_class wxWindowNR

WinActivate, Pecom ahk_class wxWindowNR
WinWait("Pecom ahk_class wxWindowNR")
WinWaitActive("Pecom ahk_class wxWindowNR")

Sleep, 500

If Fullscreen = true
{	
Send, {F3}
Sleep, 100
}

BezelDraw()
FadeInExit()
Process("WaitClose", executable)
7zCleanUp()
BezelExit()
FadeOutExit()
ExitModule()

CloseProcess:
FadeOutStart()
Process, Close, Emma 02.exe
SetCapsLockState, Off
WinShow, ahk_class Shell_TrayWnd
Return

Posted

MESS should also be able to play Pecom 64 well. I'll take your setup and use it to test against MESS and if it works well enough, I'll update the MESS and RetroArch modules in the HyperLaunch beta to add it.

  • 4 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...