Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: SLDNEOCD- How TO GET full-screen emulator pic in mala  (Read 2749 times)

0 Members and 1 Guest are viewing this topic.

Henrik68000

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 125
  • Last login:December 12, 2010, 01:54:23 pm
SLDNEOCD- How TO GET full-screen emulator pic in mala
« on: April 04, 2010, 01:14:54 pm »
Hi, I have had nebula running neogeo cd games in my Mala for a long but its not very good . Many game does not work. Then i found the Sldneo emu but i have a problem:

EDIT: I've tried out the SLDNEOCD emu and that one runs fine and I'm getting quite happy with it. I found (of course) that closemul does not work sine there no menus per se on sldneocd.  The emu rums all the neogeo cd's without any errors so im a bit bitter that i cant integrate it. I HAVE COME UP WITH A USABLE SOLUTION. LOOK AT THE NEXT POST FOR DETAILS..
« Last Edit: August 14, 2010, 07:23:04 am by Henrik68000 »

Henrik68000

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 125
  • Last login:December 12, 2010, 01:54:23 pm
Re: SLDNEOCD- How do i get it to full screen with in mala
« Reply #1 on: August 07, 2010, 11:49:51 am »
Fullscreen for the great Neo Geo CD emulator (SLDNEOGEO) NeoCD031:

I have solved this problem myself. The solution envolves the program Autohotkey. The program that by scripts makes keys do a little more if needed.
On my Mala setup i have key 1 to start games from mala lists, and keys 1 and 2 to start games (1 player and 2 player when you have entered a game). I also choose these to make the emu screen to fullscreen. This just means that you need to press key 1, one more time before playing.

Start Autohotkey. Use Notepad to make the script and make the document an .ahk type. Right click and compile script. Now place this exe in the start folder in your xp.

Everything is now ready and will run. The Emulator is far the best for Neo Geo CD games. Its flawless as far as i can tell.


---------------------------------------------------------
;
; AutoHotkey Version: 1.x
; Language:       English
; Platform:       Win9x/NT
; Author:         A.N.Other <myemail@nowhere.com>
;
; Script Function:
;   Template script (you can customize this template by editing "ShellNew\Template.ahk" in your Windows folder)
;
Loop
{


~1::F1
~2::F2

~space::1  ;this key you can freely choose, its the start player one key.


return
}
----------------------------------------------------------------------------------
« Last Edit: August 14, 2010, 08:07:04 am by Henrik68000 »