Quick and Dirty Apricot Emulator 0.0.4 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Quick and Dirty Apricot Emulator 0.0.4 (Default branch)
# 1  
Old 09-05-2008
Quick and Dirty Apricot Emulator 0.0.4 (Default branch)

Image QDAE is an emulator supporting various 16-bit computers made by Apricot in the 1980s. These were non-IBM-compatible systems running custom versions of MS-DOS or CP/M. License: GNU General Public License v2 Changes:
A bug in the CPU emulation that prevented the game 'Snake' from running has been fixed. Speed regulation now applies to F-series machines as well as PC-series machines. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Need a quick and dirty solution

I have a list of multiple versions of software. The list is formated as follows: NAME VERSION I simply need to pull out the highest version of each software, for example: Original File a v1.0 a v1.1 a v1.2 b v2.1 b v2.2 b v2.21 b v3.0 Output a v1.2 b v3.0 (13 Replies)
Discussion started by: Finja
13 Replies

2. Shell Programming and Scripting

Quick-and-dirty g++ compilation

I am creating a small bash file that will take one argument and compile it: #!/bin/bash OUT=${$1%.cpp} # C++ source files always end in .cpp g++ -Wall $1 -o $OUT chmod 777 $OUT The error message says 'bad substitution', namely where OUT is defined. How to fix this? (1 Reply)
Discussion started by: figaro
1 Replies
Login or Register to Ask a Question
KCEMU-REMOTE(1) 					      General Commands Manual						   KCEMU-REMOTE(1)

NAME
kcemu-remote - A remote controller for the KC 85/4 Emulator SYNOPSIS
kcemu-remote command [param1=value1] [param2=value2] ... DESCRIPTION
This manual page documents briefly the kcemu-remote command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. kcemu-remote can control an already running KCemu by sending commands. The communication is done via the X Window System and is network transparent as long as the X Window Display can be accessed. EXAMPLE COMMANDS
emu-reset Reset the emulator. emu-power-on Power-On Reset the emulator. emu-quit Exit the emulator. kc-image-load filename=/absolute/path/to/imagefile Load a program into the emulator (if the given file is not found a filerequester will pop up). kc-image-run filename=/absolute/path/to/imagefile Just like kc-image-load but tries to start the program after it is loaded. floppy-attach filename=/absolute/path/to/diskimage The only way to change disk images for now (the user interface is not functional ;-)). keyboard-replay test=text_to_insert Send the text to the emulator. BUGS
There is no error handling and it's not possible to specify an emulator instance if more than one emulator is running. SEE ALSO
kcemu(1x), kctape(1), kc2tap(1), kc2wav(1), kc2img(1), kc2raw(1) AUTHOR
This manual page was written by Torsten Paul <Torsten.Paul@gmx.de>, for the Debian GNU/Linux system (but may be used by others). KCEMU-REMOTE(1)