This is the NEWBRAIN Listing:
1 OPEN#0,0,"L"
2 OPEN#0,0,"L40": REM 80 CHAR SCREEN
4 PRINT "HAVE FUN! HEHEHE..."
5 REM DIGITIZED BY COLIN APPLEBY
6 REM DEBUGGED BY CHRIS DESPINIDIS
7 REM CONVERTED FROM COMMODORE 64 LISTING TO NEWBRAIN BASIC
8 REM DATED 6 APRIL 2016
10 PRINT "MADAM FIFI'S WHORE ...
Search found 93 matches
- Wed Apr 13, 2016 5:06 pm
- Forum: Classics
- Topic: Madame Fifi's
- Replies: 28
- Views: 10662
- Wed Apr 13, 2016 4:59 pm
- Forum: Classics
- Topic: Madame Fifi's
- Replies: 28
- Views: 10662
Madame Fifi's Basic listing for NewBrain ..
Finally completed the conversion of Madam FIFI Whore House from a Commodore 64 listing to NewBrain BASIC and it runs great.
The listing for the NewBrain Computer is available from the NewBrain website on www.newbrainemu.eu
The listing for the NewBrain Computer is available from the NewBrain website on www.newbrainemu.eu
- Fri Apr 08, 2016 8:44 pm
- Forum: Classics
- Topic: OrbQuest, The Search For Seven Wards ..
- Replies: 2
- Views: 2337
OrbQuest, The Search For Seven Wards .. Formats
The OrbQuest text adventure game was released on 8 inch floppy and 5.25 inch floppy as 56K CP/M for the North Star computer, Xerox computer and Osborne 1 computer. Who remembers 56K CP/M which was before the IBM DOS Operating System.
- Fri Apr 08, 2016 8:11 pm
- Forum: Emulators and interpreters help!
- Topic: NewBrain Emulator Text Adventure games available
- Replies: 1
- Views: 15092
NewBrain Emulator Text Adventure games available
Note the following Text Adventure's are available for download on the NewBrain Website.
The files are in NewBrain Basic after conversion from Spectrum, Oric and Commodore 64 formats;
- The Orient Express
- Ziggarat Of Dread
- Security Shelter
- Cry Wolf
- Horror Atoll
- Never Trust A Blonde
- Goblin ...
The files are in NewBrain Basic after conversion from Spectrum, Oric and Commodore 64 formats;
- The Orient Express
- Ziggarat Of Dread
- Security Shelter
- Cry Wolf
- Horror Atoll
- Never Trust A Blonde
- Goblin ...
- Fri Apr 08, 2016 9:39 am
- Forum: Classics
- Topic: OrbQuest, The Search For Seven Wards ..
- Replies: 2
- Views: 2337
OrbQuest, The Search For Seven Wards ..
Anyone got a copy of "OrbQuest, The Search For Seven Wards" for the Apple MAC, this game is a graphic adventure.
The game was originally on CP/M on 8 inch Floppy, but later converted to the Apple MAC on 3.5 inch disk.
The program was developed by QWare Inc of Richardson, Texas for the Apple MAC ...
The game was originally on CP/M on 8 inch Floppy, but later converted to the Apple MAC on 3.5 inch disk.
The program was developed by QWare Inc of Richardson, Texas for the Apple MAC ...
- Wed Apr 06, 2016 9:38 am
- Forum: Classics
- Topic: Madame Fifi's
- Replies: 28
- Views: 10662
Madame Fifi's Basic listing for C64 ..
Thank you very much for publishing the Basic listing of Madam FIFI original text game. Great stuff. Will now intend to convert this program into NewBrain BASIC to run on the Emulator. I will publish the Newbrain listing once I complete. Excellent news
- Tue Apr 05, 2016 8:36 pm
- Forum: Classics
- Topic: Commodore 64 Hiding BASIC Code technique ..
- Replies: 5
- Views: 3833
Re: Commodore 64 Hiding BASIC Code technique ..
Has anyone got a FULL listing of the original Madam FIFI program in any format, possibly for the Commodore 64.
This is what I have managed to extract from the code but without line numbers or program logic:
PRINT "ASS PRESENTS "
PRINT "MADAM FIFI "
PRINT "HAVE FUN! HEHEHE... "
PRINT "MADAM FIFI'S ...
This is what I have managed to extract from the code but without line numbers or program logic:
PRINT "ASS PRESENTS "
PRINT "MADAM FIFI "
PRINT "HAVE FUN! HEHEHE... "
PRINT "MADAM FIFI'S ...
- Tue Apr 05, 2016 9:57 am
- Forum: Classics
- Topic: Madame Fifi's
- Replies: 28
- Views: 10662
Madame Fifi's Basic Listing needed ..
Anyone got a Basic listing of Madam Fifi for the Commodore 64 if so please post. Thanks.
- Sat Apr 02, 2016 4:46 pm
- Forum: Classics
- Topic: Commodore 64 Hiding BASIC Code technique ..
- Replies: 5
- Views: 3833
Commodore 64 Hiding BASIC Code technique ..
This is how the program Madam FiFi Whore House hides the Basic listing. Very cleaver indeed.
Here is a little gem that you may find interesting. Did you ever wish that you could `hide' parts of a program, while leaving it all in BASIC and copyable ? Well here is a simple and effective way to do ...
Here is a little gem that you may find interesting. Did you ever wish that you could `hide' parts of a program, while leaving it all in BASIC and copyable ? Well here is a simple and effective way to do ...
- Thu Mar 31, 2016 10:15 pm
- Forum: Classics
- Topic: ZORK 1, 2 and 3 in CP/M Mode ..
- Replies: 4
- Views: 3304
Re: ZORK 1, 2 and 3 in CP/M Mode ..
I am using CP/M 2.2 on the NewBrain Computer in CP/M Mode. All other CP/M programs seem to run OK.
Regards
Colin
Regards
Colin
- Mon Mar 28, 2016 1:28 pm
- Forum: Classics
- Topic: Another Classic Ported to TRS-80 MC-10
- Replies: 210
- Views: 266983
Listing for Orient Express adventure on the NewBrain
Program Listing for NewBrain Computer:
1 OPEN#0,0,"L"
5 REM DIGITIZED BY COLIN APPLEBY
6 REM DEBUGGED BY CHRIS DESPINIDIS
7 REM CONVERTED FROM ORGINAL LISTING TO NEWBRAIN BASIC
8 REM DATED 20 MARCH 2016
20 REM SUBROUTINE TO DEAL WITH MISCELLANEOUS HAZARDS
50 OPEN#0,0,"l40": REM 80 CHR SCREEN
60 ...
1 OPEN#0,0,"L"
5 REM DIGITIZED BY COLIN APPLEBY
6 REM DEBUGGED BY CHRIS DESPINIDIS
7 REM CONVERTED FROM ORGINAL LISTING TO NEWBRAIN BASIC
8 REM DATED 20 MARCH 2016
20 REM SUBROUTINE TO DEAL WITH MISCELLANEOUS HAZARDS
50 OPEN#0,0,"l40": REM 80 CHR SCREEN
60 ...
- Sun Mar 27, 2016 9:29 pm
- Forum: Emulators and interpreters help!
- Topic: Grundy NewBrain Emulation ..
- Replies: 3
- Views: 17454
Grundy NewBrain Emulation ..
There is a free NewBrain emulator and lots of NewBrain programs on the following website www.newbrainemu.eu
Check this out as there are also lots of Text Adventure games.
Check this out as there are also lots of Text Adventure games.
- Thu Mar 24, 2016 1:06 pm
- Forum: Classics
- Topic: Another Classic Ported to TRS-80 MC-10
- Replies: 210
- Views: 266983
Orient Express adventure for the NewBrain
Have just completed the conversion of "Orient Express" by David H. Ahl in 1986 which is now running on the NewBrain computer.
The Orient Express is standing majestically on Track 14 with Bandits and Snow ahead, on the journey from London to Constantinople.
The Orient Express is standing majestically on Track 14 with Bandits and Snow ahead, on the journey from London to Constantinople.
- Wed Mar 23, 2016 2:06 pm
- Forum: Classics
- Topic: ZORK 1, 2 and 3 in CP/M Mode ..
- Replies: 4
- Views: 3304
ZORK 1, 2 and 3 in CP/M Mode ..
I can run Zork 1 in CP/M mode without a problem. But when I load and run Zork 2 and Zork 3 the programs run but scroll continuously on the screen after the first text. Anyone know what is the problem and how to fix. Thanks.
- Fri Mar 18, 2016 11:19 am
- Forum: Classics
- Topic: Another Classic Ported to TRS-80 MC-10
- Replies: 210
- Views: 266983
The Orient Express, 1923 Another Classic Ported to TRS-80 MC
I am interested in "The Orient Express, 1923" listing for TRS-80 MC-10 to convert to NewBrain Basic. Can you advise where I can find the listing. Thanks.