~ubuntu-branches/ubuntu/trusty/vice/trusty

« back to all changes in this revision

Viewing changes to src/c128/z80mem.h

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2013-07-28 20:38:23 UTC
  • mfrom: (1.2.5)
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: package-import@ubuntu.com-20130728203823-w495rps5wuykespp
Tags: upstream-2.4.dfsg
ImportĀ upstreamĀ versionĀ 2.4.dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
extern int z80mem_resources_init(void);
34
34
extern int z80mem_cmdline_options_init(void);
35
35
 
36
 
extern void z80mem_set_bank_pointer(BYTE **base, int *limit);
37
36
extern void z80mem_update_config(int config);
38
37
 
39
38
extern int z80mem_load(void);
53
52
extern store_func_ptr_t io_write_tab[];
54
53
extern read_func_ptr_t io_read_tab[];
55
54
 
56
 
extern unsigned int z80_old_reg_pc;
57
 
 
58
55
#endif