@edmaul69 I've got nowhere to upload the executable to, but here are the instructions that I used that worked for me. Hopefully, they'll work for you too.
(a) Download the source from https://sourceforge.net/projects/creativisionemulator/files/src/
(b) Unzip the source file. Create the build subfolder in /home/pi/ and copy all of the contents into this folder. Then make a new subfolder in this build folder called build (again).
(c) Use Putty, go to terminal and cd build and cd build (again), so you are in the nested build folder.
(d) To compile from source, type in the command in the terminal cmake /home/pi/build. Using GNU 4.9.2, the first stage of compiling the emulator will be complete.
(e) Then type in the command make. This creates the creatiVision executable.
(f) Once completed, rename the nested build folder to creativision and move it into the opt/retropie/emulators folder. You might need to change the permissions of the emulators folder to achieve this.
(g) Once moved, using WinSCP then change the permissions of the creatiVision executable file so that it is executable.
(h) In Attract Mode's menu-art snap and wheel folders, make sure there are videos and images corresponding to the new CreatiVision emulator. Make sure also in the layouts folder that there is a "system" to go with CreatiVision (see "Super Display - Systems" - things might need to be renamed too.)
(i) Create the usual file (immediately below) in Attract Mode's emulators sub-folder, and the "romlist" file in Attract Mode's romlists sub-folder eg
In the emulators folder:
# Generated by Attract-Mode v2.3.0
#
executable /opt/retropie/supplementary/runcommand/runcommand.sh
args 0 _SYS_ crvision "[romfilename]"
rompath /home/pi/RetroPie/roms/crvision
romext .rom;.ROM
system CreatiVision
info_source thegamesdb.net
artwork flyer /home/pi/RetroPie/roms/crvision/flyer
artwork marquee /home/pi/RetroPie/roms/crvision/marquee
artwork snap /home/pi/RetroPie/roms/crvision/snap
artwork wheel /home/pi/RetroPie/roms/crvision/wheel
In the romlists folder:
#Name;Title;Emulator;CloneOf;Year;Manufacturer;Category;Players;Rotation;Control;Status;DisplayCount;DisplayType;AltRomname;AltTitle;Extra;Buttons
airsea;Air/Sea Attack;CreatiVision;;;;;;;;;;;;;;
astropib;Astro Pinball;CreatiVision;;;;;;;;;;;;;;
autochas;Auto Chase;CreatiVision;;;;;;;;;;;;;;
chopper;Chopper Rescue;CreatiVision;;;;;;;;;;;;;;
crazych;Crazy Chicky;CreatiVision;;;;;;;;;;;;;;
crazychewy;Crazy Chewy;CreatiVision;;;;;;;;;;;;;;
deepsea;Deep Sea Adventure;CreatiVision;;;;;;;;;;;;;;
locomot;Locomotive;CreatiVision;;;;;;;;;;;;;;
mousepuz;Mouse Puzzle;CreatiVision;;;;;;;;;;;;;;
planetd;Planet Defender;CreatiVision;;;;;;;;;;;;;;
policej;Police Jump;CreatiVision;;;;;;;;;;;;;;
planetd;Planet Defender;CreatiVision;;;;;;;;;;;;;;
soccer;Soccer;CreatiVision;;;;;;;;;;;;;;
sonicinv;Sonic Invader;CreatiVision;;;;;;;;;;;;;;
stoner;Stone Age;CreatiVision;;;;;;;;;;;;;;
tankatk;Tank Attack;CreatiVision;;;;;;;;;;;;;;
tennis;Tennis;CreatiVision;;;;;;;;;;;;;;
tennisds;Tennis (Dick Smith Wizzard Version);CreatiVision;;;;;;;;;;;;;;
(j) Create a crvision subfolder in configs and the same in the roms folder. Add the game roms to the crvision roms folder and generate the romlist in Attract Mode in the normal way. (My romlist appears under (i) above). Make sure you have your snap and wheel sub-folders and images and videos in there.
(k) Add a Display in Attract Mode which will appear in attract.cfg:
display VTech CreatiVision
layout Super Display - Systems
romlist CreatiVision
in_cycle yes
in_menu yes
filter All
filter Favourites
rule Favourite equals 1
(l) The emulators.cfg in the configs/crvision sub-folder will be as follows:
default = "creatiVision"
creatiVision = "/opt/retropie/emulators/creativision/creatiVision -r %ROM% -b /home/pi/RetroPie/roms/crvision/bioscv.rom -f"
(m) Note that the bioscv.rom needs to go in the roms folder.