It's easy to change what appears in the Board menu, just edit the hardware/boards.txt file. There's some info here: Redirecting. However, the Arduino core functions and libraries don't support the ATmega128, so you wouldn't be able to compile your programs. The source is in hardware/cores/arduino if you wanted to look into porting it. It shouldn't be too hard, mostly just changing some register names, etc.