English Amiga Board


Go Back   English Amiga Board > Requests > request.Apps

 
 
Thread Tools
Old 10 March 2009, 02:01   #21
Amiga1992
Registered User
 
Join Date: May 2001
Location: ?
Posts: 19,645
It's good, isn't it!
The C128 I took these from was broken anyway.

I have a load of spare Amiga keys now, as a side effect. Anybody wants any? ;p
Amiga1992 is offline  
Old 10 March 2009, 10:36   #22
AmigaFriend
Registered User
 
AmigaFriend's Avatar
 
Join Date: Sep 2008
Location: CLI
Posts: 1,462
Akira, the maker of the first Amiga 128 on the planet!
AmigaFriend is offline  
Old 10 March 2009, 14:30   #23
gklinger
Vegetable Lasagna
 
gklinger's Avatar
 
Join Date: Mar 2007
Location: Toronto, CANADA
Age: 54
Posts: 711
Now I have to dig out a spare 128 keyboard to examine the keycaps. I would never have guessed they'd fit.
gklinger is offline  
Old 10 March 2009, 14:46   #24
Amiga1992
Registered User
 
Join Date: May 2001
Location: ?
Posts: 19,645
I didn't guess.
As I said, Jope did all the investigation beforehand
Amiga1992 is offline  
Old 20 March 2011, 16:13   #25
Djay
95th User
 
Djay's Avatar
 
Join Date: May 2001
Location: Brighton/UK
Age: 48
Posts: 3,120
Anyone have a reg for magic 64?
Djay is offline  
Old 20 March 2011, 16:54   #26
TCD
HOL/FTP busy bee
 
TCD's Avatar
 
Join Date: Sep 2006
Location: Germany
Age: 46
Posts: 31,527
Quote:
Originally Posted by Djay View Post
Anyone have a reg for magic 64?
File server -> Misc/The Zone!/M -> Enjoy
TCD is online now  
Old 20 March 2011, 17:11   #27
Djay
95th User
 
Djay's Avatar
 
Join Date: May 2001
Location: Brighton/UK
Age: 48
Posts: 3,120
Thanks tcd.... I should start checking the file server more often
Djay is offline  
Old 20 March 2011, 17:12   #28
DDNI
Targ Explorer
 
DDNI's Avatar
 
Join Date: Mar 2006
Location: Northern Ireland
Posts: 5,431
Send a message via ICQ to DDNI Send a message via MSN to DDNI
it is in the eab file server. Go to Zone/M.


DOH

Last edited by DDNI; 20 March 2011 at 17:13. Reason: Didnt hit refresh before posting ;)
DDNI is offline  
Old 20 March 2011, 17:46   #29
StingRay
move.l #$c0ff33,throat
 
StingRay's Avatar
 
Join Date: Dec 2005
Location: Berlin/Joymoney
Posts: 6,863
While looking for registered MagiC64 on my Amiga HD's I found the keyfile maker (and keyfile) I made for it 14 years ago. Source and key attached for nostalgic reasons (remove the ".txt" extension from the key if you want to use it).

Code:
; MagiC64 Keyfilemaker by sTYLe/cRUX'97


CHECKKEY	= 1		; 1 to check if key is valid
SERIAL		= "1997"
NAME		= "cRX!"

MakeKey
	lea	KEY(pc),a0
	IFEQ	CHECKKEY
	move.l	#SERIAL,d0
	eor.l	#"MIKE",d0
	move.l	#NAME,d1
	movem.l	d0/d1,(a0)
	ELSE
	movem.l	(a0),d0/d1
	ENDC


	lea	DECKEY(pc),a1
	moveq	#8-1,d3
.loop	movem.l	(a1),d4/d5
	eor.l	d4,d0
	eor.l	d5,d1

	IFNE	CHECKKEY
	rol.l	#8,d0
	rol.l	#8,d1
	ELSE
	ror.l	#8,d0
	ror.l	#8,d1
	ENDC

	move.b	d0,d2
	move.b	d1,d0
	move.b	d2,d1
	dbf	d3,.loop

; d0: key for serial
; d1: key for name
	IFEQ	CHECKKEY
	movem.l	d0/d1,2*4(a0)
	ENDC
	



	IFNE	CHECKKEY
	cmp.l	2*4(a0),d0
	bne.b	.err
	cmp.l	3*4(a0),d1
	bne.b	.err
	move.l	(a0),d0
	eor.l	#"MIKE",d0
	ENDC
	moveq	#0,d7
	rts

.err	moveq	#-1,d7
	rts

KEY	ds.l	4

;KEY	DC.L	$7C707272
;	dc.l	$63525821
;	dc.l	$131F1D1D
;	dc.l	$0C3D374E


DECKEY	dc.b	"AMIGA 95"
Attached Files
File Type: txt MagiC64.key.txt (16 Bytes, 148 views)
File Type: s MakeMagiC64_Key.s (843 Bytes, 123 views)
StingRay is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
A fast emulator for C64 Leandro Jardim request.Apps 22 08 February 2010 10:39
good c64 emulator turrican3 Retrogaming General Discussion 53 29 July 2008 03:24
Atari ST Emulator for my A4K/030 Tumo007 request.Apps 1 15 March 2008 10:02
C64 Emulator Advice.... Mick_AKA New to Emulation or Amiga scene 4 01 January 2008 21:58
the best c64 emulator? poppe request.Apps 19 10 April 2003 15:22

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 18:46.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.10859 seconds with 14 queries