X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2FEmuConsole.hpp;h=42329d4718b00927ab6d8b30a5f46ad61d44196b;hb=b23541495010180e3a69e3e1f64c934b28775878;hp=fe808bac482282c553e3087aa1d03a2b872b3b1c;hpb=6a65dca9d597772744524b909f2d89b479b8bf77;p=emu8051.git diff --git a/src/EmuConsole.hpp b/src/EmuConsole.hpp index fe808ba..42329d4 100644 --- a/src/EmuConsole.hpp +++ b/src/EmuConsole.hpp @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef _EMUCONSOLE_HPP_ @@ -28,12 +28,6 @@ using namespace std; -// Maximum number of BreakPoints -#define MAXBP 32 - -#define ENDLINE "\n" - - ////////////////////////////////////////////////////////////////////////////// // EmuConsole